Class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerStepActionObservation
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerStepActionObservation
- 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
Observation.
Instance Attribute Summary collapse
-
#search_results ⇒ Array<Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerStepActionObservationSearchResult>
Search results observed by the search action, it can be snippets info or chunk info, depending on the citation type set by the user.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1AnswerStepActionObservation
constructor
A new instance of GoogleCloudDiscoveryengineV1AnswerStepActionObservation.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1AnswerStepActionObservation
Returns a new instance of GoogleCloudDiscoveryengineV1AnswerStepActionObservation.
2108 2109 2110 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 2108 def initialize(**args) update!(**args) end |
Instance Attribute Details
#search_results ⇒ Array<Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerStepActionObservationSearchResult>
Search results observed by the search action, it can be snippets info or chunk
info, depending on the citation type set by the user.
Corresponds to the JSON property searchResults
2106 2107 2108 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 2106 def search_results @search_results end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2113 2114 2115 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 2113 def update!(**args) @search_results = args[:search_results] if args.key?(:search_results) end |