public enum TriggerEventReference documentation and code samples for the Google Cloud Dialogflow v2 API enum TriggerEvent.
The event that triggers the generator and LLM execution.
Namespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Fields |
|
|---|---|
| Name | Description |
AgentMessage |
Triggers after each agent message only. |
CustomerMessage |
Triggers after each customer message only. |
EndOfUtterance |
Triggers when each chat message or voice utterance ends. |
ManualCall |
Triggers on the conversation manually by API calls, such as Conversations.GenerateStatelessSuggestion and Conversations.GenerateSuggestions. |
Unspecified |
Default value for TriggerEvent. |