Google Cloud Dialogflow V2 Client - Class TriggerEvent (1.13.0)

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

The event that triggers the generator and LLM execution.

Protobuf type google.cloud.dialogflow.v2.TriggerEvent

Namespace

Google \ Cloud \ Dialogflow \ V2

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TRIGGER_EVENT_UNSPECIFIED

Value: 0

Default value for TriggerEvent.

Generated from protobuf enum TRIGGER_EVENT_UNSPECIFIED = 0;

END_OF_UTTERANCE

Value: 1

Triggers when each chat message or voice utterance ends.

Generated from protobuf enum END_OF_UTTERANCE = 1;

MANUAL_CALL

Value: 2

Triggers on the conversation manually by API calls, such as Conversations.GenerateStatelessSuggestion and Conversations.GenerateSuggestions.

Generated from protobuf enum MANUAL_CALL = 2;