type property
Ratio-based metric type.
Only one of type or count_type is specified in each Metric. Possible string values are:
- "METRIC_UNSPECIFIED" : Metric unspecified.
- "CONTAINED_SESSION_NO_CALLBACK_RATE" : 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.
- "CALLBACK_SESSION_RATE" : Percentage of sessions with the same user calling back.
- "ABANDONED_SESSION_RATE" : Percentage of sessions where user hung up.
- "SESSION_END_RATE" : Percentage of sessions reached Dialogflow 'END_PAGE' or 'END_SESSION'.
Implementation
core.String? type;