Dialogflow v3 API - Class IntentInput (2.17.0)

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.

Inheritance

object > IntentInput

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

IntentInput()

public IntentInput()

IntentInput(IntentInput)

public IntentInput(IntentInput other)
Parameter
NameDescription
otherIntentInput

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
TypeDescription
string

IntentAsIntentName

public IntentName IntentAsIntentName { get; set; }

IntentName-typed view over the Intent resource name property.

Property Value
TypeDescription
IntentName