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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.lex.CfnBot.KendraConfigurationProperty
CfnBot.KendraConfigurationProperty.Builder, CfnBot.KendraConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBot.KendraConfigurationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The Amazon Resource Name (ARN) of the Amazon Kendra index that you want theAMAZON.KendraSearchIntent
intent to search.final String
A query filter that Amazon Lex sends to Amazon Kendra to filter the response from a query.final Object
Determines whether theAMAZON.KendraSearchIntent
intent uses a custom query string to query the Amazon Kendra index.final int
hashCode()
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.KendraConfigurationProperty
The Amazon Resource Name (ARN) of the Amazon Kendra index that you want theAMAZON.KendraSearchIntent
intent to search. The index must be in the same account and Region as the Amazon Lex bot.- Specified by:
getKendraIndex
in interfaceCfnBot.KendraConfigurationProperty
-
getQueryFilterString
Description copied from interface:CfnBot.KendraConfigurationProperty
A 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:
getQueryFilterString
in interfaceCfnBot.KendraConfigurationProperty
-
getQueryFilterStringEnabled
Description copied from interface:CfnBot.KendraConfigurationProperty
Determines whether theAMAZON.KendraSearchIntent
intent uses a custom query string to query the Amazon Kendra index.- Specified by:
getQueryFilterStringEnabled
in interfaceCfnBot.KendraConfigurationProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-