Class: Google::Cloud::Dialogflow::V2::SetAgentRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/agent.rb

Overview

The request message for Agents.SetAgent.

Instance Attribute Summary collapse

Instance Attribute Details

#agent::Google::Cloud::Dialogflow::V2::Agent

Returns Required. The agent to update.

Returns:



161
162
163
164
# File 'proto_docs/google/cloud/dialogflow/v2/agent.rb', line 161

class SetAgentRequest
  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.

Returns:



161
162
163
164
# File 'proto_docs/google/cloud/dialogflow/v2/agent.rb', line 161

class SetAgentRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end