public sealed class GetConversationProfileRequest : IMessage<GetConversationProfileRequest>, IEquatable<GetConversationProfileRequest>, IDeepCloneable<GetConversationProfileRequest>, IBufferMessage, IMessage
The request message for [ConversationProfiles.GetConversationProfile][google.cloud.dialogflow.v2.ConversationProfiles.GetConversationProfile].
Required. The resource name of the conversation profile.
Format: projects/{Project ID}/locations/{Location
ID>/conversationProfiles/<Conversation Profile ID>.
[[["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 `GetConversationProfileRequest` class within the Google.Cloud.Dialogflow.V2 namespace, specifically for version 3.8.0, which is used for retrieving conversation profile data."],["The latest version of the `GetConversationProfileRequest` is 4.26.0, but this page documents version 3.8.0 with a comprehensive history of the different versions going back to 3.2.0 available."],["The `GetConversationProfileRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from the `Object` class, enabling it to be used for getting a specific conversation profile."],["Key properties of the `GetConversationProfileRequest` class are `ConversationProfileName` and `Name`, where `Name` is the required resource name of the conversation profile in the specified format."],["This page includes information about the GetConversationProfileRequest's constructors, with one being able to instantiate a `GetConversationProfileRequest` object from another, and it also covers inherited members of the `Object` class."]]],[]]