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 within the `Google.Cloud.ContactCenterInsights.V1` namespace, used for retrieving conversation data in the Contact Center Insights API."],["The latest version of this class is 2.19.0, with historical versions from 2.18.0 back to 1.0.0 also accessible, providing a history of API evolution."],["The `GetConversationRequest` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, demonstrating its role in the Google Cloud Protobuf message system."],["The class includes constructors for creating new instances, and it features properties like `ConversationName`, `Name`, and `View`, which are used to specify which conversation to retrieve and the level of detail required."]]],[]]