Uses of Class
software.amazon.awssdk.services.kendra.model.AdditionalResultAttribute
-
Packages that use AdditionalResultAttribute Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of AdditionalResultAttribute in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type AdditionalResultAttribute Modifier and Type Method Description List<AdditionalResultAttribute>FeaturedResultsItem. additionalAttributes()One or more additional attributes associated with the featured result.List<AdditionalResultAttribute>QueryResultItem. additionalAttributes()One or more additional fields/attributes associated with the query result.Methods in software.amazon.awssdk.services.kendra.model with parameters of type AdditionalResultAttribute Modifier and Type Method Description FeaturedResultsItem.BuilderFeaturedResultsItem.Builder. additionalAttributes(AdditionalResultAttribute... additionalAttributes)One or more additional attributes associated with the featured result.QueryResultItem.BuilderQueryResultItem.Builder. additionalAttributes(AdditionalResultAttribute... additionalAttributes)One or more additional fields/attributes associated with the query result.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type AdditionalResultAttribute Modifier and Type Method Description FeaturedResultsItem.BuilderFeaturedResultsItem.Builder. additionalAttributes(Collection<AdditionalResultAttribute> additionalAttributes)One or more additional attributes associated with the featured result.QueryResultItem.BuilderQueryResultItem.Builder. additionalAttributes(Collection<AdditionalResultAttribute> additionalAttributes)One or more additional fields/attributes associated with the query result.
-