Dialogflow v3 API - Class IntentCoverage.Types.Intent (2.17.0)

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

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

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(Intent)

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

Properties

Covered

public bool Covered { get; set; }

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

Property Value
TypeDescription
bool

Intent_

public string Intent_ { get; set; }

The intent full resource name

Property Value
TypeDescription
string