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