public sealed class ImportConversationDataOperationResponse : IMessage<ImportConversationDataOperationResponse>, IEquatable<ImportConversationDataOperationResponse>, IDeepCloneable<ImportConversationDataOperationResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class ImportConversationDataOperationResponse.
Response used for
[ConversationDatasets.ImportConversationData][google.cloud.dialogflow.v2.ConversationDatasets.ImportConversationData]
long running operation.
The resource name of the imported conversation dataset. Format:
projects/<Project ID>/locations/<Location
ID>/conversationDatasets/<Conversation Dataset 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 webpage provides reference documentation for the `ImportConversationDataOperationResponse` class within the Google Cloud Dialogflow v2 API, specifically for .NET developers."],["The content lists multiple versions of the Google Cloud Dialogflow v2 API, ranging from version 3.2.0 to the latest version 4.26.0, with version 4.15.0 being highlighted as the current context."],["`ImportConversationDataOperationResponse` class is used in response to `ConversationDatasets.ImportConversationData`, and it inherits from object, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `ImportConversationDataOperationResponse` include `ConversationDataset`, which is the resource name of the dataset, `ConversationDatasetAsConversationDatasetName`, a typed view over the resource name, and `ImportCount`, representing the number of successfully imported conversations."],["The page outlines the constructors available for creating instances of the `ImportConversationDataOperationResponse` class, including a default constructor and a constructor that takes another `ImportConversationDataOperationResponse` object as a parameter."]]],[]]