BotKendraConfigurationArgs

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

Configuration for searching a Amazon Kendra index specified for the intent.

Constructors

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

Properties

Link copied to clipboard
val kendraIndex: Output<String>

The Amazon Resource Name (ARN) of the Amazon Kendra index that you want the AMAZON.KendraSearchIntent intent to search. The index must be in the same account and Region as the Amazon Lex bot.

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

A query filter that Amazon Lex sends to Amazon Kendra to filter the response from a query. The filter is in the format defined by Amazon Kendra. For more information, see Filtering queries .

Link copied to clipboard
val queryFilterStringEnabled: Output<Boolean>? = null

Determines whether the AMAZON.KendraSearchIntent intent uses a custom query string to query the Amazon Kendra index.

Functions

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