Google Cloud Dialogflow v2 API - Class OutputAudio (4.18.0)

public sealed class OutputAudio : IMessage<OutputAudio>, IEquatable<OutputAudio>, IDeepCloneable<OutputAudio>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class OutputAudio.

Represents the natural language speech audio to be played to the end user.

Inheritance

object > OutputAudio

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

OutputAudio()

public OutputAudio()

OutputAudio(OutputAudio)

public OutputAudio(OutputAudio other)
Parameter
NameDescription
otherOutputAudio

Properties

Audio

public ByteString Audio { get; set; }

The natural language speech audio.

Property Value
TypeDescription
ByteString

Config

public OutputAudioConfig Config { get; set; }

Instructs the speech synthesizer how to generate the speech audio.

Property Value
TypeDescription
OutputAudioConfig