Class: Google::Cloud::Dialogflow::CX::V3::CreateAgentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::CreateAgentRequest
- 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
-
#agent ⇒ ::Google::Cloud::Dialogflow::CX::V3::Agent
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#agent ⇒ ::Google::Cloud::Dialogflow::CX::V3::Agent
Returns Required. The agent to create.
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>
.
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 |