Class CfnBot.BedrockKnowledgeStoreConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lex.CfnBot.BedrockKnowledgeStoreConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBot.BedrockKnowledgeStoreConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBot.BedrockKnowledgeStoreConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnBot.BedrockKnowledgeStoreConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBot.BedrockKnowledgeStoreConfigurationProperty
An implementation for
CfnBot.BedrockKnowledgeStoreConfigurationProperty-
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.BedrockKnowledgeStoreConfigurationProperty
CfnBot.BedrockKnowledgeStoreConfigurationProperty.Builder, CfnBot.BedrockKnowledgeStoreConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBot.BedrockKnowledgeStoreConfigurationProperty.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 base ARN of the knowledge base used.final Objectfinal ObjectSpecifies whether to return an exact response, or to return an answer generated by the model, using the fields you specify from the database.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.BedrockKnowledgeStoreConfigurationProperty.Builder.
-
-
Method Details
-
getBedrockKnowledgeBaseArn
Description copied from interface:CfnBot.BedrockKnowledgeStoreConfigurationPropertyThe base ARN of the knowledge base used.- Specified by:
getBedrockKnowledgeBaseArnin interfaceCfnBot.BedrockKnowledgeStoreConfigurationProperty- See Also:
-
getBkbExactResponseFields
- Specified by:
getBkbExactResponseFieldsin interfaceCfnBot.BedrockKnowledgeStoreConfigurationProperty- See Also:
-
getExactResponse
Description copied from interface:CfnBot.BedrockKnowledgeStoreConfigurationPropertySpecifies whether to return an exact response, or to return an answer generated by the model, using the fields you specify from the database.- Specified by:
getExactResponsein interfaceCfnBot.BedrockKnowledgeStoreConfigurationProperty- 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()
-