V2models Intent Kendra Configuration Args
data class V2modelsIntentKendraConfigurationArgs(val kendraIndex: Output<String>, val queryFilterString: Output<String>? = null, val queryFilterStringEnabled: Output<Boolean>? = null) : ConvertibleToJava<V2modelsIntentKendraConfigurationArgs>
Constructors
Link copied to clipboard
fun V2modelsIntentKendraConfigurationArgs(kendraIndex: Output<String>, queryFilterString: Output<String>? = null, queryFilterStringEnabled: Output<Boolean>? = null)
Functions
Properties
Link copied to clipboard
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.