Google Cloud Dialogflow Cx V3 Client - Class WebhookConfig (0.1.1)

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

Configuration for webhooks.

Generated from protobuf message google.cloud.dialogflow.cx.v3.Environment.WebhookConfig

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3 \ Environment

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ webhook_overrides array<Google\Cloud\Dialogflow\Cx\V3\Webhook>

The list of webhooks to override for the agent environment. The webhook must exist in the agent. You can override fields in generic_web_service and service_directory.

getWebhookOverrides

The list of webhooks to override for the agent environment. The webhook must exist in the agent. You can override fields in generic_web_service and service_directory.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setWebhookOverrides

The list of webhooks to override for the agent environment. The webhook must exist in the agent. You can override fields in generic_web_service and service_directory.

Parameter
NameDescription
var array<Google\Cloud\Dialogflow\Cx\V3\Webhook>
Returns
TypeDescription
$this