Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::UpdateEnvironmentRequest.
The request message for Environments.UpdateEnvironment.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#environment
def environment() -> ::Google::Cloud::Dialogflow::CX::V3::Environment
Returns
- (::Google::Cloud::Dialogflow::CX::V3::Environment) — Required. The environment to update.
#environment=
def environment=(value) -> ::Google::Cloud::Dialogflow::CX::V3::Environment
Parameter
- value (::Google::Cloud::Dialogflow::CX::V3::Environment) — Required. The environment to update.
Returns
- (::Google::Cloud::Dialogflow::CX::V3::Environment) — Required. The environment to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Required. The mask to control which fields get updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Required. The mask to control which fields get updated.
Returns
- (::Google::Protobuf::FieldMask) — Required. The mask to control which fields get updated.