GoogleCloudDialogflowCxV3CalculateCoverageResponse constructor

GoogleCloudDialogflowCxV3CalculateCoverageResponse({
  1. String? agent,
  2. GoogleCloudDialogflowCxV3IntentCoverage? intentCoverage,
  3. GoogleCloudDialogflowCxV3TransitionRouteGroupCoverage? routeGroupCoverage,
  4. GoogleCloudDialogflowCxV3TransitionCoverage? transitionCoverage,
})

Implementation

GoogleCloudDialogflowCxV3CalculateCoverageResponse({
  this.agent,
  this.intentCoverage,
  this.routeGroupCoverage,
  this.transitionCoverage,
});