Class IntentInput (1.5.0)

public sealed class IntentInput : IMessage<IntentInput>, IEquatable<IntentInput>, IDeepCloneable<IntentInput>, IBufferMessage, IMessage

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/&lt;Project ID>/locations/&lt;Location ID>/agents/&lt;Agent ID>/intents/&lt;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