Google Cloud Dialogflow Cx V3 Client - Class CreateAgentRequest (0.2.1)

Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class CreateAgentRequest.

The request message for Agents.CreateAgent.

Generated from protobuf message google.cloud.dialogflow.cx.v3.CreateAgentRequest

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The location to create a agent for. Format: projects/<Project ID>/locations/<Location ID>.

↳ agent Google\Cloud\Dialogflow\Cx\V3\Agent

Required. The agent to create.

getParent

Required. The location to create a agent for.

Format: projects/<Project ID>/locations/<Location ID>.

Returns
TypeDescription
string

setParent

Required. The location to create a agent for.

Format: projects/<Project ID>/locations/<Location ID>.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getAgent

Required. The agent to create.

Returns
TypeDescription
Google\Cloud\Dialogflow\Cx\V3\Agent|null

hasAgent

clearAgent

setAgent

Required. The agent to create.

Parameter
NameDescription
var Google\Cloud\Dialogflow\Cx\V3\Agent
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
parent string

Required. The location to create a agent for. Format: projects/<Project ID>/locations/<Location ID>. Please see Google\Cloud\Dialogflow\Cx\V3\AgentsClient::locationName() for help formatting this field.

agent Google\Cloud\Dialogflow\Cx\V3\Agent

Required. The agent to create.

Returns
TypeDescription
Google\Cloud\Dialogflow\Cx\V3\CreateAgentRequest