Class GoogleCloudDialogflowV2QueryInput
Inheritance
GoogleCloudDialogflowV2QueryInput
Assembly: Google.Apis.Dialogflow.v2.dll
public class GoogleCloudDialogflowV2QueryInput : IDirectResponseSchema
Properties
Declaration
[JsonProperty("audioConfig")]
public virtual GoogleCloudDialogflowV2InputAudioConfig AudioConfig { get; set; }
Property Value
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("event")]
public virtual GoogleCloudDialogflowV2EventInput Event__ { get; set; }
Property Value
Text
Declaration
[JsonProperty("text")]
public virtual GoogleCloudDialogflowV2TextInput Text { get; set; }
Property Value
Implements