Google Cloud Dialogflow Cx V3Conversation Turn User Input Args
data class GoogleCloudDialogflowCxV3ConversationTurnUserInputArgs(val enableSentimentAnalysis: Output<Boolean>? = null, val injectedParameters: Output<Map<String, String>>? = null, val input: Output<GoogleCloudDialogflowCxV3QueryInputArgs>? = null, val isWebhookEnabled: Output<Boolean>? = null) : ConvertibleToJava<GoogleCloudDialogflowCxV3ConversationTurnUserInputArgs>
The input from the human user.
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
Supports text input, event input, dtmf input in the test case.
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.