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