Module: Google::Cloud::Ces::V1beta::EvaluationSettings::ScenarioConversationInitiator
- Defined in:
- proto_docs/google/cloud/ces/v1beta/app.rb
Overview
Determines who starts the conversation in a scenario evaluation session.
Constant Summary collapse
- SCENARIO_CONVERSATION_INITIATOR_UNSPECIFIED =
Unspecified. Defaults to USER.
0- USER =
The user starts the conversation.
1- AGENT =
The agent starts the conversation.
2