public sealed class GetConversationProfileRequest : IMessage<GetConversationProfileRequest>, IEquatable<GetConversationProfileRequest>, IDeepCloneable<GetConversationProfileRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class GetConversationProfileRequest.
The request message for
[ConversationProfiles.GetConversationProfile][google.cloud.dialogflow.v2beta1.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 documentation is for the `GetConversationProfileRequest` class within the Google Cloud Dialogflow v2beta1 API, specifically version 1.0.0-beta16."],["The `GetConversationProfileRequest` class is used to request a specific conversation profile, and it inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides properties such as `ConversationProfileName` (a typed view) and `Name` (a string) to specify the conversation profile being requested, identified by its resource name."],["This class has two constructors, a default one, and another one taking another instance of the class as a parameter, allowing for easy creation and duplication of `GetConversationProfileRequest` objects."],["The `GetConversationProfileRequest` class belongs to the `Google.Cloud.Dialogflow.V2Beta1` namespace and is contained in the `Google.Cloud.Dialogflow.V2Beta1.dll` assembly."]]],[]]