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.
269 270 271 272 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/agent.rb', line 269 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/<Project ID>/locations/<Location ID>
.
269 270 271 272 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/agent.rb', line 269 class CreateAgentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |