Interface CfnBotPropsMixin.QnAKendraConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnBotPropsMixin.QnAKendraConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnBotPropsMixin

@Stability(Stable) public static interface CfnBotPropsMixin.QnAKendraConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Contains details about the configuration of the Amazon Kendra index used for the AMAZON.QnAIntent .

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.lex.*;
 QnAKendraConfigurationProperty qnAKendraConfigurationProperty = QnAKendraConfigurationProperty.builder()
         .exactResponse(false)
         .kendraIndex("kendraIndex")
         .queryFilterString("queryFilterString")
         .queryFilterStringEnabled(false)
         .build();
 

See Also: