Interface protos.google.cloud.dialogflow.v2beta1.IOutputAudioConfig (3.3.0)

Properties of an OutputAudioConfig.

Package

@google-cloud/dialogflow!

Properties

audioEncoding

audioEncoding?: (google.cloud.dialogflow.v2beta1.OutputAudioEncoding|keyof typeof google.cloud.dialogflow.v2beta1.OutputAudioEncoding|null);

OutputAudioConfig audioEncoding

Property Value
TypeDescription
(google.cloud.dialogflow.v2beta1.OutputAudioEncoding|keyof typeof google.cloud.dialogflow.v2beta1.OutputAudioEncoding|null)

sampleRateHertz

sampleRateHertz?: (number|null);

OutputAudioConfig sampleRateHertz

Property Value
TypeDescription
(number|null)

synthesizeSpeechConfig

synthesizeSpeechConfig?: (google.cloud.dialogflow.v2beta1.ISynthesizeSpeechConfig|null);

OutputAudioConfig synthesizeSpeechConfig

Property Value
TypeDescription
(google.cloud.dialogflow.v2beta1.ISynthesizeSpeechConfig|null)