RetrieveResultItem

A single retrieved relevant passage result.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The contents of the relevant passage.

Link copied to clipboard

An array of document fields/attributes assigned to a document in the search results. For example, the document author (_author) or the source URI (_source_uri) of the document.

Link copied to clipboard

The identifier of the document.

Link copied to clipboard

The title of the document.

Link copied to clipboard

The URI of the original location of the document.

Link copied to clipboard
val id: String?

The identifier of the relevant passage result.

Link copied to clipboard

The confidence score bucket for a retrieved passage result. The confidence bucket provides a relative ranking that indicates how confident Amazon Kendra is that the response is relevant to the query.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String