Class: Google::Cloud::Dialogflow::CX::V3::UpdateGenerativeSettingsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::UpdateGenerativeSettingsRequest
- 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
-
#generative_settings ⇒ ::Google::Cloud::Dialogflow::CX::V3::GenerativeSettings
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#generative_settings ⇒ ::Google::Cloud::Dialogflow::CX::V3::GenerativeSettings
Returns Required. Generative settings to update.
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.
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 |