public sealed class GetConversationRequest : IMessage<GetConversationRequest>, IEquatable<GetConversationRequest>, IDeepCloneable<GetConversationRequest>, IBufferMessage, IMessage
[[["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 details the `GetConversationRequest` class, which is used to request and retrieve a specific conversation in the Google Cloud Contact Center Insights API."],["The class is part of the `Google.Cloud.ContactCenterInsights.V1` namespace and is implemented in the `Google.Cloud.ContactCenterInsights.V1.dll` assembly."],["There are numerous versions available for the `GetConversationRequest` class, starting from version 1.0.0 up to the latest version 2.19.0."],["`GetConversationRequest` inherits from `Object` and implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `ConversationName` (a `ConversationName`-typed view) and `Name` (a string for the resource name), along with a `View` property used to set the level of details, with `FULL` being the default."]]],[]]