GoogleCloudDialogflowV2EvaluationConfigSmartComposeConfig constructor

GoogleCloudDialogflowV2EvaluationConfigSmartComposeConfig({
  1. String? allowlistDocument,
  2. int? maxResultCount,
})

Implementation

GoogleCloudDialogflowV2EvaluationConfigSmartComposeConfig({
  this.allowlistDocument,
  this.maxResultCount,
});