Google Cloud Dialogflow v2beta1 API - Class IntentSuggestion (1.0.0-beta15)

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

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class IntentSuggestion.

Represents an intent suggestion.

Inheritance

object > IntentSuggestion

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

IntentSuggestion()

public IntentSuggestion()

IntentSuggestion(IntentSuggestion)

public IntentSuggestion(IntentSuggestion other)
Parameter
NameDescription
otherIntentSuggestion

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

DisplayName

public string DisplayName { get; set; }

The display name of the intent.

Property Value
TypeDescription
string

HasIntentV2

public bool HasIntentV2 { get; }

Gets whether the "intent_v2" field is set

Property Value
TypeDescription
bool

IntentCase

public IntentSuggestion.IntentOneofCase IntentCase { get; }
Property Value
TypeDescription
IntentSuggestionIntentOneofCase

IntentV2

public string IntentV2 { get; set; }

The unique identifier of this [intent][google.cloud.dialogflow.v2beta1.Intent]. Format: projects/<Project ID>/locations/<Location ID>/agent/intents/<Intent ID>.

Property Value
TypeDescription
string