Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::UpdateGenerativeSettingsRequest.
Request for UpdateGenerativeSettings RPC.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#generative_settings
def generative_settings() -> ::Google::Cloud::Dialogflow::CX::V3::GenerativeSettings
Returns
- (::Google::Cloud::Dialogflow::CX::V3::GenerativeSettings) — Required. Generative settings to update.
#generative_settings=
def generative_settings=(value) -> ::Google::Cloud::Dialogflow::CX::V3::GenerativeSettings
Parameter
- value (::Google::Cloud::Dialogflow::CX::V3::GenerativeSettings) — Required. Generative settings to update.
Returns
- (::Google::Cloud::Dialogflow::CX::V3::GenerativeSettings) — Required. Generative settings to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Optional. The mask to control which fields get updated. If the mask is not present, all fields will be updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — 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.