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 implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, providing a structured way to handle conversation data."],["It supports different versions of the API, ranging from version 1.0.0 to the latest version 2.19.0, with links provided for each version's documentation."],["The `GetConversationRequest` class includes properties such as `ConversationName`, `Name`, and `View` to manage and define the parameters of the conversation request, including the name of the requested conversation, and the desired level of detail."],["The class offers two constructors, a default one and another that accepts a pre-existing `GetConversationRequest` object to copy its values, offering ways to initialize `GetConversationRequest` objects."]]],[]]