Class: Google::Cloud::Dialogflow::V2::UpdateDocumentRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/document.rb

Overview

Request message for Documents.UpdateDocument.

Instance Attribute Summary collapse

Instance Attribute Details

#document::Google::Cloud::Dialogflow::V2::Document

Returns Required. The document to update.

Returns:



339
340
341
342
# File 'proto_docs/google/cloud/dialogflow/v2/document.rb', line 339

class UpdateDocumentRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Optional. Not specified means update all. Currently, only display_name can be updated, an InvalidArgument will be returned for attempting to update other fields.

Returns:

  • (::Google::Protobuf::FieldMask)

    Optional. Not specified means update all. Currently, only display_name can be updated, an InvalidArgument will be returned for attempting to update other fields.



339
340
341
342
# File 'proto_docs/google/cloud/dialogflow/v2/document.rb', line 339

class UpdateDocumentRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end