WebGroundingChunk

class WebGroundingChunk

A grounding chunk from the web.

Summary

Public constructors

WebGroundingChunk(uri: String?, title: String?, domain: String?)

Public properties

String?

The domain of the original URI from which the content was retrieved.

String?

The title of the retrieved web page.

String?

The URI of the retrieved web page.

Public constructors

WebGroundingChunk

WebGroundingChunk(uri: String?, title: String?, domain: String?)

Public properties

domain

val domainString?

The domain of the original URI from which the content was retrieved. This is only populated when using the Vertex AI Gemini API.

title

val titleString?

The title of the retrieved web page.

uri

val uriString?

The URI of the retrieved web page.