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 webpage provides reference documentation for the `GetConversationRequest` class within the Google Cloud Contact Center AI Insights v1 API, specifically for version 2.7.0, and the page also contains links to the same request in other versions of the API."],["The `GetConversationRequest` class is used to retrieve conversation data from the Contact Center AI Insights API, as shown in the documentation, including details on its properties like `Name`, `View`, and `ConversationName`."],["The `GetConversationRequest` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role within the Protocol Buffers system."],["The documentation includes constructors for the `GetConversationRequest` class, allowing it to be initialized either as a new instance or as a copy of an existing `GetConversationRequest` object, which can be referenced in the API."],["The documentation for `GetConversationRequest` indicates that the resource name property called `Name` is a required field to perform the get request."]]],[]]