CxTestCaseTestCaseConversationTurnUserInputArgs

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

constructor(enableSentimentAnalysis: Output<Boolean>? = null, injectedParameters: Output<String>? = null, input: Output<CxTestCaseTestCaseConversationTurnUserInputInputArgs>? = null, isWebhookEnabled: Output<Boolean>? = null)

Properties

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

Whether sentiment analysis is enabled.

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

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
val isWebhookEnabled: Output<Boolean>? = null

If webhooks should be allowed to trigger in response to the user utterance. Often if parameters are injected, webhooks should not be enabled.

Functions

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