Class: Google::Cloud::DiscoveryEngine::V1::GenerateGroundedContentResponse::Candidate::GroundingMetadata::SearchEntryPoint

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

Overview

Google search entry point.

Instance Attribute Summary collapse

Instance Attribute Details

#rendered_content::String

Returns Web content snippet that can be embedded in a web page or an app webview.

Returns:

  • (::String)

    Web content snippet that can be embedded in a web page or an app webview.



378
379
380
381
# File 'proto_docs/google/cloud/discoveryengine/v1/grounded_generation_service.rb', line 378

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

#sdk_blob::String

Returns Base64 encoded JSON representing array of tuple.

Returns:

  • (::String)

    Base64 encoded JSON representing array of tuple.



378
379
380
381
# File 'proto_docs/google/cloud/discoveryengine/v1/grounded_generation_service.rb', line 378

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