public sealed class ImportDocumentsResponse : IMessage<ImportDocumentsResponse>, IEquatable<ImportDocumentsResponse>, IDeepCloneable<ImportDocumentsResponse>, IBufferMessage, IMessage
Response message for [Documents.ImportDocuments][google.cloud.dialogflow.v2.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-03-21 UTC."],[[["This webpage details the `ImportDocumentsResponse` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for .NET development."],["The `ImportDocumentsResponse` class is part of the Dialogflow API's response mechanism for importing documents and implements multiple interfaces for message handling and object manipulation."],["The page offers a list of versions, including the latest 4.26.0, and a historical array of releases down to 3.2.0, all associated with their respective `ImportDocumentsResponse` endpoints."],["`ImportDocumentsResponse` instances can be constructed with a default constructor or by using another `ImportDocumentsResponse` object as a parameter, allowing object duplication."],["The `Warnings` property of `ImportDocumentsResponse` provides a `RepeatedField` of `Status` objects, offering insight into document processing issues."]]],[]]