Class GoogleCloudDialogflowCxV3WebhookRequestIntentInfo
Inheritance
GoogleCloudDialogflowCxV3WebhookRequestIntentInfo
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3WebhookRequestIntentInfo : IDirectResponseSchema
Properties
Confidence
Declaration
[JsonProperty("confidence")]
public virtual float? Confidence { get; set; }
Property Value
DisplayName
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
LastMatchedIntent
Declaration
[JsonProperty("lastMatchedIntent")]
public virtual string LastMatchedIntent { get; set; }
Property Value
Parameters
Declaration
[JsonProperty("parameters")]
public virtual IDictionary<string, GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue> Parameters { get; set; }
Property Value
Implements