Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::CreateAgentRequest.
The request message for Agents.CreateAgent.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#agent
def agent() -> ::Google::Cloud::Dialogflow::CX::V3::Agent
Returns
- (::Google::Cloud::Dialogflow::CX::V3::Agent) — Required. The agent to create.
#agent=
def agent=(value) -> ::Google::Cloud::Dialogflow::CX::V3::Agent
Parameter
- value (::Google::Cloud::Dialogflow::CX::V3::Agent) — Required. The agent to create.
Returns
- (::Google::Cloud::Dialogflow::CX::V3::Agent) — Required. The agent to create.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The location to create a agent for.
Format:
projects/<Project ID>/locations/<Location ID>
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The location to create a agent for.
Format:
projects/<Project ID>/locations/<Location ID>
.
Returns
-
(::String) — Required. The location to create a agent for.
Format:
projects/<Project ID>/locations/<Location ID>
.