Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaGenerateGroundedContentRequestGroundingSourceGoogleSearchSource
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaGenerateGroundedContentRequestGroundingSourceGoogleSearchSource
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1beta/classes.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb
Overview
Google Search config parameters.
Instance Attribute Summary collapse
-
#dynamic_retrieval_config ⇒ Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaGenerateGroundedContentRequestDynamicRetrievalConfiguration
Describes the options to customize dynamic retrieval.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaGenerateGroundedContentRequestGroundingSourceGoogleSearchSource
constructor
A new instance of GoogleCloudDiscoveryengineV1betaGenerateGroundedContentRequestGroundingSourceGoogleSearchSource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaGenerateGroundedContentRequestGroundingSourceGoogleSearchSource
Returns a new instance of GoogleCloudDiscoveryengineV1betaGenerateGroundedContentRequestGroundingSourceGoogleSearchSource.
16066 16067 16068 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 16066 def initialize(**args) update!(**args) end |
Instance Attribute Details
#dynamic_retrieval_config ⇒ Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaGenerateGroundedContentRequestDynamicRetrievalConfiguration
Describes the options to customize dynamic retrieval.
Corresponds to the JSON property dynamicRetrievalConfig
16064 16065 16066 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 16064 def dynamic_retrieval_config @dynamic_retrieval_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
16071 16072 16073 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 16071 def update!(**args) @dynamic_retrieval_config = args[:dynamic_retrieval_config] if args.key?(:dynamic_retrieval_config) end |