Dialogflow v3 API - Class IntentCoverage (2.17.0)

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

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

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
float

Intents

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

The list of Intents present in the agent

Property Value
TypeDescription
RepeatedFieldIntentCoverageTypesIntent