Class IntentCoverage (1.8.0)

IntentCoverage(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Intent coverage represents the percentage of all possible intents in the agent that are triggered in any of a parent's test cases.

Attributes

NameDescription
intents Sequence[google.cloud.dialogflowcx_v3beta1.types.IntentCoverage.Intent]
The list of Intents present in the agent
coverage_score float
The percent of intents in the agent that are covered.

Classes

Intent

Intent(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The agent's intent.