GoogleCloudDialogflowCxV3CalculateCoverageResponse constructor
GoogleCloudDialogflowCxV3CalculateCoverageResponse({
- String? agent,
- GoogleCloudDialogflowCxV3IntentCoverage? intentCoverage,
- GoogleCloudDialogflowCxV3TransitionRouteGroupCoverage? routeGroupCoverage,
- GoogleCloudDialogflowCxV3TransitionCoverage? transitionCoverage,
Implementation
GoogleCloudDialogflowCxV3CalculateCoverageResponse({
this.agent,
this.intentCoverage,
this.routeGroupCoverage,
this.transitionCoverage,
});