Module: Google::Cloud::Dialogflow::V2::TriggerEvent

Defined in:
proto_docs/google/cloud/dialogflow/v2/generator.rb

Overview

The event that triggers the generator and LLM execution.

Constant Summary collapse

TRIGGER_EVENT_UNSPECIFIED =

Default value for TriggerEvent.

0
END_OF_UTTERANCE =

Triggers when each chat message or voice utterance ends.

1
MANUAL_CALL =

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

2