RetrieveRequest

Types

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

Properties

Link copied to clipboard
Link copied to clipboard

The unique identifier of the knowledge base to query.

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

Contains configurations for the knowledge base query and retrieval process. For more information, see Query configurations.

Link copied to clipboard

Contains the query to send the knowledge base.

Functions

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