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 provides documentation for the `GetConversationProfileRequest` class within the Google Cloud Dialogflow V2 library for .NET, with version 3.2.0 being the focus and a list of releases up to the current version 4.26.0."],["The `GetConversationProfileRequest` class is a request message used to retrieve a conversation profile through the `ConversationProfiles.GetConversationProfile` method."],["This class inherits from the `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetConversationProfileRequest` class has two constructors and two properties: `ConversationProfileName`, a typed view for the resource name, and `Name`, which holds the required resource name of the conversation profile."],["The documentation includes links to all prior versions, starting from 3.2.0, all the way to the latest 4.26.0, of the `GetConversationProfileRequest` class documentation page."]]],[]]