Class: Google::Cloud::DiscoveryEngine::V1::Answer::Step::Action::Observation::SearchResult::SnippetInfo
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::Answer::Step::Action::Observation::SearchResult::SnippetInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/answer.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 Attribute Details
#snippet ⇒ ::String
Returns Snippet content.
281 282 283 284 |
# File 'proto_docs/google/cloud/discoveryengine/v1/answer.rb', line 281 class SnippetInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#snippet_status ⇒ ::String
Returns Status of the snippet defined by the search team.
281 282 283 284 |
# File 'proto_docs/google/cloud/discoveryengine/v1/answer.rb', line 281 class SnippetInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |