Interface protos.google.cloud.dialogflow.cx.v3.ResponseMessage.IOutputAudioText (2.12.1)

Properties of an OutputAudioText.

Package

@google-cloud/dialogflow-cx!

Properties

allowPlaybackInterruption

allowPlaybackInterruption?: (boolean|null);

OutputAudioText allowPlaybackInterruption

Property Value
TypeDescription
(boolean|null)

ssml

ssml?: (string|null);

OutputAudioText ssml

Property Value
TypeDescription
(string|null)

text

text?: (string|null);

OutputAudioText text

Property Value
TypeDescription
(string|null)