public sealed class ImportDocumentsResponse : IMessage<ImportDocumentsResponse>, IEquatable<ImportDocumentsResponse>, IDeepCloneable<ImportDocumentsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class ImportDocumentsResponse.
Response message for
[Documents.ImportDocuments][google.cloud.dialogflow.v2beta1.Documents.ImportDocuments].
[[["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-04-01 UTC."],[[["This documentation covers the `ImportDocumentsResponse` class, which is part of the Google Cloud Dialogflow v2beta1 API, specifically in version 1.0.0-beta20."],["The `ImportDocumentsResponse` class is a response message used by the `Documents.ImportDocuments` method in the Google Cloud Dialogflow API."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a parameterless constructor and one that accepts another `ImportDocumentsResponse` object as a parameter."],["It contains a `Warnings` property of the `RepeatedField\u003cStatus\u003e` type, which provides details about documents that may have been skipped or any other warnings encountered during the import process."]]],[]]