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 document provides reference documentation for the `GetConversationDatasetRequest` class within the Google Cloud Dialogflow v2 API, specifically for version 4.19.0 and its corresponding assembly."],["The `GetConversationDatasetRequest` class is used to retrieve a conversation dataset, inheriting from `object` and implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation covers available constructors, including a default constructor and one that accepts another `GetConversationDatasetRequest` instance, and a list of all historical versions of the request type."],["The class contains properties such as `ConversationDatasetName` for a typed view of the resource name, and `Name` that is a required string field specifying the conversation dataset to be retrieved."],["The webpage documentation also includes a list of inherited members from the object class such as `GetHashCode`, `GetType` and `ToString` which are inherited by the `GetConversationDatasetRequest` class."]]],[]]