Class GoogleCloudDialogflowCxV3beta1QueryInput
Inheritance
GoogleCloudDialogflowCxV3beta1QueryInput
Assembly: Google.Apis.Dialogflow.v2beta1.dll
public class GoogleCloudDialogflowCxV3beta1QueryInput : IDirectResponseSchema
Properties
Declaration
[JsonProperty("audio")]
public virtual GoogleCloudDialogflowCxV3beta1AudioInput Audio { get; set; }
Property Value
Declaration
[JsonProperty("dtmf")]
public virtual GoogleCloudDialogflowCxV3beta1DtmfInput Dtmf { get; set; }
Property Value
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("event")]
public virtual GoogleCloudDialogflowCxV3beta1EventInput Event__ { get; set; }
Property Value
Declaration
[JsonProperty("intent")]
public virtual GoogleCloudDialogflowCxV3beta1IntentInput Intent { get; set; }
Property Value
Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
Text
Declaration
[JsonProperty("text")]
public virtual GoogleCloudDialogflowCxV3beta1TextInput Text { get; set; }
Property Value
Declaration
[JsonProperty("toolCallResult")]
public virtual GoogleCloudDialogflowCxV3beta1ToolCallResult ToolCallResult { get; set; }
Property Value
Implements