View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3ConversationTurnUserInput (google_api_dialogflow v0.88.3)
The input from the human user.
Attributes
-
enableSentimentAnalysis
(type:boolean()
, default:nil
) - Whether sentiment analysis is enabled. -
injectedParameters
(type:map()
, default:nil
) - Parameters that need to be injected into the conversation during intent detection. -
input
(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3QueryInput.t
, default:nil
) - Supports text input, event input, dtmf input in the test case. -
isWebhookEnabled
(type:boolean()
, default:nil
) - If webhooks should be allowed to trigger in response to the user utterance. Often if parameters are injected, webhooks should not be enabled.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3ConversationTurnUserInput{ enableSentimentAnalysis: boolean() | nil, injectedParameters: map() | nil, input: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3QueryInput.t() | nil, isWebhookEnabled: boolean() | nil }