Module: Google::Cloud::Ces::V1::Conversation::Source
- Defined in:
- proto_docs/google/cloud/ces/v1/conversation.rb
Overview
The source of the conversation.
Constant Summary collapse
- SOURCE_UNSPECIFIED =
Unspecified source.
0- LIVE =
The conversation is from the live end user.
1- SIMULATOR =
The conversation is from the simulator.
2- EVAL =
The conversation is from the evaluation.
3