Properties of a Webhook.
Package
@google-cloud/dialogflow-cx!Properties
disabled
disabled?: (boolean|null);
Webhook disabled
Type | Description |
(boolean|null) |
displayName
displayName?: (string|null);
Webhook displayName
Type | Description |
(string|null) |
genericWebService
genericWebService?: (google.cloud.dialogflow.cx.v3beta1.Webhook.IGenericWebService|null);
Webhook genericWebService
Type | Description |
(google.cloud.dialogflow.cx.v3beta1.Webhook.IGenericWebService|null) |
name
name?: (string|null);
Webhook name
Type | Description |
(string|null) |
serviceDirectory
serviceDirectory?: (google.cloud.dialogflow.cx.v3beta1.Webhook.IServiceDirectoryConfig|null);
Webhook serviceDirectory
Type | Description |
(google.cloud.dialogflow.cx.v3beta1.Webhook.IServiceDirectoryConfig|null) |
timeout
timeout?: (google.protobuf.IDuration|null);
Webhook timeout
Type | Description |
(google.protobuf.IDuration|null) |