public enum EvaluationSettings.ScenarioConversationInitiator extends Enum<EvaluationSettings.ScenarioConversationInitiator> implements ProtocolMessageEnumDetermines who starts the conversation in a scenario evaluation session.
Protobuf enum google.cloud.ces.v1beta.EvaluationSettings.ScenarioConversationInitiator
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
AGENT |
The agent starts the conversation. |
AGENT_VALUE |
The agent starts the conversation. |
SCENARIO_CONVERSATION_INITIATOR_UNSPECIFIED |
Unspecified. Defaults to USER. |
SCENARIO_CONVERSATION_INITIATOR_UNSPECIFIED_VALUE |
Unspecified. Defaults to USER. |
UNRECOGNIZED |
|
USER |
The user starts the conversation. |
USER_VALUE |
The user starts the conversation. |
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|