public static interface TableCell.Builder extends SdkPojo, CopyableBuilder<TableCell.Builder,TableCell>
| Modifier and Type | Method and Description |
|---|---|
TableCell.Builder |
header(Boolean header)
TRUE means that the table cell should be treated as a header. |
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 |
topAnswer(Boolean topAnswer)
TRUE if the response of the table cell is the top answer. |
TableCell.Builder |
value(String value)
The actual value or content within a table cell.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTableCell.Builder value(String value)
The actual value or content within a table cell. A table cell could contain a date value of a year, or a string value of text, for example.
value - The actual value or content within a table cell. A table cell could contain a date value of a year, or
a string value of text, for example.TableCell.Builder topAnswer(Boolean topAnswer)
TRUE if the response of the table cell is the top answer. This is the cell value or content with
the highest confidence score or is the most relevant to the query.
topAnswer - TRUE if the response of the table cell is the top answer. This is the cell value or
content with the highest confidence score or is the most relevant to the query.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.
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 header(Boolean header)
TRUE means that the table cell should be treated as a header.
header - TRUE means that the table cell should be treated as a header.Copyright © 2023. All rights reserved.