public enum Tool.ConfirmationRequirement extends Enum<Tool.ConfirmationRequirement> implements ProtocolMessageEnumTypes of confirmation requirement.
Protobuf enum google.cloud.dialogflow.v2.Tool.ConfirmationRequirement
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CONFIRMATION_REQUIREMENT_UNSPECIFIED |
Unspecified. Whether the action requires confirmation is inferred from method_type. |
CONFIRMATION_REQUIREMENT_UNSPECIFIED_VALUE |
Unspecified. Whether the action requires confirmation is inferred from method_type. |
NOT_REQUIRED |
Conformation is not required. |
NOT_REQUIRED_VALUE |
Conformation is not required. |
REQUIRED |
Conformation is required. |
REQUIRED_VALUE |
Conformation is required. |
UNRECOGNIZED |
|
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() |
|