| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
BedrockKnowledgeStoreConfiguration |
BedrockKnowledgeStoreConfiguration.clone() |
BedrockKnowledgeStoreConfiguration |
DataSourceConfiguration.getBedrockKnowledgeStoreConfiguration()
Contains details about the configuration of the Amazon Bedrock knowledge base used for the
AMAZON.QnAIntent. |
BedrockKnowledgeStoreConfiguration |
BedrockKnowledgeStoreConfiguration.withBedrockKnowledgeBaseArn(String bedrockKnowledgeBaseArn)
The base ARN of the knowledge base used.
|
BedrockKnowledgeStoreConfiguration |
BedrockKnowledgeStoreConfiguration.withExactResponse(Boolean exactResponse)
Specifies whether to return an exact response, or to return an answer generated by the model, using the fields
you specify from the database.
|
BedrockKnowledgeStoreConfiguration |
BedrockKnowledgeStoreConfiguration.withExactResponseFields(BedrockKnowledgeStoreExactResponseFields exactResponseFields)
Contains the names of the fields used for an exact response to the user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataSourceConfiguration.setBedrockKnowledgeStoreConfiguration(BedrockKnowledgeStoreConfiguration bedrockKnowledgeStoreConfiguration)
Contains details about the configuration of the Amazon Bedrock knowledge base used for the
AMAZON.QnAIntent. |
DataSourceConfiguration |
DataSourceConfiguration.withBedrockKnowledgeStoreConfiguration(BedrockKnowledgeStoreConfiguration bedrockKnowledgeStoreConfiguration)
Contains details about the configuration of the Amazon Bedrock knowledge base used for the
AMAZON.QnAIntent. |
Copyright © 2024. All rights reserved.