public sealed class IntentCoverage.Types.Intent : IMessage<IntentCoverage.Types.Intent>, IEquatable<IntentCoverage.Types.Intent>, IDeepCloneable<IntentCoverage.Types.Intent>, IBufferMessage, IMessageReference 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 |
|
Intent_AsIntentName
public IntentName Intent_AsIntentName { get; set; }IntentName-typed view over the Intent_ resource name property.
| Property Value | |
|---|---|
| Type | Description |
IntentName |
|