AWS::Lex::Bot QnAKendraConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::Lex::Bot QnAKendraConfiguration

Contains details about the configuration of the Amazon Kendra index used for the AMAZON.QnAIntent.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "ExactResponse" : Boolean, "KendraIndex" : String, "QueryFilterString" : String, "QueryFilterStringEnabled" : Boolean }

Properties

ExactResponse

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.

Required: Yes

Type: Boolean

Update requires: No interruption

KendraIndex

The ARN of the Amazon Kendra index to use.

Required: Yes

Type: String

Minimum: 1

Maximum: 5000

Update requires: No interruption

QueryFilterString

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.

Required: No

Type: String

Minimum: 1

Maximum: 5000

Update requires: No interruption

QueryFilterStringEnabled

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

Required: Yes

Type: Boolean

Update requires: No interruption