Interface Environment.WebhookConfigOrBuilder (0.52.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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.cloud.dialogflow.cx.v3beta1.WebhookOrBuilder>