GoogleCloudDialogflowV2EvaluationConfig constructor
GoogleCloudDialogflowV2EvaluationConfig({
- List<
GoogleCloudDialogflowV2InputDataset> ? datasets, - GoogleCloudDialogflowV2EvaluationConfigSmartComposeConfig? smartComposeConfig,
- GoogleCloudDialogflowV2EvaluationConfigSmartReplyConfig? smartReplyConfig,
Implementation
GoogleCloudDialogflowV2EvaluationConfig({
this.datasets,
this.smartComposeConfig,
this.smartReplyConfig,
});