Class: Google::Cloud::DiscoveryEngine::V1::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/v1/answer.rb

Overview

Snippet information.

Instance Attribute Summary collapse

Instance Attribute Details

#snippet::String

Returns Snippet content.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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