Google Cloud Dialogflow Cx V3 Client - Class GetWebhookRequest (0.7.2)

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

The request message for Webhooks.GetWebhook.

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

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the webhook. Format: projects//locations//agents//webhooks/.

getName

Required. The name of the webhook.

Format: projects//locations//agents//webhooks/.

Returns
Type Description
string

setName

Required. The name of the webhook.

Format: projects//locations//agents//webhooks/.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. The name of the webhook. Format: projects//locations//agents//webhooks/. Please see WebhooksClient::webhookName() for help formatting this field.

Returns
Type Description
GetWebhookRequest