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, spanning versions 3.2.0 to 4.26.0, with version 4.26.0 being the latest."],["The `ImportDocumentsResponse` class is designed as the response message for the `Documents.ImportDocuments` function, which is a part of the Google Cloud Dialogflow v2 API."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its integration with Google's Protocol Buffers and .NET frameworks."],["It includes a `Warnings` property, a `RepeatedField` of `Status` objects, which is used to convey any warnings or skipped documents during the import process, which is available through a get accessor."],["The `ImportDocumentsResponse` class offers two constructors, a default one, and one that allows cloning an existing `ImportDocumentsResponse` object for modification."]]],[]]