Enum Tool.ConfirmationRequirement (4.87.0)

public enum Tool.ConfirmationRequirement extends Enum<Tool.ConfirmationRequirement> implements ProtocolMessageEnum

Types of confirmation requirement.

Protobuf enum google.cloud.dialogflow.v2.Tool.ConfirmationRequirement

Implements

ProtocolMessageEnum

Static Fields

Name Description
CONFIRMATION_REQUIREMENT_UNSPECIFIED

Unspecified. Whether the action requires confirmation is inferred from method_type.

CONFIRMATION_REQUIREMENT_UNSPECIFIED = 0;

CONFIRMATION_REQUIREMENT_UNSPECIFIED_VALUE

Unspecified. Whether the action requires confirmation is inferred from method_type.

CONFIRMATION_REQUIREMENT_UNSPECIFIED = 0;

NOT_REQUIRED

Conformation is not required.

NOT_REQUIRED = 2;

NOT_REQUIRED_VALUE

Conformation is not required.

NOT_REQUIRED = 2;

REQUIRED

Conformation is required.

REQUIRED = 1;

REQUIRED_VALUE

Conformation is required.

REQUIRED = 1;

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()