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-beta18."],["`GetConversationProfileRequest` is a request message used for retrieving a specific conversation profile via `ConversationProfiles.GetConversationProfile`."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffered message operations."],["The class includes properties such as `ConversationProfileName` (typed view of the resource name) and `Name` (the resource name of the conversation profile) to help form the request."],["The class has two public constructors: a default one `GetConversationProfileRequest()` and one that accepts another `GetConversationProfileRequest` object as a parameter for initialization `GetConversationProfileRequest(GetConversationProfileRequest other)`."]]],[]]