GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3ConversationTurnUserInput (google_api_dialogflow v0.72.0) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3ConversationTurnUserInput{
enableSentimentAnalysis: boolean() | nil,
injectedParameters: map() | nil,
input:
GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3QueryInput.t()
| nil,
isWebhookEnabled: boolean() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.