| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
List<FacetResult> |
DocumentAttributeValueCountPair.facetResults()
Contains the results of a document attribute/field that is a nested facet.
|
List<FacetResult> |
QueryResponse.facetResults()
Contains the facet results.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentAttributeValueCountPair.Builder |
DocumentAttributeValueCountPair.Builder.facetResults(FacetResult... facetResults)
Contains the results of a document attribute/field that is a nested facet.
|
QueryResponse.Builder |
QueryResponse.Builder.facetResults(FacetResult... facetResults)
Contains the facet results.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentAttributeValueCountPair.Builder |
DocumentAttributeValueCountPair.Builder.facetResults(Collection<FacetResult> facetResults)
Contains the results of a document attribute/field that is a nested facet.
|
QueryResponse.Builder |
QueryResponse.Builder.facetResults(Collection<FacetResult> facetResults)
Contains the facet results.
|
Copyright © 2023. All rights reserved.