| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
AdditionalResultAttribute |
AdditionalResultAttribute.clone() |
AdditionalResultAttribute |
AdditionalResultAttribute.withKey(String key)
The key that identifies the attribute.
|
AdditionalResultAttribute |
AdditionalResultAttribute.withValue(AdditionalResultAttributeValue value)
An object that contains the attribute value.
|
AdditionalResultAttribute |
AdditionalResultAttribute.withValueType(AdditionalResultAttributeValueType valueType)
The data type of the
Value property. |
AdditionalResultAttribute |
AdditionalResultAttribute.withValueType(String valueType)
The data type of the
Value property. |
| Modifier and Type | Method and Description |
|---|---|
List<AdditionalResultAttribute> |
FeaturedResultsItem.getAdditionalAttributes()
One or more additional attributes associated with the featured result.
|
List<AdditionalResultAttribute> |
QueryResultItem.getAdditionalAttributes()
One or more additional attributes associated with the query result.
|
| Modifier and Type | Method and Description |
|---|---|
FeaturedResultsItem |
FeaturedResultsItem.withAdditionalAttributes(AdditionalResultAttribute... additionalAttributes)
One or more additional attributes associated with the featured result.
|
QueryResultItem |
QueryResultItem.withAdditionalAttributes(AdditionalResultAttribute... additionalAttributes)
One or more additional attributes associated with the query result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FeaturedResultsItem.setAdditionalAttributes(Collection<AdditionalResultAttribute> additionalAttributes)
One or more additional attributes associated with the featured result.
|
void |
QueryResultItem.setAdditionalAttributes(Collection<AdditionalResultAttribute> additionalAttributes)
One or more additional attributes associated with the query result.
|
FeaturedResultsItem |
FeaturedResultsItem.withAdditionalAttributes(Collection<AdditionalResultAttribute> additionalAttributes)
One or more additional attributes associated with the featured result.
|
QueryResultItem |
QueryResultItem.withAdditionalAttributes(Collection<AdditionalResultAttribute> additionalAttributes)
One or more additional attributes associated with the query result.
|
Copyright © 2023. All rights reserved.