Enum Experiment.Result.MetricType (0.48.0)

public enum Experiment.Result.MetricType extends Enum<Experiment.Result.MetricType> implements ProtocolMessageEnum

Types of ratio-based metric for Dialogflow experiment.

Protobuf enum google.cloud.dialogflow.cx.v3.Experiment.Result.MetricType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ABANDONED_SESSION_RATE

Percentage of sessions where user hung up.

ABANDONED_SESSION_RATE = 4;

ABANDONED_SESSION_RATE_VALUE

Percentage of sessions where user hung up.

ABANDONED_SESSION_RATE = 4;

CALLBACK_SESSION_RATE

Percentage of sessions with the same user calling back.

CALLBACK_SESSION_RATE = 3;

CALLBACK_SESSION_RATE_VALUE

Percentage of sessions with the same user calling back.

CALLBACK_SESSION_RATE = 3;

CONTAINED_SESSION_NO_CALLBACK_RATE

Percentage of contained sessions without user calling back in 24 hours.

CONTAINED_SESSION_NO_CALLBACK_RATE = 1;

CONTAINED_SESSION_NO_CALLBACK_RATE_VALUE

Percentage of contained sessions without user calling back in 24 hours.

CONTAINED_SESSION_NO_CALLBACK_RATE = 1;

LIVE_AGENT_HANDOFF_RATE

Percentage of sessions that were handed to a human agent.

LIVE_AGENT_HANDOFF_RATE = 2;

LIVE_AGENT_HANDOFF_RATE_VALUE

Percentage of sessions that were handed to a human agent.

LIVE_AGENT_HANDOFF_RATE = 2;

METRIC_UNSPECIFIED

Metric unspecified.

METRIC_UNSPECIFIED = 0;

METRIC_UNSPECIFIED_VALUE

Metric unspecified.

METRIC_UNSPECIFIED = 0;

SESSION_END_RATE

Percentage of sessions reached Dialogflow 'END_PAGE' or 'END_SESSION'.

SESSION_END_RATE = 5;

SESSION_END_RATE_VALUE

Percentage of sessions reached Dialogflow 'END_PAGE' or 'END_SESSION'.

SESSION_END_RATE = 5;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()