Class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1GenerateGroundedContentRequestGroundingSourceGoogleSearchSource
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1GenerateGroundedContentRequestGroundingSourceGoogleSearchSource
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1/classes.rb,
lib/google/apis/discoveryengine_v1/representations.rb,
lib/google/apis/discoveryengine_v1/representations.rb
Overview
Google Search config parameters.
Instance Attribute Summary collapse
-
#dynamic_retrieval_config ⇒ Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1GenerateGroundedContentRequestDynamicRetrievalConfiguration
Describes the options to customize dynamic retrieval.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1GenerateGroundedContentRequestGroundingSourceGoogleSearchSource
constructor
A new instance of GoogleCloudDiscoveryengineV1GenerateGroundedContentRequestGroundingSourceGoogleSearchSource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1GenerateGroundedContentRequestGroundingSourceGoogleSearchSource
Returns a new instance of GoogleCloudDiscoveryengineV1GenerateGroundedContentRequestGroundingSourceGoogleSearchSource.
5451 5452 5453 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 5451 def initialize(**args) update!(**args) end |
Instance Attribute Details
#dynamic_retrieval_config ⇒ Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1GenerateGroundedContentRequestDynamicRetrievalConfiguration
Describes the options to customize dynamic retrieval.
Corresponds to the JSON property dynamicRetrievalConfig
5449 5450 5451 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 5449 def dynamic_retrieval_config @dynamic_retrieval_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5456 5457 5458 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 5456 def update!(**args) @dynamic_retrieval_config = args[:dynamic_retrieval_config] if args.key?(:dynamic_retrieval_config) end |