Google Cloud Dialogflow V2 Client - Class DeleteAgentRequest (1.7.2)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class DeleteAgentRequest.

The request message for Agents.DeleteAgent .

Generated from protobuf message google.cloud.dialogflow.v2.DeleteAgentRequest

Namespace

Google \ Cloud \ Dialogflow \ V2

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ parent
string

Required. The project that the agent to delete is associated with. Format: projects/<Project ID> .

getParent

Required. The project that the agent to delete is associated with.

Format: projects/<Project ID> .

Returns
Type
Description
string

setParent

Required. The project that the agent to delete is associated with.

Format: projects/<Project ID> .

Parameter
Name
Description
var
string
Returns
Type
Description
$this

static::build

Parameter
Name
Description
parent
string

Required. The project that the agent to delete is associated with. Format: projects/<Project ID> . Please see Google\Cloud\Dialogflow\V2\AgentsClient::projectName() for help formatting this field.