Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class MetricType.
Types of ratio-based metric for Dialogflow experiment.
Protobuf type google.cloud.dialogflow.cx.v3.Experiment.Result.MetricType
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3 \ Experiment \ ResultMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
METRIC_UNSPECIFIED
Value: 0
Metric unspecified.
Generated from protobuf enum METRIC_UNSPECIFIED = 0;
CONTAINED_SESSION_NO_CALLBACK_RATE
Value: 1
Percentage of contained sessions without user calling back in 24 hours.
Generated from protobuf enum CONTAINED_SESSION_NO_CALLBACK_RATE = 1;
LIVE_AGENT_HANDOFF_RATE
Value: 2
Percentage of sessions that were handed to a human agent.
Generated from protobuf enum LIVE_AGENT_HANDOFF_RATE = 2;
CALLBACK_SESSION_RATE
Value: 3
Percentage of sessions with the same user calling back.
Generated from protobuf enum CALLBACK_SESSION_RATE = 3;
ABANDONED_SESSION_RATE
Value: 4
Percentage of sessions where user hung up.
Generated from protobuf enum ABANDONED_SESSION_RATE = 4;
SESSION_END_RATE
Value: 5
Percentage of sessions reached Dialogflow 'END_PAGE' or 'END_SESSION'.
Generated from protobuf enum SESSION_END_RATE = 5;