Reference documentation and code samples for the Google Cloud Ces V1 Client class Source.
The source of the conversation.
Protobuf type google.cloud.ces.v1.Conversation.Source
Namespace
Google \ Cloud \ Ces \ V1 \ ConversationMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SOURCE_UNSPECIFIED
Value: 0Unspecified source.
Generated from protobuf enum SOURCE_UNSPECIFIED = 0;
LIVE
Value: 1The conversation is from the live end user.
Generated from protobuf enum LIVE = 1;
SIMULATOR
Value: 2The conversation is from the simulator.
Generated from protobuf enum SIMULATOR = 2;
PBEVAL
Value: 3The conversation is from the evaluation.
Generated from protobuf enum EVAL = 3;