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.
Implements
IMessageIntentCoverageTypesIntent, IEquatableIntentCoverageTypesIntent, IDeepCloneableIntentCoverageTypesIntent, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
Intent()
public Intent()
Intent(Intent)
public Intent(IntentCoverage.Types.Intent other)
Parameter | |
---|---|
Name | Description |
other | IntentCoverageTypesIntent |
Properties
Covered
public bool Covered { get; set; }
Whether the intent is covered by at least one of the agent's test cases.
Property Value | |
---|---|
Type | Description |
bool |
Intent_
public string Intent_ { get; set; }
The intent full resource name
Property Value | |
---|---|
Type | Description |
string |