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.
Implements
IMessage<OutputAudio>, IEquatable<OutputAudio>, IDeepCloneable<OutputAudio>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
OutputAudio()
public OutputAudio()
OutputAudio(OutputAudio)
public OutputAudio(OutputAudio other)
Parameter | |
---|---|
Name | Description |
other | OutputAudio |
Properties
Audio
public ByteString Audio { get; set; }
The natural language speech audio.
Property Value | |
---|---|
Type | Description |
ByteString |
Config
public OutputAudioConfig Config { get; set; }
Instructs the speech synthesizer how to generate the speech audio.
Property Value | |
---|---|
Type | Description |
OutputAudioConfig |