Class GoogleCloudDialogflowCxV3beta1ActionIntentMatchMatchedIntent
Inheritance
GoogleCloudDialogflowCxV3beta1ActionIntentMatchMatchedIntent
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ActionIntentMatchMatchedIntent : IDirectResponseSchema
Properties
DisplayName
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
GenerativeFallback
Declaration
[JsonProperty("generativeFallback")]
public virtual IDictionary<string, object> GenerativeFallback { get; set; }
Property Value
IntentId
Declaration
[JsonProperty("intentId")]
public virtual string IntentId { get; set; }
Property Value
Score
Declaration
[JsonProperty("score")]
public virtual float? Score { get; set; }
Property Value
Implements