Class IntentCoverage (2.1.0)

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

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

Inheritance

Object > IntentCoverage

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

IntentCoverage()

public IntentCoverage()

IntentCoverage(IntentCoverage)

public IntentCoverage(IntentCoverage other)
Parameter
NameDescription
otherIntentCoverage

Properties

CoverageScore

public float CoverageScore { get; set; }

The percent of intents in the agent that are covered.

Property Value
TypeDescription
Single

Intents

public RepeatedField<IntentCoverage.Types.Intent> Intents { get; }

The list of Intents present in the agent

Property Value
TypeDescription
RepeatedField<IntentCoverage.Types.Intent>