GoogleCloudDialogflowV2AnalyzeContentRequest constructor

GoogleCloudDialogflowV2AnalyzeContentRequest({
  1. GoogleCloudDialogflowV2AssistQueryParameters? assistQueryParams,
  2. Map<String, Object?>? cxParameters,
  3. GoogleCloudDialogflowV2EventInput? eventInput,
  4. GoogleCloudDialogflowV2QueryParameters? queryParams,
  5. GoogleCloudDialogflowV2OutputAudioConfig? replyAudioConfig,
  6. String? requestId,
  7. GoogleCloudDialogflowV2SuggestionInput? suggestionInput,
  8. GoogleCloudDialogflowV2TextInput? textInput,
})

Implementation

GoogleCloudDialogflowV2AnalyzeContentRequest({
  this.assistQueryParams,
  this.cxParameters,
  this.eventInput,
  this.queryParams,
  this.replyAudioConfig,
  this.requestId,
  this.suggestionInput,
  this.textInput,
});