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
System.Object > IntentInputImplements
Google.Protobuf.IMessage<IntentInput>, System.IEquatable<IntentInput>, Google.Protobuf.IDeepCloneable<IntentInput>, Google.Protobuf.IBufferMessage, Google.Protobuf.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 |
System.String |
IntentAsIntentName
public IntentName IntentAsIntentName { get; set; }
IntentName-typed view over the Intent resource name property.
Property Value | |
---|---|
Type | Description |
IntentName |