Class IntentCoverage (0.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: intents (Sequence[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.

Inheritance

builtins.object > proto.message.Message > IntentCoverage