- 0.63.0 (latest)
- 0.62.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.7
- 0.13.1
- 0.12.1
- 0.11.5
public interface WebhookOrBuilder extends MessageOrBuilder
Implements
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.v3beta1.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.v3beta1.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.v3beta1.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.v3beta1.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.v3beta1.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.v3beta1.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. |