Google Cloud Dialogflow V2 Client - Class DeleteIntentRequest (1.7.2)

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

The request message for Intents.DeleteIntent.

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

Namespace

Google \ Cloud \ Dialogflow \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the intent to delete. If this intent has direct or indirect followup intents, we also delete them. Format: projects/<Project ID>/agent/intents/<Intent ID>.

getName

Required. The name of the intent to delete. If this intent has direct or indirect followup intents, we also delete them.

Format: projects/<Project ID>/agent/intents/<Intent ID>.

Returns
TypeDescription
string

setName

Required. The name of the intent to delete. If this intent has direct or indirect followup intents, we also delete them.

Format: projects/<Project ID>/agent/intents/<Intent ID>.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
name string

Required. The name of the intent to delete. If this intent has direct or indirect followup intents, we also delete them. Format: projects/<Project ID>/agent/intents/<Intent ID>. Please see Google\Cloud\Dialogflow\V2\IntentsClient::intentName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\Dialogflow\V2\DeleteIntentRequest