GoogleCloudDialogflowV2EvaluationConfig constructor

GoogleCloudDialogflowV2EvaluationConfig({
  1. List<GoogleCloudDialogflowV2InputDataset>? datasets,
  2. GoogleCloudDialogflowV2EvaluationConfigSmartComposeConfig? smartComposeConfig,
  3. GoogleCloudDialogflowV2EvaluationConfigSmartReplyConfig? smartReplyConfig,
})

Implementation

GoogleCloudDialogflowV2EvaluationConfig({
  this.datasets,
  this.smartComposeConfig,
  this.smartReplyConfig,
});