GoogleCloudDialogflowCxV3ConversationTurnUserInput constructor

GoogleCloudDialogflowCxV3ConversationTurnUserInput({
  1. bool? enableSentimentAnalysis,
  2. Map<String, Object?>? injectedParameters,
  3. GoogleCloudDialogflowCxV3QueryInput? input,
  4. bool? isWebhookEnabled,
})

Implementation

GoogleCloudDialogflowCxV3ConversationTurnUserInput({
  this.enableSentimentAnalysis,
  this.injectedParameters,
  this.input,
  this.isWebhookEnabled,
});