Module: Google::Cloud::Dialogflow::V2::AgentCoachingInstruction::TriggerEvent
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/agent_coaching_instruction.rb
Overview
The event that should trigger this instruction.
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.
2- CUSTOMER_MESSAGE =
Triggers after each customer message.
3- AGENT_MESSAGE =
Triggers after each agent message.
4- TOOL_CALL_COMPLETION =
Triggers on tool call completion.
5