Class: Google::Cloud::Dialogflow::CX::V3::UpdateGenerativeSettingsRequest

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

Overview

Request for UpdateGenerativeSettings RPC.

Instance Attribute Summary collapse

Instance Attribute Details

#generative_settings::Google::Cloud::Dialogflow::CX::V3::GenerativeSettings

Returns Required. Generative settings to update.

Returns:



531
532
533
534
# File 'proto_docs/google/cloud/dialogflow/cx/v3/agent.rb', line 531

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

#update_mask::Google::Protobuf::FieldMask

Returns Optional. The mask to control which fields get updated. If the mask is not present, all fields will be updated.

Returns:

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

    Optional. The mask to control which fields get updated. If the mask is not present, all fields will be updated.



531
532
533
534
# File 'proto_docs/google/cloud/dialogflow/cx/v3/agent.rb', line 531

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