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` namespace, which is used for retrieving conversation profile information."],["The `GetConversationProfileRequest` class is part of the Google Cloud Dialogflow V2 .NET library and is available in versions ranging from 3.2.0 to 4.26.0, with 4.26.0 being the latest version."],["The `GetConversationProfileRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The main purpose of this request class is to retrieve a specific conversation profile using its resource name, which is a required property in the format `projects/{Project ID}/locations/{Location ID\u003e/conversationProfiles/\u003cConversation Profile ID\u003e`."],["This `GetConversationProfileRequest` has two constructors, one parameterless and one that takes another `GetConversationProfileRequest` as a parameter to duplicate it."]]],[]]