public class ResponseGenericCitation
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Method and Description |
---|---|
String |
getBody()
Gets the body.
|
List<ResponseGenericCitationRangesItem> |
getRanges()
Gets the ranges.
|
Long |
getSearchResultIndex()
Gets the searchResultIndex.
|
String |
getText()
Gets the text.
|
String |
getTitle()
Gets the title.
|
public String getTitle()
The title of the citation text.
public String getText()
The text of the citation.
public String getBody()
The body content of the citation.
public Long getSearchResultIndex()
The index of the search_result where the citation is generated.
public List<ResponseGenericCitationRangesItem> getRanges()
The offsets of the start and end of the citation in the generated response. For example, `ranges:[ { start:0, end:5 }, ...]`.
Copyright © 2025 IBM Cloud. All rights reserved.