Class GoogleCloudDialogflowV2beta1QueryInput
Inheritance
GoogleCloudDialogflowV2beta1QueryInput
Assembly: Google.Apis.Dialogflow.v2beta1.dll
public class GoogleCloudDialogflowV2beta1QueryInput : IDirectResponseSchema
Properties
Declaration
[JsonProperty("audioConfig")]
public virtual GoogleCloudDialogflowV2beta1InputAudioConfig AudioConfig { get; set; }
Property Value
Declaration
[JsonProperty("dtmf")]
public virtual GoogleCloudDialogflowV2beta1TelephonyDtmfEvents Dtmf { get; set; }
Property Value
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("event")]
public virtual GoogleCloudDialogflowV2beta1EventInput Event__ { get; set; }
Property Value
Text
Declaration
[JsonProperty("text")]
public virtual GoogleCloudDialogflowV2beta1TextInput Text { get; set; }
Property Value
Implements