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."],[[["The latest version of the `ImportDocumentsResponse` class is 4.26.0, part of the Google.Cloud.Dialogflow.V2 library."],["This page provides documentation for the `ImportDocumentsResponse` class, which is used as a response message for the `Documents.ImportDocuments` method within Google's Dialogflow V2 API."],["The class `ImportDocumentsResponse` inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["The class offers two constructors, a parameterless one and one that takes another `ImportDocumentsResponse` object, allowing you to create and clone `ImportDocumentsResponse` objects."],["A `Warnings` property, of type `RepeatedField\u003cStatus\u003e`, provides details about skipped documents or any other warnings encountered during the document import."]]],[]]