Class: Google::Cloud::Dialogflow::CX::V3::CreateAgentRequest

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.CreateAgent.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns Required. The agent to create.

Returns:



293
294
295
296
# File 'proto_docs/google/cloud/dialogflow/cx/v3/agent.rb', line 293

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

#parent::String

Returns Required. The location to create a agent for. Format: projects/<ProjectID>/locations/<LocationID>.

Returns:

  • (::String)

    Required. The location to create a agent for. Format: projects/<ProjectID>/locations/<LocationID>.



293
294
295
296
# File 'proto_docs/google/cloud/dialogflow/cx/v3/agent.rb', line 293

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