Enum Intent.WebhookState (4.47.0)

public enum Intent.WebhookState extends Enum<Intent.WebhookState> implements ProtocolMessageEnum

Represents the different states that webhooks can be in.

Protobuf enum google.cloud.dialogflow.v2beta1.Intent.WebhookState

Implements

ProtocolMessageEnum

Static Fields

NameDescription
UNRECOGNIZED
WEBHOOK_STATE_ENABLED

Webhook is enabled in the agent and in the intent.

WEBHOOK_STATE_ENABLED = 1;

WEBHOOK_STATE_ENABLED_FOR_SLOT_FILLING

Webhook is enabled in the agent and in the intent. Also, each slot filling prompt is forwarded to the webhook.

WEBHOOK_STATE_ENABLED_FOR_SLOT_FILLING = 2;

WEBHOOK_STATE_ENABLED_FOR_SLOT_FILLING_VALUE

Webhook is enabled in the agent and in the intent. Also, each slot filling prompt is forwarded to the webhook.

WEBHOOK_STATE_ENABLED_FOR_SLOT_FILLING = 2;

WEBHOOK_STATE_ENABLED_VALUE

Webhook is enabled in the agent and in the intent.

WEBHOOK_STATE_ENABLED = 1;

WEBHOOK_STATE_UNSPECIFIED

Webhook is disabled in the agent and in the intent.

WEBHOOK_STATE_UNSPECIFIED = 0;

WEBHOOK_STATE_UNSPECIFIED_VALUE

Webhook is disabled in the agent and in the intent.

WEBHOOK_STATE_UNSPECIFIED = 0;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()