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