public interface WebhookOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDisabled()
public abstract boolean getDisabled()Indicates whether the webhook is disabled.
bool disabled = 5;
| Type | Description |
| boolean | The disabled. |
getDisplayName()
public abstract String getDisplayName()Required. The human-readable name of the webhook, unique within the agent.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()Required. The human-readable name of the webhook, unique within the agent.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for displayName. |
getGenericWebService()
public abstract Webhook.GenericWebService getGenericWebService()Configuration for a generic web service.
.google.cloud.dialogflow.cx.v3.Webhook.GenericWebService generic_web_service = 4;
| Type | Description |
| Webhook.GenericWebService | The genericWebService. |
getGenericWebServiceOrBuilder()
public abstract Webhook.GenericWebServiceOrBuilder getGenericWebServiceOrBuilder()Configuration for a generic web service.
.google.cloud.dialogflow.cx.v3.Webhook.GenericWebService generic_web_service = 4;
| Type | Description |
| Webhook.GenericWebServiceOrBuilder |
getName()
public abstract String getName() The unique identifier of the webhook.
Required for the Webhooks.UpdateWebhook method.
Webhooks.CreateWebhook populates the name automatically.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/webhooks/<Webhook ID>.
string name = 1;
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes() The unique identifier of the webhook.
Required for the Webhooks.UpdateWebhook method.
Webhooks.CreateWebhook populates the name automatically.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/webhooks/<Webhook ID>.
string name = 1;
| Type | Description |
| ByteString | The bytes for name. |
getServiceDirectory()
public abstract Webhook.ServiceDirectoryConfig getServiceDirectory()Configuration for a Service Directory service.
.google.cloud.dialogflow.cx.v3.Webhook.ServiceDirectoryConfig service_directory = 7;
| Type | Description |
| Webhook.ServiceDirectoryConfig | The serviceDirectory. |
getServiceDirectoryOrBuilder()
public abstract Webhook.ServiceDirectoryConfigOrBuilder getServiceDirectoryOrBuilder()Configuration for a Service Directory service.
.google.cloud.dialogflow.cx.v3.Webhook.ServiceDirectoryConfig service_directory = 7;
| Type | Description |
| Webhook.ServiceDirectoryConfigOrBuilder |
getTimeout()
public abstract Duration getTimeout()Webhook execution timeout. Execution is considered failed if Dialogflow doesn't receive a response from webhook at the end of the timeout period. Defaults to 5 seconds, maximum allowed timeout is 30 seconds.
.google.protobuf.Duration timeout = 6;
| Type | Description |
| Duration | The timeout. |
getTimeoutOrBuilder()
public abstract DurationOrBuilder getTimeoutOrBuilder()Webhook execution timeout. Execution is considered failed if Dialogflow doesn't receive a response from webhook at the end of the timeout period. Defaults to 5 seconds, maximum allowed timeout is 30 seconds.
.google.protobuf.Duration timeout = 6;
| Type | Description |
| DurationOrBuilder |
getWebhookCase()
public abstract Webhook.WebhookCase getWebhookCase()| Type | Description |
| Webhook.WebhookCase |
hasGenericWebService()
public abstract boolean hasGenericWebService()Configuration for a generic web service.
.google.cloud.dialogflow.cx.v3.Webhook.GenericWebService generic_web_service = 4;
| Type | Description |
| boolean | Whether the genericWebService field is set. |
hasServiceDirectory()
public abstract boolean hasServiceDirectory()Configuration for a Service Directory service.
.google.cloud.dialogflow.cx.v3.Webhook.ServiceDirectoryConfig service_directory = 7;
| Type | Description |
| boolean | Whether the serviceDirectory field is set. |
hasTimeout()
public abstract boolean hasTimeout()Webhook execution timeout. Execution is considered failed if Dialogflow doesn't receive a response from webhook at the end of the timeout period. Defaults to 5 seconds, maximum allowed timeout is 30 seconds.
.google.protobuf.Duration timeout = 6;
| Type | Description |
| boolean | Whether the timeout field is set. |