Interface Environment.WebhookConfigOrBuilder (0.54.0)

public static interface Environment.WebhookConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getWebhookOverrides(int index)

public abstract Webhook getWebhookOverrides(int index)

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.

repeated .google.cloud.dialogflow.cx.v3beta1.Webhook webhook_overrides = 1;

Parameter
Name Description
index int
Returns
Type Description
Webhook

getWebhookOverridesCount()

public abstract int getWebhookOverridesCount()

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.

repeated .google.cloud.dialogflow.cx.v3beta1.Webhook webhook_overrides = 1;

Returns
Type Description
int

getWebhookOverridesList()

public abstract List<Webhook> getWebhookOverridesList()

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.

repeated .google.cloud.dialogflow.cx.v3beta1.Webhook webhook_overrides = 1;

Returns
Type Description
List<Webhook>

getWebhookOverridesOrBuilder(int index)

public abstract WebhookOrBuilder getWebhookOverridesOrBuilder(int index)

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.

repeated .google.cloud.dialogflow.cx.v3beta1.Webhook webhook_overrides = 1;

Parameter
Name Description
index int
Returns
Type Description
WebhookOrBuilder

getWebhookOverridesOrBuilderList()

public abstract List<? extends WebhookOrBuilder> getWebhookOverridesOrBuilderList()

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.

repeated .google.cloud.dialogflow.cx.v3beta1.Webhook webhook_overrides = 1;

Returns
Type Description
List<? extends com.google.cloud.dialogflow.cx.v3beta1.WebhookOrBuilder>