Class GoogleCloudDialogflowV2AudioInput
Inheritance
GoogleCloudDialogflowV2AudioInput
Assembly: Google.Apis.Dialogflow.v2.dll
public class GoogleCloudDialogflowV2AudioInput : IDirectResponseSchema
Properties
Declaration
[JsonProperty("audio")]
public virtual string Audio { get; set; }
Property Value
Declaration
[JsonProperty("config")]
public virtual GoogleCloudDialogflowV2InputAudioConfig Config { get; set; }
Property Value
Declaration
public virtual string ETag { get; set; }
Property Value
Implements