public sealed class Intent : IMessage<IntentCoverage.Types.Intent>, IEquatable<IntentCoverage.Types.Intent>, IDeepCloneable<IntentCoverage.Types.Intent>, IBufferMessage, IMessage
The agent's intent.
Implements
IMessage<IntentCoverage.Types.Intent>, IEquatable<IntentCoverage.Types.Intent>, IDeepCloneable<IntentCoverage.Types.Intent>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
Intent()
public Intent()
Intent(IntentCoverage.Types.Intent)
public Intent(IntentCoverage.Types.Intent other)
Parameter | |
---|---|
Name | Description |
other | IntentCoverage.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 | |
---|---|
Type | Description |
Boolean |
Intent_
public string Intent_ { get; set; }
The intent full resource name
Property Value | |
---|---|
Type | Description |
String |