CxTestCaseTestCaseConversationTurnUserInputInputTextArgs

data class CxTestCaseTestCaseConversationTurnUserInputInputTextArgs(val text: Output<String>) : ConvertibleToJava<CxTestCaseTestCaseConversationTurnUserInputInputTextArgs>

Constructors

constructor(text: Output<String>)

Properties

Link copied to clipboard
val text: Output<String>

The natural language text to be processed. Text length must not exceed 256 characters.

Functions

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