Class CalculateCoverageResponse (0.8.0)

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

The response message for [TestCases.CalculateCoverage][google.cloud.dialogflow.cx.v3.TestCases.CalculateCoverage].

Attributes: agent (str): The agent to calculate coverage for. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>. intent_coverage (google.cloud.dialogflowcx_v3.types.IntentCoverage): Intent coverage. transition_coverage (google.cloud.dialogflowcx_v3.types.TransitionCoverage): Transition (excluding transition route groups) coverage. route_group_coverage (google.cloud.dialogflowcx_v3.types.TransitionRouteGroupCoverage): Transition route group coverage.

Inheritance

builtins.object > proto.message.Message > CalculateCoverageResponse