Class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAnswerStepActionObservationSearchResultSnippetInfo
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAnswerStepActionObservationSearchResultSnippetInfo
- 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
Snippet information.
Instance Attribute Summary collapse
-
#snippet ⇒ String
Snippet content.
-
#snippet_status ⇒ String
Status of the snippet defined by the search team.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaAnswerStepActionObservationSearchResultSnippetInfo
constructor
A new instance of GoogleCloudDiscoveryengineV1alphaAnswerStepActionObservationSearchResultSnippetInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaAnswerStepActionObservationSearchResultSnippetInfo
Returns a new instance of GoogleCloudDiscoveryengineV1alphaAnswerStepActionObservationSearchResultSnippetInfo.
10164 10165 10166 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 10164 def initialize(**args) update!(**args) end |
Instance Attribute Details
#snippet ⇒ String
Snippet content.
Corresponds to the JSON property snippet
10157 10158 10159 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 10157 def snippet @snippet end |
#snippet_status ⇒ String
Status of the snippet defined by the search team.
Corresponds to the JSON property snippetStatus
10162 10163 10164 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 10162 def snippet_status @snippet_status end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10169 10170 10171 10172 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 10169 def update!(**args) @snippet = args[:snippet] if args.key?(:snippet) @snippet_status = args[:snippet_status] if args.key?(:snippet_status) end |