Class: Google::Cloud::Dialogflow::V2::ImportDocumentsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#warnings::Array<::Google::Rpc::Status>

Returns Includes details about skipped documents or any other warnings.

Returns:



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