GenerativeChunkDataDetails

Details about the generative chunk data.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A chunk of the LLM response.

Link copied to clipboard

The token for the next set of chunks. Use the value returned in the previous response in the next request to retrieve the next set of chunks.

Link copied to clipboard

The references used to generate the LLM response.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String