Class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataSearchEntryPoint

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/discoveryengine_v1alpha/classes.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb

Overview

Google search entry point.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataSearchEntryPoint

Returns a new instance of GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataSearchEntryPoint.



10877
10878
10879
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 10877

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#rendered_contentString

Web content snippet that can be embedded in a web page or an app webview. Corresponds to the JSON property renderedContent

Returns:

  • (String)


10869
10870
10871
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 10869

def rendered_content
  @rendered_content
end

#sdk_blobString

Base64 encoded JSON representing array of tuple. Corresponds to the JSON property sdkBlob NOTE: Values are automatically base64 encoded/decoded in the client library.

Returns:

  • (String)


10875
10876
10877
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 10875

def sdk_blob
  @sdk_blob
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10882
10883
10884
10885
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 10882

def update!(**args)
  @rendered_content = args[:rendered_content] if args.key?(:rendered_content)
  @sdk_blob = args[:sdk_blob] if args.key?(:sdk_blob)
end