Class CfnBot.KendraConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lex.CfnBot.KendraConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBot.KendraConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBot.KendraConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnBot.KendraConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBot.KendraConfigurationProperty
An implementation for
CfnBot.KendraConfigurationProperty-
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.KendraConfigurationProperty
CfnBot.KendraConfigurationProperty.Builder, CfnBot.KendraConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBot.KendraConfigurationProperty.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 StringThe Amazon Resource Name (ARN) of the Amazon Kendra index that you want theAMAZON.KendraSearchIntentintent to search.final StringA query filter that Amazon Lex sends to Amazon Kendra to filter the response from a query.final ObjectDetermines whether theAMAZON.KendraSearchIntentintent uses a custom query string to query the Amazon Kendra index.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.KendraConfigurationProperty.Builder.
-
-
Method Details
-
getKendraIndex
Description copied from interface:CfnBot.KendraConfigurationPropertyThe Amazon Resource Name (ARN) of the Amazon Kendra index that you want theAMAZON.KendraSearchIntentintent to search. The index must be in the same account and Region as the Amazon Lex bot.- Specified by:
getKendraIndexin interfaceCfnBot.KendraConfigurationProperty- See Also:
-
getQueryFilterString
Description copied from interface:CfnBot.KendraConfigurationPropertyA query filter that Amazon Lex sends to Amazon Kendra to filter the response from a query.The filter is in the format defined by Amazon Kendra. For more information, see Filtering queries .
- Specified by:
getQueryFilterStringin interfaceCfnBot.KendraConfigurationProperty- See Also:
-
getQueryFilterStringEnabled
Description copied from interface:CfnBot.KendraConfigurationPropertyDetermines whether theAMAZON.KendraSearchIntentintent uses a custom query string to query the Amazon Kendra index.Returns union: either
BooleanorIResolvable- Specified by:
getQueryFilterStringEnabledin interfaceCfnBot.KendraConfigurationProperty- 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()
-