public enum Intent.WebhookState extends Enum<Intent.WebhookState> implements ProtocolMessageEnum
Represents the different states that webhooks can be in.
Protobuf enum google.cloud.dialogflow.v2.Intent.WebhookState
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
UNRECOGNIZED |
|
WEBHOOK_STATE_ENABLED |
Webhook is enabled in the agent and in the intent. |
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_VALUE |
Webhook is enabled in the agent and in the intent. Also, each slot filling prompt is forwarded to the webhook. |
WEBHOOK_STATE_ENABLED_VALUE |
Webhook is enabled in the agent and in the intent. |
WEBHOOK_STATE_UNSPECIFIED |
Webhook is disabled in the agent and in the intent. |
WEBHOOK_STATE_UNSPECIFIED_VALUE |
Webhook is disabled in the agent and in the intent. |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |