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 document provides reference documentation for the `GetConversationRequest` class within the Google Cloud Contact Center AI Insights v1 API, specifically version 2.10.0."],["The `GetConversationRequest` class is used to define a request for retrieving a conversation, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `ConversationName`, `Name`, and `View`, which allow users to specify the conversation they want to get and how detailed the information returned should be."],["The document also provides a comprehensive list of versions for the `GetConversationRequest` class, ranging from the latest 2.19.0 down to 1.0.0, each with its respective link."],["The `GetConversationRequest` class offers two constructors: a default constructor and a copy constructor, which take another instance of `GetConversationRequest` to set the properties."]]],[]]