AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.LexModelsV2.Model.QnAKendraConfiguration

Namespace: Amazon.LexModelsV2.Model
Assembly: AWSSDK.LexModelsV2.dll
Version: 3.x.y.z

Syntax

C#
public class QnAKendraConfiguration

The QnAKendraConfiguration type exposes the following members

Constructors

NameDescription
Public Method QnAKendraConfiguration()

Properties

NameTypeDescription
Public Property ExactResponse System.Boolean

Gets and sets the property 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.

Public Property KendraIndex System.String

Gets and sets the property KendraIndex.

The ARN of the Amazon Kendra index to use.

Public Property QueryFilterString System.String

Gets and sets the property 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.

Public Property QueryFilterStringEnabled System.Boolean

Gets and sets the property QueryFilterStringEnabled.

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

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5