public sealed class GetConversationRequest : IMessage<GetConversationRequest>, IEquatable<GetConversationRequest>, IDeepCloneable<GetConversationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class GetConversationRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides reference documentation for the `GetConversationRequest` class within the Google Cloud Contact Center AI Insights v1 API, specifically for the .NET environment."],["The `GetConversationRequest` class is a request message used to retrieve a conversation and is part of the `Google.Cloud.ContactCenterInsights.V1` namespace, with multiple versions available, the latest being version 2.19.0."],["The class inherits from various interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits members from the base `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone` and `ToString`."],["Key properties of the `GetConversationRequest` class include `ConversationName` (typed view of the resource name), `Name` (the required conversation name to retrieve), and `View` (specifies the level of detail returned)."],["There are two constructors available, allowing you to create an empty `GetConversationRequest` or initialize it with another pre-existing one."]]],[]]