Class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Reply
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Reply
- 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
Defines a reply message to user.
Instance Attribute Summary collapse
-
#summary ⇒ Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseSummary
Summary of the top N search results specified by the summary spec.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1Reply
constructor
A new instance of GoogleCloudDiscoveryengineV1Reply.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1Reply
Returns a new instance of GoogleCloudDiscoveryengineV1Reply.
7676 7677 7678 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 7676 def initialize(**args) update!(**args) end |
Instance Attribute Details
#summary ⇒ Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseSummary
Summary of the top N search results specified by the summary spec.
Corresponds to the JSON property summary
7674 7675 7676 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 7674 def summary @summary end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7681 7682 7683 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 7681 def update!(**args) @summary = args[:summary] if args.key?(:summary) end |