Class CfnBotPropsMixin.KendraConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.lex.CfnBotPropsMixin.KendraConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBotPropsMixin.KendraConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBotPropsMixin.KendraConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnBotPropsMixin.KendraConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBotPropsMixin.KendraConfigurationProperty
An implementation for
CfnBotPropsMixin.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.cfnpropertymixins.services.lex.CfnBotPropsMixin.KendraConfigurationProperty
CfnBotPropsMixin.KendraConfigurationProperty.Builder, CfnBotPropsMixin.KendraConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBotPropsMixin.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 theCfnBotPropsMixin.KendraConfigurationProperty.Builder.
-
-
Method Details
-
getKendraIndex
Description copied from interface:CfnBotPropsMixin.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 interfaceCfnBotPropsMixin.KendraConfigurationProperty- See Also:
-
getQueryFilterString
Description copied from interface:CfnBotPropsMixin.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 interfaceCfnBotPropsMixin.KendraConfigurationProperty- See Also:
-
getQueryFilterStringEnabled
Description copied from interface:CfnBotPropsMixin.KendraConfigurationPropertyDetermines whether theAMAZON.KendraSearchIntentintent uses a custom query string to query the Amazon Kendra index.Returns union: either
BooleanorIResolvable- Specified by:
getQueryFilterStringEnabledin interfaceCfnBotPropsMixin.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()
-