public sealed class ImportDocumentsResponse : IMessage<ImportDocumentsResponse>, IEquatable<ImportDocumentsResponse>, IDeepCloneable<ImportDocumentsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class ImportDocumentsResponse.
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 API for .NET, with the current version being 4.3.0."],["The `ImportDocumentsResponse` class is the response message for the `Documents.ImportDocuments` method, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation details the class's constructors, including a default constructor and a copy constructor that takes another `ImportDocumentsResponse` instance as a parameter."],["The page lists all available versions of this class, spanning from version 4.26.0 (latest) down to 3.2.0, offering links to the documentation for each version, which allows for the navigation between different versions."],["A crucial property of `ImportDocumentsResponse` is `Warnings`, a `RepeatedField\u003cStatus\u003e` that provides details about any skipped documents or other warnings that occurred during the import process."]]],[]]