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 document provides reference documentation for the `ImportConversationDataRequest` class within the Google Cloud Dialogflow v2 API, specifically for version 4.14.0 of the .NET library."],["`ImportConversationDataRequest` is used to request the import of conversation data into a dataset, as part of the `ConversationDatasets.ImportConversationData` method."],["The class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and message passing."],["The document lists all the available version numbers for the `ImportConversationDataRequest`, spanning from 4.26.0 (latest) down to 3.2.0, and provides a link to the documentation for each version."],["Key properties of the `ImportConversationDataRequest` class include `ConversationDatasetName`, `InputConfig`, and `Name`, which define the target dataset and the data source for the import operation."]]],[]]