Class: Google::Cloud::Dialogflow::CX::V3::UpdateAgentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::UpdateAgentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/agent.rb
Overview
The request message for Agents.UpdateAgent.
Instance Attribute Summary collapse
-
#agent ⇒ ::Google::Cloud::Dialogflow::CX::V3::Agent
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The mask to control which fields get updated.
Instance Attribute Details
#agent ⇒ ::Google::Cloud::Dialogflow::CX::V3::Agent
Returns Required. The agent to update.
307 308 309 310 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/agent.rb', line 307 class UpdateAgentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The mask to control which fields get updated. If the mask is not present, all fields will be updated.
307 308 309 310 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/agent.rb', line 307 class UpdateAgentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |