public sealed class IntentInput : IMessage<IntentInput>, IEquatable<IntentInput>, IDeepCloneable<IntentInput>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class IntentInput.
Represents the intent to trigger programmatically rather than as a result of natural language processing.
Implements
IMessageIntentInput, IEquatableIntentInput, IDeepCloneableIntentInput, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
IntentInput()
public IntentInput()
IntentInput(IntentInput)
public IntentInput(IntentInput other)
Parameter | |
---|---|
Name | Description |
other | IntentInput |
Properties
Intent
public string Intent { get; set; }
Required. The unique identifier of the intent.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/intents/<Intent ID>
.
Property Value | |
---|---|
Type | Description |
string |
IntentAsIntentName
public IntentName IntentAsIntentName { get; set; }
IntentName-typed view over the Intent resource name property.
Property Value | |
---|---|
Type | Description |
IntentName |