public sealed class GetConversationProfileRequest : IMessage<GetConversationProfileRequest>, IEquatable<GetConversationProfileRequest>, IDeepCloneable<GetConversationProfileRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class GetConversationProfileRequest.
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 page provides documentation for the `GetConversationProfileRequest` class within the Google Cloud Dialogflow v2 API, specifically for the .NET environment."],["The `GetConversationProfileRequest` class is used to send a request to retrieve a specific conversation profile, as indicated by the format provided in the documentation."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating various operations like message handling, equality checks, deep cloning, and buffer message handling."],["The documentation lists available versions of the API, ranging from version 4.26.0 (latest) down to version 3.2.0, with each version having its own specific documentation link."],["The page details the constructors and properties of the `GetConversationProfileRequest` class, specifically `ConversationProfileName` and `Name`, that allow you to create and configure a request to fetch a conversation profile by its name."]]],[]]