Class CfnBotPropsMixin.DataSourceConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.lex.CfnBotPropsMixin.DataSourceConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBotPropsMixin.DataSourceConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBotPropsMixin.DataSourceConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnBotPropsMixin.DataSourceConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBotPropsMixin.DataSourceConfigurationProperty
An implementation for
CfnBotPropsMixin.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.cfnpropertymixins.services.lex.CfnBotPropsMixin.DataSourceConfigurationProperty
CfnBotPropsMixin.DataSourceConfigurationProperty.Builder, CfnBotPropsMixin.DataSourceConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBotPropsMixin.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 theCfnBotPropsMixin.DataSourceConfigurationProperty.Builder.
-
-
Method Details
-
getBedrockKnowledgeStoreConfiguration
Description copied from interface:CfnBotPropsMixin.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
IResolvableorCfnBotPropsMixin.BedrockKnowledgeStoreConfigurationProperty- Specified by:
getBedrockKnowledgeStoreConfigurationin interfaceCfnBotPropsMixin.DataSourceConfigurationProperty- See Also:
-
getKendraConfiguration
Description copied from interface:CfnBotPropsMixin.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
IResolvableorCfnBotPropsMixin.QnAKendraConfigurationProperty- Specified by:
getKendraConfigurationin interfaceCfnBotPropsMixin.DataSourceConfigurationProperty- See Also:
-
getOpensearchConfiguration
Description copied from interface:CfnBotPropsMixin.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
IResolvableorCfnBotPropsMixin.OpensearchConfigurationProperty- Specified by:
getOpensearchConfigurationin interfaceCfnBotPropsMixin.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()
-