EnterpriseWebSearch

@Serializable
data class EnterpriseWebSearch(val blockingConfidence: PhishBlockThreshold? = null, val excludeDomains: List<String>? = null)

Tool to search public web data, powered by Vertex AI Search and Sec4 compliance. This data type is not supported in Gemini API.

Constructors

Link copied to clipboard
constructor(blockingConfidence: PhishBlockThreshold? = null, excludeDomains: List<String>? = null)

Properties

Link copied to clipboard

Optional. Sites with confidence level chosen & above this value will be blocked from the search results.

Link copied to clipboard
val excludeDomains: List<String>? = null

Optional. List of domains to be excluded from the search results. The default limit is 2000 domains.