| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
TableCell |
TableCell.clone() |
TableCell |
TableCell.withHeader(Boolean header)
TRUE means that the table cell should be treated as a header. |
TableCell |
TableCell.withHighlighted(Boolean highlighted)
TRUE means that the table cell has a high enough confidence and is relevant to the query, so the
value or content should be highlighted. |
TableCell |
TableCell.withTopAnswer(Boolean topAnswer)
TRUE if the response of the table cell is the top answer. |
TableCell |
TableCell.withValue(String value)
The actual value or content within a table cell.
|
| Modifier and Type | Method and Description |
|---|---|
List<TableCell> |
TableRow.getCells()
A list of table cells in a row.
|
| Modifier and Type | Method and Description |
|---|---|
TableRow |
TableRow.withCells(TableCell... cells)
A list of table cells in a row.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableRow.setCells(Collection<TableCell> cells)
A list of table cells in a row.
|
TableRow |
TableRow.withCells(Collection<TableCell> cells)
A list of table cells in a row.
|
Copyright © 2025. All rights reserved.