GoogleCloudDialogflowCxV3MatchIntentRequest constructor

GoogleCloudDialogflowCxV3MatchIntentRequest({
  1. bool? persistParameterChanges,
  2. GoogleCloudDialogflowCxV3QueryInput? queryInput,
  3. GoogleCloudDialogflowCxV3QueryParameters? queryParams,
})

Implementation

GoogleCloudDialogflowCxV3MatchIntentRequest({
  this.persistParameterChanges,
  this.queryInput,
  this.queryParams,
});