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
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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: |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |