BotQnAKendraConfigurationArgs

data class BotQnAKendraConfigurationArgs(val exactResponse: Output<Boolean>, val kendraIndex: Output<String>, val queryFilterString: Output<String>? = null, val queryFilterStringEnabled: Output<Boolean>) : ConvertibleToJava<BotQnAKendraConfigurationArgs>

Constructors

Link copied to clipboard
constructor(exactResponse: Output<Boolean>, kendraIndex: Output<String>, queryFilterString: Output<String>? = null, queryFilterStringEnabled: Output<Boolean>)

Properties

Link copied to clipboard
val exactResponse: Output<Boolean>

Specifies whether to return an exact response from the Amazon Kendra index or to let the Amazon Bedrock model you select generate a response based on the results. To use this feature, you must first add FAQ questions to your index by following the steps at Adding frequently asked questions (FAQs) to an index .

Link copied to clipboard
val kendraIndex: Output<String>

The ARN of the Amazon Kendra index to use.

Link copied to clipboard
val queryFilterString: Output<String>? = null

Contains the Amazon Kendra filter string to use if enabled. For more information on the Amazon Kendra search filter JSON format, see Using document attributes to filter search results .

Link copied to clipboard

Specifies whether to enable an Amazon Kendra filter string or not.

Functions

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