Cx Test Case Test Case Conversation Turn User Input Args
data class CxTestCaseTestCaseConversationTurnUserInputArgs(val enableSentimentAnalysis: Output<Boolean>? = null, val injectedParameters: Output<String>? = null, val input: Output<CxTestCaseTestCaseConversationTurnUserInputInputArgs>? = null, val isWebhookEnabled: Output<Boolean>? = null) : ConvertibleToJava<CxTestCaseTestCaseConversationTurnUserInputArgs>
Constructors
Link copied to clipboard
constructor(enableSentimentAnalysis: Output<Boolean>? = null, injectedParameters: Output<String>? = null, input: Output<CxTestCaseTestCaseConversationTurnUserInputInputArgs>? = null, isWebhookEnabled: Output<Boolean>? = null)
Properties
Link copied to clipboard
Whether sentiment analysis is enabled.
Link copied to clipboard
Parameters that need to be injected into the conversation during intent detection.
Link copied to clipboard
User input. Supports text input, event input, dtmf input in the test case. Structure is documented below.
Link copied to clipboard
If webhooks should be allowed to trigger in response to the user utterance. Often if parameters are injected, webhooks should not be enabled.