Class GoogleCloudDialogflowCxV3beta1MatchIntentResponse
Inheritance
GoogleCloudDialogflowCxV3beta1MatchIntentResponse
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1MatchIntentResponse : IDirectResponseSchema
Properties
CurrentPage
Declaration
[JsonProperty("currentPage")]
public virtual GoogleCloudDialogflowCxV3beta1Page CurrentPage { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Matches
Declaration
[JsonProperty("matches")]
public virtual IList<GoogleCloudDialogflowCxV3beta1Match> Matches { get; set; }
Property Value
Text
Declaration
[JsonProperty("text")]
public virtual string Text { get; set; }
Property Value
Transcript
Declaration
[JsonProperty("transcript")]
public virtual string Transcript { get; set; }
Property Value
TriggerEvent
Declaration
[JsonProperty("triggerEvent")]
public virtual string TriggerEvent { get; set; }
Property Value
TriggerIntent
Declaration
[JsonProperty("triggerIntent")]
public virtual string TriggerIntent { get; set; }
Property Value
Implements