AWS::Lex::Bot KendraConfiguration
Provides configuration information for the AMAZON.KendraSearchIntent
intent. When you use this intent, Amazon Lex searches the specified Amazon Kendra
index and returns documents from the index that match the user's
utterance.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "KendraIndex" :
String
, "QueryFilterString" :String
, "QueryFilterStringEnabled" :Boolean
}
YAML
KendraIndex:
String
QueryFilterString:String
QueryFilterStringEnabled:Boolean
Properties
KendraIndex
-
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.Required: Yes
Type: String
Pattern:
^arn:aws[a-zA-Z-]*:kendra:[a-z]+-[a-z]+-[0-9]:[0-9]{12}:index/[a-zA-Z0-9][a-zA-Z0-9_-]*$
Minimum:
32
Maximum:
2048
Update requires: No interruption
QueryFilterString
-
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.
Required: No
Type: String
Minimum:
1
Maximum:
5000
Update requires: No interruption
QueryFilterStringEnabled
-
Determines whether the
AMAZON.KendraSearchIntent
intent uses a custom query string to query the Amazon Kendra index.Required: No
Type: Boolean
Update requires: No interruption