CxTestCaseTestCaseConversationTurnUserInputInputArgs

data class CxTestCaseTestCaseConversationTurnUserInputInputArgs(val dtmf: Output<CxTestCaseTestCaseConversationTurnUserInputInputDtmfArgs>? = null, val event: Output<CxTestCaseTestCaseConversationTurnUserInputInputEventArgs>? = null, val languageCode: Output<String>? = null, val text: Output<CxTestCaseTestCaseConversationTurnUserInputInputTextArgs>? = null) : ConvertibleToJava<CxTestCaseTestCaseConversationTurnUserInputInputArgs>

Constructors

Properties

Link copied to clipboard

The DTMF event to be handled. Structure is documented below.

Link copied to clipboard

The event to be triggered. Structure is documented below.

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

The language of the input. See Language Support for a list of the currently supported language codes. Note that queries in the same session do not necessarily need to specify the same language.

Link copied to clipboard

The natural language text to be processed. Structure is documented below.

Functions

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