Google Cloud Dialogflow V2 Client - Class ConfirmationRequirement (2.3.0)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class ConfirmationRequirement.

Types of confirmation requirement.

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

Namespace

Google \ Cloud \ Dialogflow \ V2 \ Tool

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CONFIRMATION_REQUIREMENT_UNSPECIFIED

Value: 0

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

Generated from protobuf enum CONFIRMATION_REQUIREMENT_UNSPECIFIED = 0;

REQUIRED

Value: 1

Conformation is required.

Generated from protobuf enum REQUIRED = 1;

NOT_REQUIRED

Value: 2

Conformation is not required.

Generated from protobuf enum NOT_REQUIRED = 2;