GoogleCloudDialogflowCxV3ConversationTurnUserInputResponse

data class GoogleCloudDialogflowCxV3ConversationTurnUserInputResponse(val enableSentimentAnalysis: Boolean, val injectedParameters: Map<String, String>, val input: GoogleCloudDialogflowCxV3QueryInputResponse, val isWebhookEnabled: Boolean)

The input from the human user.

Constructors

Types

Link copied to clipboard
object Companion

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.