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 provides documentation for the `ImportDocumentsResponse` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its usage and implementation across multiple versions."],["The `ImportDocumentsResponse` class is a response message for the `Documents.ImportDocuments` method and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default one and another that takes an `ImportDocumentsResponse` object as a parameter for creating a new instance."],["The `Warnings` property, of type `RepeatedField\u003cStatus\u003e`, is included in the `ImportDocumentsResponse` class, allowing it to report any details about skipped documents or other warnings that occurred during document import."],["The page lists available versions of the `ImportDocumentsResponse` class, ranging from version 4.26.0 down to 3.2.0, with links to each version's documentation."]]],[]]