| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static TableCell.Builder |
TableCell.builder() |
TableCell.Builder |
TableCell.Builder.header(Boolean header)
TRUE means that the table cell should be treated as a header. |
TableCell.Builder |
TableCell.Builder.highlighted(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.Builder |
TableCell.toBuilder() |
TableCell.Builder |
TableCell.Builder.topAnswer(Boolean topAnswer)
TRUE if the response of the table cell is the top answer. |
TableCell.Builder |
TableCell.Builder.value(String value)
The actual value or content within a table cell.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TableCell.Builder> |
TableCell.serializableBuilderClass() |
Copyright © 2023. All rights reserved.