Dialogflow v3 API - Class TransitionRouteGroupCoverage (2.24.0)

public sealed class TransitionRouteGroupCoverage : IMessage<TransitionRouteGroupCoverage>, IEquatable<TransitionRouteGroupCoverage>, IDeepCloneable<TransitionRouteGroupCoverage>, IBufferMessage, IMessage

Reference documentation and code samples for the Dialogflow v3 API class TransitionRouteGroupCoverage.

Transition route group coverage represents the percentage of all possible transition routes present within any of a parent's test cases. The results are grouped by the transition route group.

Inheritance

object > TransitionRouteGroupCoverage

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

TransitionRouteGroupCoverage()

public TransitionRouteGroupCoverage()

TransitionRouteGroupCoverage(TransitionRouteGroupCoverage)

public TransitionRouteGroupCoverage(TransitionRouteGroupCoverage other)
Parameter
Name Description
other TransitionRouteGroupCoverage

Properties

CoverageScore

public float CoverageScore { get; set; }

The percent of transition routes in all the transition route groups that are covered.

Property Value
Type Description
float

Coverages

public RepeatedField<TransitionRouteGroupCoverage.Types.Coverage> Coverages { get; }

Transition route group coverages.

Property Value
Type Description
RepeatedField TransitionRouteGroupCoverage Types Coverage

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.