Interface protos.google.cloud.dialogflow.cx.v3.IOutputAudioConfig (2.13.0)

Properties of an OutputAudioConfig.

Package

@google-cloud/dialogflow-cx!

Properties

audioEncoding

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

OutputAudioConfig audioEncoding

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

sampleRateHertz

sampleRateHertz?: (number|null);

OutputAudioConfig sampleRateHertz

Property Value
TypeDescription
(number|null)

synthesizeSpeechConfig

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

OutputAudioConfig synthesizeSpeechConfig

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