Class CfnBot.QnAKendraConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lex.CfnBot.QnAKendraConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBot.QnAKendraConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBot.QnAKendraConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnBot.QnAKendraConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBot.QnAKendraConfigurationProperty
An implementation for
CfnBot.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.services.lex.CfnBot.QnAKendraConfigurationProperty
CfnBot.QnAKendraConfigurationProperty.Builder, CfnBot.QnAKendraConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBot.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 theCfnBot.QnAKendraConfigurationProperty.Builder.
-
-
Method Details
-
getExactResponse
Description copied from interface:CfnBot.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 interfaceCfnBot.QnAKendraConfigurationProperty- See Also:
-
getKendraIndex
Description copied from interface:CfnBot.QnAKendraConfigurationPropertyThe ARN of the Amazon Kendra index to use.- Specified by:
getKendraIndexin interfaceCfnBot.QnAKendraConfigurationProperty- See Also:
-
getQueryFilterStringEnabled
Description copied from interface:CfnBot.QnAKendraConfigurationPropertySpecifies whether to enable an Amazon Kendra filter string or not.Returns union: either
BooleanorIResolvable- Specified by:
getQueryFilterStringEnabledin interfaceCfnBot.QnAKendraConfigurationProperty- See Also:
-
getQueryFilterString
Description copied from interface:CfnBot.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 interfaceCfnBot.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()
-