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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.lex.CfnBot.DataSourceConfigurationProperty
CfnBot.DataSourceConfigurationProperty.Builder, CfnBot.DataSourceConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBot.DataSourceConfigurationProperty.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 Object
Contains details about the configuration of the Amazon Bedrock knowledge base used for theAMAZON.QnAIntent
.final Object
Contains details about the configuration of the Amazon Kendra index used for theAMAZON.QnAIntent
.final Object
Contains details about the configuration of the Amazon OpenSearch Service database used for theAMAZON.QnAIntent
.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.DataSourceConfigurationProperty.Builder
.
-
-
Method Details
-
getBedrockKnowledgeStoreConfiguration
Description copied from interface:CfnBot.DataSourceConfigurationProperty
Contains 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 .- Specified by:
getBedrockKnowledgeStoreConfiguration
in interfaceCfnBot.DataSourceConfigurationProperty
- See Also:
-
getKendraConfiguration
Description copied from interface:CfnBot.DataSourceConfigurationProperty
Contains 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 .- Specified by:
getKendraConfiguration
in interfaceCfnBot.DataSourceConfigurationProperty
- See Also:
-
getOpensearchConfiguration
Description copied from interface:CfnBot.DataSourceConfigurationProperty
Contains 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 .- Specified by:
getOpensearchConfiguration
in interfaceCfnBot.DataSourceConfigurationProperty
- See Also:
-
$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()
-