GroundingPassageId

io.cequence.openaiscala.gemini.domain.response.AttributionSourceId$.GroundingPassageId
case class GroundingPassageId(passageId: String, partIndex: Int) extends AttributionSourceId

Identifier for a part within a GroundingPassage.

Attributes

partIndex

Output only. Index of the part within the GenerateAnswerRequest's GroundingPassage.content.

passageId

Output only. ID of the passage matching the GenerateAnswerRequest's GroundingPassage.id.

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

Concrete fields