public enum AgentCoachingInstruction.Types.TriggerEventReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API enum AgentCoachingInstruction.Types.TriggerEvent.
The event that should trigger this instruction.
Namespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Fields |
|
|---|---|
| Name | Description |
AgentMessage |
Triggers after each agent message. |
CustomerMessage |
Triggers after each customer message. |
EndOfUtterance |
Triggers when each chat message or voice utterance ends. |
ManualCall |
Triggers on the conversation manually by API calls. |
ToolCallCompletion |
Triggers on tool call completion. |
Unspecified |
Default value for TriggerEvent. |