Class: Google::Cloud::Dialogflow::CX::V3::UpdateAgentRequest

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

The request message for Agents.UpdateAgent.

Instance Attribute Summary collapse

Instance Attribute Details

#agent::Google::Cloud::Dialogflow::CX::V3::Agent

Returns Required. The agent to update.

Returns:



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.

Returns:



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