GetRetrieverPlainArgs

data class GetRetrieverPlainArgs(val applicationId: String, val retrieverId: String) : ConvertibleToJava<GetRetrieverPlainArgs>

Constructors

Link copied to clipboard
constructor(applicationId: String, retrieverId: String)

Properties

Link copied to clipboard

The identifier of the Amazon Q Business application using the retriever.

Link copied to clipboard

The identifier of the retriever used by your Amazon Q Business application.

Functions

Link copied to clipboard
open override fun toJava(): GetRetrieverPlainArgs