RetrieveResponse

Types

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

Properties

Link copied to clipboard

Specifies if there is a guardrail intervention in the response.

Link copied to clipboard

If there are more results than can fit in the response, the response returns a nextToken. Use this token in the nextToken field of another request to retrieve the next batch of results.

Link copied to clipboard

A list of results from querying the knowledge base.

Functions

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