Class URLCitation.Builder
java.lang.Object
com.google.genai.gaos.models.interactions.URLCitation.Builder
- Enclosing class:
- URLCitation
-
Method Summary
Modifier and TypeMethodDescriptionbuild()End of the attributed segment, exclusive.startIndex(Integer startIndex) Start of segment of the response that is attributed to this source.The title of the URL.The URL.
-
Method Details
-
endIndex
End of the attributed segment, exclusive. -
startIndex
Start of segment of the response that is attributed to this source.Index indicates the start of the segment, measured in bytes.
-
title
The title of the URL. -
url
The URL. -
build
-