Class CfnBotPropsMixin.QnAKendraConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.lex.CfnBotPropsMixin.QnAKendraConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBotPropsMixin.QnAKendraConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBotPropsMixin.QnAKendraConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnBotPropsMixin.QnAKendraConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBotPropsMixin.QnAKendraConfigurationProperty
An implementation for
CfnBotPropsMixin.QnAKendraConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.lex.CfnBotPropsMixin.QnAKendraConfigurationProperty
CfnBotPropsMixin.QnAKendraConfigurationProperty.Builder, CfnBotPropsMixin.QnAKendraConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBotPropsMixin.QnAKendraConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectSpecifies 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.final StringThe ARN of the Amazon Kendra index to use.final StringContains the Amazon Kendra filter string to use if enabled.final ObjectSpecifies whether to enable an Amazon Kendra filter string or not.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnBotPropsMixin.QnAKendraConfigurationProperty.Builder.
-
-
Method Details
-
getExactResponse
Description copied from interface:CfnBotPropsMixin.QnAKendraConfigurationPropertySpecifies 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 .
Returns union: either
BooleanorIResolvable- Specified by:
getExactResponsein interfaceCfnBotPropsMixin.QnAKendraConfigurationProperty- See Also:
-
getKendraIndex
Description copied from interface:CfnBotPropsMixin.QnAKendraConfigurationPropertyThe ARN of the Amazon Kendra index to use.- Specified by:
getKendraIndexin interfaceCfnBotPropsMixin.QnAKendraConfigurationProperty- See Also:
-
getQueryFilterString
Description copied from interface:CfnBotPropsMixin.QnAKendraConfigurationPropertyContains 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 .
- Specified by:
getQueryFilterStringin interfaceCfnBotPropsMixin.QnAKendraConfigurationProperty- See Also:
-
getQueryFilterStringEnabled
Description copied from interface:CfnBotPropsMixin.QnAKendraConfigurationPropertySpecifies whether to enable an Amazon Kendra filter string or not.Returns union: either
BooleanorIResolvable- Specified by:
getQueryFilterStringEnabledin interfaceCfnBotPropsMixin.QnAKendraConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-