public enum Experiment.Result.MetricType extends Enum<Experiment.Result.MetricType> implements ProtocolMessageEnumTypes of ratio-based metric for Dialogflow experiment.
Protobuf enum google.cloud.dialogflow.cx.v3.Experiment.Result.MetricType
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| ABANDONED_SESSION_RATE | Percentage of sessions where user hung up. |
| ABANDONED_SESSION_RATE_VALUE | Percentage of sessions where user hung up. |
| CALLBACK_SESSION_RATE | Percentage of sessions with the same user calling back. |
| CALLBACK_SESSION_RATE_VALUE | Percentage of sessions with the same user calling back. |
| CONTAINED_SESSION_NO_CALLBACK_RATE | Percentage of contained sessions without user calling back in 24 hours. |
| CONTAINED_SESSION_NO_CALLBACK_RATE_VALUE | Percentage of contained sessions without user calling back in 24 hours. |
| LIVE_AGENT_HANDOFF_RATE | Percentage of sessions that were handed to a human agent. |
| LIVE_AGENT_HANDOFF_RATE_VALUE | Percentage of sessions that were handed to a human agent. |
| METRIC_UNSPECIFIED | Metric unspecified. |
| METRIC_UNSPECIFIED_VALUE | Metric unspecified. |
| SESSION_END_RATE | Percentage of sessions reached Dialogflow 'END_PAGE' or 'END_SESSION'. |
| SESSION_END_RATE_VALUE | Percentage of sessions reached Dialogflow 'END_PAGE' or 'END_SESSION'. |
| UNRECOGNIZED |
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() |