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 information for the `GetConversationRequest` class within the Google Cloud Contact Center AI Insights v1 API, specifically version 2.12.0."],["The `GetConversationRequest` class is used to retrieve a conversation and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `GetConversationRequest` class include `ConversationName`, `Name` (the name of the conversation to get), and `View` (the level of detail of the conversation, defaulting to `FULL`)."],["The latest version available is 2.19.0, and the documentation covers a range of previous versions all the way back to 1.0.0."],["The document details two constructors for creating a `GetConversationRequest` instance, one being empty, the other taking another `GetConversationRequest` instance."]]],[]]