RetrieveResult

A single result from a content retrieval operation.

Types

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

Properties

Link copied to clipboard

The identifier of the assistant association for the retrieved result.

Link copied to clipboard

The text content of the retrieved result.

Link copied to clipboard

A type to define the KB origin of a retrieved content.

Link copied to clipboard

The URL, URI, or ID of the retrieved content when available, or a UUID when unavailable.

Functions

Link copied to clipboard
inline fun copy(block: RetrieveResult.Builder.() -> Unit = {}): RetrieveResult
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