SearchEntryPoint

io.cequence.openaiscala.gemini.domain.response.SearchEntryPoint
case class SearchEntryPoint(renderedContent: Option[String], sdkBlob: Option[String])

Google search entry point.

Attributes

renderedContent

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

sdkBlob

Optional. Base64 encoded JSON representing array of <search term, search url> tuple. A base64-encoded string.

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product