public sealed class IntentSuggestion : IMessage<IntentSuggestion>, IEquatable<IntentSuggestion>, IDeepCloneable<IntentSuggestion>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class IntentSuggestion.
Represents an intent suggestion.
Implements
IMessageIntentSuggestion, IEquatableIntentSuggestion, IDeepCloneableIntentSuggestion, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
IntentSuggestion()
public IntentSuggestion()
IntentSuggestion(IntentSuggestion)
public IntentSuggestion(IntentSuggestion other)
Parameter | |
---|---|
Name | Description |
other | IntentSuggestion |
Properties
Description
public string Description { get; set; }
Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
Property Value | |
---|---|
Type | Description |
string |
DisplayName
public string DisplayName { get; set; }
The display name of the intent.
Property Value | |
---|---|
Type | Description |
string |
HasIntentV2
public bool HasIntentV2 { get; }
Gets whether the "intent_v2" field is set
Property Value | |
---|---|
Type | Description |
bool |
IntentCase
public IntentSuggestion.IntentOneofCase IntentCase { get; }
Property Value | |
---|---|
Type | Description |
IntentSuggestionIntentOneofCase |
IntentV2
public string IntentV2 { get; set; }
The unique identifier of this
[intent][google.cloud.dialogflow.v2.Intent]. Format: projects/<Project
ID>/locations/<Location ID>/agent/intents/<Intent ID>
.
Property Value | |
---|---|
Type | Description |
string |