Class CreateWebhookRequest (0.8.0)

CreateWebhookRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request message for [Webhooks.CreateWebhook][google.cloud.dialogflow.cx.v3.Webhooks.CreateWebhook].

Attributes: parent (str): Required. The agent to create a webhook for. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>. webhook (google.cloud.dialogflowcx_v3.types.Webhook): Required. The webhook to create.

Inheritance

builtins.object > proto.message.Message > CreateWebhookRequest