public sealed class IntentInput : IMessage<IntentInput>, IEquatable<IntentInput>, IDeepCloneable<IntentInput>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class IntentInput.
Represents the intent to trigger programmatically rather than as a result of natural language processing. The intent input is only used for V3 agent.
Implements
IMessageIntentInput, IEquatableIntentInput, IDeepCloneableIntentInput, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.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 in V3 agent.
Format: projects/<Project ID>/locations/<Location ID>/locations/<Location
ID>/agents/<Agent ID>/intents/<Intent ID>
.
Property Value | |
---|---|
Type | Description |
string |
LanguageCode
public string LanguageCode { get; set; }
Required. The language of this conversational query. See Language Support for a list of the currently supported language codes.
Property Value | |
---|---|
Type | Description |
string |