Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class OutputAudio.
Represents the natural language speech audio to be played to the end user.
Generated from protobuf message google.cloud.dialogflow.v2.OutputAudio
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ config
Google\Cloud\Dialogflow\V2\OutputAudioConfig
Instructs the speech synthesizer how to generate the speech audio.
↳ audio
string
The natural language speech audio.
getConfig
Instructs the speech synthesizer how to generate the speech audio.
Generated from protobuf field .google.cloud.dialogflow.v2.OutputAudioConfig config = 1;
hasConfig
clearConfig
setConfig
Instructs the speech synthesizer how to generate the speech audio.
Generated from protobuf field .google.cloud.dialogflow.v2.OutputAudioConfig config = 1;
$this
getAudio
The natural language speech audio.
Generated from protobuf field bytes audio = 2;
string
setAudio
The natural language speech audio.
Generated from protobuf field bytes audio = 2;
var
string
$this