Class: Google::Cloud::Dialogflow::V2::ImportDocumentsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::ImportDocumentsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/document.rb
Overview
Response message for Documents.ImportDocuments.
Instance Attribute Summary collapse
-
#warnings ⇒ ::Array<::Google::Rpc::Status>
Includes details about skipped documents or any other warnings.
Instance Attribute Details
#warnings ⇒ ::Array<::Google::Rpc::Status>
Returns Includes details about skipped documents or any other warnings.
312 313 314 315 |
# File 'proto_docs/google/cloud/dialogflow/v2/document.rb', line 312 class ImportDocumentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |