Class IntentCoverage.Types.Intent (1.1.0)

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

The agent's intent.

Inheritance

Object > IntentCoverage.Types.Intent

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

Intent()

public Intent()

Intent(IntentCoverage.Types.Intent)

public Intent(IntentCoverage.Types.Intent other)
Parameter
NameDescription
otherIntentCoverage.Types.Intent

Properties

Covered

public bool Covered { get; set; }

Whether or not the intent is covered by at least one of the agent's test cases.

Property Value
TypeDescription
Boolean

Intent_

public string Intent_ { get; set; }

The intent full resource name

Property Value
TypeDescription
String