Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::GenerateGroundedContentRequest::GroundingSource::EnterpriseWebRetrievalSource.
Params for using enterprise web retrieval as grounding source.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#blocking_confidence
def blocking_confidence() -> ::Google::Cloud::DiscoveryEngine::V1beta::Citation::PhishBlockThreshold
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::Citation::PhishBlockThreshold) — Optional. Sites with confidence level chosen & above this value will be blocked from the search results.
#blocking_confidence=
def blocking_confidence=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::Citation::PhishBlockThreshold
Parameter
- value (::Google::Cloud::DiscoveryEngine::V1beta::Citation::PhishBlockThreshold) — Optional. Sites with confidence level chosen & above this value will be blocked from the search results.
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::Citation::PhishBlockThreshold) — Optional. Sites with confidence level chosen & above this value will be blocked from the search results.
#exclude_domains
def exclude_domains() -> ::Array<::String>
Returns
- (::Array<::String>) — Optional. List of domains to be excluded from the search results.
#exclude_domains=
def exclude_domains=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Optional. List of domains to be excluded from the search results.
Returns
- (::Array<::String>) — Optional. List of domains to be excluded from the search results.