Google Cloud Dialogflow Cx V3 Client - Class CoverageType (0.3.2)

Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class CoverageType.

The type of coverage score requested.

Protobuf type google.cloud.dialogflow.cx.v3.CalculateCoverageRequest.CoverageType

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3 \ CalculateCoverageRequest

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

COVERAGE_TYPE_UNSPECIFIED

Value: 0

Should never be used.

Generated from protobuf enum COVERAGE_TYPE_UNSPECIFIED = 0;

INTENT

Value: 1

Intent coverage.

Generated from protobuf enum INTENT = 1;

PAGE_TRANSITION

Value: 2

Page transition coverage.

Generated from protobuf enum PAGE_TRANSITION = 2;

TRANSITION_ROUTE_GROUP

Value: 3

Transition route group coverage.

Generated from protobuf enum TRANSITION_ROUTE_GROUP = 3;