GoogleCloudAiplatformV1EnterpriseWebSearch constructor

GoogleCloudAiplatformV1EnterpriseWebSearch({
  1. String? blockingConfidence,
  2. List<String>? excludeDomains,
})

Implementation

GoogleCloudAiplatformV1EnterpriseWebSearch({
  this.blockingConfidence,
  this.excludeDomains,
});