Class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestGroundingSourceGoogleSearchSource
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestGroundingSourceGoogleSearchSource
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1alpha/classes.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb more...
Overview
Google Search config parameters.
Instance Attribute Summary collapse
-
#dynamic_retrieval_config ⇒ Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestDynamicRetrievalConfiguration
Describes the options to customize dynamic retrieval.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestGroundingSourceGoogleSearchSource
constructor
A new instance of GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestGroundingSourceGoogleSearchSource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestGroundingSourceGoogleSearchSource
Returns a new instance of GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestGroundingSourceGoogleSearchSource.
10553 10554 10555 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 10553 def initialize(**args) update!(**args) end |
Instance Attribute Details
#dynamic_retrieval_config ⇒ Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestDynamicRetrievalConfiguration
Describes the options to customize dynamic retrieval.
Corresponds to the JSON property dynamicRetrievalConfig
10551 10552 10553 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 10551 def dynamic_retrieval_config @dynamic_retrieval_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10558 10559 10560 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 10558 def update!(**args) @dynamic_retrieval_config = args[:dynamic_retrieval_config] if args.key?(:dynamic_retrieval_config) end |