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

#agentGoogle::Cloud::Dialogflow::V2::Agent

Returns Required. The agent to update.

Returns:



149
150
151
152
# File 'proto_docs/google/cloud/dialogflow/v2/agent.rb', line 149

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

#update_maskGoogle::Protobuf::FieldMask

Returns Optional. The mask to control which fields get updated.

Returns:



149
150
151
152
# File 'proto_docs/google/cloud/dialogflow/v2/agent.rb', line 149

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