| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
QueryResultFormat |
QueryResultItem.format()
If the
Type of document within the response is ANSWER, then it is either a
TABLE answer or TEXT answer. |
static QueryResultFormat |
QueryResultFormat.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static QueryResultFormat |
QueryResultFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryResultFormat[] |
QueryResultFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<QueryResultFormat> |
QueryResultFormat.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
QueryResultItem.Builder |
QueryResultItem.Builder.format(QueryResultFormat format)
If the
Type of document within the response is ANSWER, then it is either a
TABLE answer or TEXT answer. |
Copyright © 2023. All rights reserved.