Google Cloud Dialogflow V2 Client - Class State (2.3.0)

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

Tool call states.

Protobuf type google.cloud.dialogflow.v2.ToolCall.State

Namespace

Google \ Cloud \ Dialogflow \ V2 \ ToolCall

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Default value.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

TRIGGERED

Value: 1

The tool call has been triggered.

Generated from protobuf enum TRIGGERED = 1;

NEEDS_CONFIRMATION

Value: 2

The tool call requires confirmation from a human.

Generated from protobuf enum NEEDS_CONFIRMATION = 2;