Cx Test Case Test Case Conversation Turn User Input Input Args
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
Link copied to clipboard
constructor(dtmf: Output<CxTestCaseTestCaseConversationTurnUserInputInputDtmfArgs>? = null, event: Output<CxTestCaseTestCaseConversationTurnUserInputInputEventArgs>? = null, languageCode: Output<String>? = null, text: Output<CxTestCaseTestCaseConversationTurnUserInputInputTextArgs>? = null)
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
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.