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 \ ToolMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
CONFIRMATION_REQUIREMENT_UNSPECIFIED
Value: 0Unspecified. Whether the action requires confirmation is inferred from method_type.
Generated from protobuf enum CONFIRMATION_REQUIREMENT_UNSPECIFIED = 0;
REQUIRED
Value: 1Conformation is required.
Generated from protobuf enum REQUIRED = 1;
NOT_REQUIRED
Value: 2Conformation is not required.
Generated from protobuf enum NOT_REQUIRED = 2;