Class CfnBot.DataSourceConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lex.CfnBot.DataSourceConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBot.DataSourceConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBot.DataSourceConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnBot.DataSourceConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBot.DataSourceConfigurationProperty
An implementation for
CfnBot.DataSourceConfigurationProperty-
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.DataSourceConfigurationProperty
CfnBot.DataSourceConfigurationProperty.Builder, CfnBot.DataSourceConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBot.DataSourceConfigurationProperty.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 ObjectContains details about the configuration of the Amazon Bedrock knowledge base used for theAMAZON.QnAIntent.final ObjectContains details about the configuration of the Amazon Kendra index used for theAMAZON.QnAIntent.final ObjectContains details about the configuration of the Amazon OpenSearch Service database used for theAMAZON.QnAIntent.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.DataSourceConfigurationProperty.Builder.
-
-
Method Details
-
getBedrockKnowledgeStoreConfiguration
Description copied from interface:CfnBot.DataSourceConfigurationPropertyContains details about the configuration of the Amazon Bedrock knowledge base used for theAMAZON.QnAIntent. To set up a knowledge base, follow the steps at Building a knowledge base .Returns union: either
IResolvableorCfnBot.BedrockKnowledgeStoreConfigurationProperty- Specified by:
getBedrockKnowledgeStoreConfigurationin interfaceCfnBot.DataSourceConfigurationProperty- See Also:
-
getKendraConfiguration
Description copied from interface:CfnBot.DataSourceConfigurationPropertyContains details about the configuration of the Amazon Kendra index used for theAMAZON.QnAIntent. To create a Amazon Kendra index, follow the steps at Creating an index .Returns union: either
IResolvableorCfnBot.QnAKendraConfigurationProperty- Specified by:
getKendraConfigurationin interfaceCfnBot.DataSourceConfigurationProperty- See Also:
-
getOpensearchConfiguration
Description copied from interface:CfnBot.DataSourceConfigurationPropertyContains details about the configuration of the Amazon OpenSearch Service database used for theAMAZON.QnAIntent. To create a domain, follow the steps at Creating and managing Amazon OpenSearch Service domains .Returns union: either
IResolvableorCfnBot.OpensearchConfigurationProperty- Specified by:
getOpensearchConfigurationin interfaceCfnBot.DataSourceConfigurationProperty- 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()
-