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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version of the `GetConversationProfileRequest` is 4.26.0, but there are many versions available, spanning from 3.2.0 to 4.26.0, allowing access to different releases."],["`GetConversationProfileRequest` is a request message used for retrieving information from the `ConversationProfiles.GetConversationProfile` function in the Dialogflow V2 API."],["The class `GetConversationProfileRequest` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["This class includes properties such as `ConversationProfileName` and `Name`, which are used to identify and retrieve a specific conversation profile."],["The class offers two available constructors: a default one `GetConversationProfileRequest()` and another one `GetConversationProfileRequest(GetConversationProfileRequest other)`, that accepts a copy of another instance of the same class."]]],[]]