public sealed class ImportConversationDataRequest : IMessage<ImportConversationDataRequest>, IEquatable<ImportConversationDataRequest>, IDeepCloneable<ImportConversationDataRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class ImportConversationDataRequest.
The request message for [ConversationDatasets.ImportConversationData][google.cloud.dialogflow.v2.ConversationDatasets.ImportConversationData].
[[["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 `ImportConversationDataRequest` class within the Google Cloud Dialogflow v2 API, specifically for the .NET environment."],["The `ImportConversationDataRequest` class is a request message used for importing conversation data into a dataset, as part of the `ConversationDatasets.ImportConversationData` process."],["The page lists various versions of the `Google.Cloud.Dialogflow.V2` library, ranging from version 3.2.0 to the latest version 4.26.0, which are linked to their corresponding documentation."],["The documentation details the class's inheritance, implemented interfaces, constructors, and properties such as `ConversationDatasetName`, `InputConfig`, and `Name`, all of which are utilized in configuring the import process."],["The `ImportConversationDataRequest` class is required to use the InputConfig and Name properties to provide configuration for importing the datasets, as indicated by the required tag in their descriptions."]]],[]]