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