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 |
|
|---|---|
| Name | Description |
intents |
MutableSequence[google.cloud.dialogflowcx_v3.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.