GoogleCloudDialogflowCxV3Match constructor

GoogleCloudDialogflowCxV3Match({
  1. double? confidence,
  2. String? event,
  3. GoogleCloudDialogflowCxV3Intent? intent,
  4. String? matchType,
  5. Map<String, Object?>? parameters,
  6. String? resolvedInput,
})

Implementation

GoogleCloudDialogflowCxV3Match({
  this.confidence,
  this.event,
  this.intent,
  this.matchType,
  this.parameters,
  this.resolvedInput,
});