public sealed class GetConversationDatasetRequest : IMessage<GetConversationDatasetRequest>, IEquatable<GetConversationDatasetRequest>, IDeepCloneable<GetConversationDatasetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class GetConversationDatasetRequest.
The request message for
[ConversationDatasets.GetConversationDataset][google.cloud.dialogflow.v2.ConversationDatasets.GetConversationDataset].
[[["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 reference documentation for the `GetConversationDatasetRequest` class within the Google Cloud Dialogflow v2 API, specifically for .NET development."],["The content covers the class's implementation, which includes `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, and it is derived from the `Object` class."],["It lists numerous versions of the Dialogflow v2 API, ranging from version 4.26.0 (latest) down to 3.2.0, all within the context of the `GetConversationDatasetRequest`."],["The `GetConversationDatasetRequest` class is used to make requests for retrieving a conversation dataset using a specific format, which is `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/conversationDatasets/\u003cConversation Dataset ID\u003e`."],["The class includes properties such as `ConversationDatasetName` and `Name` that allow the ability to interact with the dataset."]]],[]]