CxPageFormParameterFillBehaviorInitialPromptFulfillmentMessageOutputAudioTextArgs

data class CxPageFormParameterFillBehaviorInitialPromptFulfillmentMessageOutputAudioTextArgs(val allowPlaybackInterruption: Output<Boolean>? = null, val ssml: Output<String>? = null, val text: Output<String>? = null) : ConvertibleToJava<CxPageFormParameterFillBehaviorInitialPromptFulfillmentMessageOutputAudioTextArgs>

Constructors

constructor(allowPlaybackInterruption: Output<Boolean>? = null, ssml: Output<String>? = null, text: Output<String>? = null)

Properties

Link copied to clipboard
val allowPlaybackInterruption: Output<Boolean>? = null

(Output) Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.

Link copied to clipboard
val ssml: Output<String>? = null

The SSML text to be synthesized. For more information, see SSML.

Link copied to clipboard
val text: Output<String>? = null

The raw text to be synthesized.

Functions

Link copied to clipboard
open override fun toJava(): CxPageFormParameterFillBehaviorInitialPromptFulfillmentMessageOutputAudioTextArgs