GoogleCloudDialogflowV2AnalyzeContentRequest constructor
GoogleCloudDialogflowV2AnalyzeContentRequest({
- GoogleCloudDialogflowV2AssistQueryParameters? assistQueryParams,
- Map<
String, Object?> ? cxParameters, - GoogleCloudDialogflowV2EventInput? eventInput,
- GoogleCloudDialogflowV2QueryParameters? queryParams,
- GoogleCloudDialogflowV2OutputAudioConfig? replyAudioConfig,
- String? requestId,
- GoogleCloudDialogflowV2SuggestionInput? suggestionInput,
- GoogleCloudDialogflowV2TextInput? textInput,
Implementation
GoogleCloudDialogflowV2AnalyzeContentRequest({
this.assistQueryParams,
this.cxParameters,
this.eventInput,
this.queryParams,
this.replyAudioConfig,
this.requestId,
this.suggestionInput,
this.textInput,
});