Class: Google::Cloud::DiscoveryEngine::V1beta::Answer::Step::Action::Observation::SearchResult::SnippetInfo

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/answer.rb

Overview

Snippet information.

Instance Attribute Summary collapse

Instance Attribute Details

#snippet::String

Returns Snippet content.

Returns:

  • (::String)

    Snippet content.



241
242
243
244
# File 'proto_docs/google/cloud/discoveryengine/v1beta/answer.rb', line 241

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.

Returns:

  • (::String)

    Status of the snippet defined by the search team.



241
242
243
244
# File 'proto_docs/google/cloud/discoveryengine/v1beta/answer.rb', line 241

class SnippetInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end