Class GoogleCloudDialogflowCxV3beta1ActionIntentMatchMatchedIntent
Stores the matched intent, which is the result of the intent match action.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ActionIntentMatchMatchedIntent : IDirectResponseSchema
Properties
DisplayName
The display name of the matched intent.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GenerativeFallback
The generative fallback response of the matched intent.
Declaration
[JsonProperty("generativeFallback")]
public virtual IDictionary<string, object> GenerativeFallback { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |
IntentId
The ID of the matched intent.
Declaration
[JsonProperty("intentId")]
public virtual string IntentId { get; set; }
Property Value
Type | Description |
---|---|
string |
Score
The score of the matched intent.
Declaration
[JsonProperty("score")]
public virtual float? Score { get; set; }
Property Value
Type | Description |
---|---|
float? |