GoogleCloudDialogflowV2EvaluationConfigSmartReplyConfig constructor

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

Implementation

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