AWS lexv2 documentation change
Summary
Updated documentation to standardize capitalization of 'Amazon Bedrock Knowledge Base' and adjust related terminology
Security assessment
Changes are purely cosmetic/terminology updates (capitalization consistency) without any security implications. No vulnerabilities or security features are mentioned in the changes.
Diff
diff --git a/lexv2/latest/dg/built-in-intent-qna.md b/lexv2/latest/dg/built-in-intent-qna.md index 588a83a96..0222c640e 100644 --- a//lexv2/latest/dg/built-in-intent-qna.md +++ b//lexv2/latest/dg/built-in-intent-qna.md @@ -18 +18 @@ Before you can take advantage of the generative AI features, you must fulfill th -Responds to customer questions by using an Amazon Bedrock FM to search and summarize FAQ responses. Available in US English only. This intent is activated when an utterance is not classified into any of the other intents present in the bot. Note that this intent will not be activated for missed utterances when eliciting a slot value. Once recognized, the `AMAZON.QnAIntent`, uses the specified Amazon Bedrock model to search the configured knowledge base and respond to the customer question. +Responds to customer questions by using an Amazon Bedrock FM to search and summarize FAQ responses. Available in US English only. This intent is activated when an utterance is not classified into any of the other intents present in the bot. Note that this intent will not be activated for missed utterances when eliciting a slot value. Once recognized, the `AMAZON.QnAIntent`, uses the specified Amazon Bedrock model to search the configured Amazon Bedrock Knowledge Base and respond to the customer question. @@ -30 +30 @@ The following knowledge store options are available. You must have already creat - * Amazon Bedrock knowledge base – Contains indexed data sources. To set up a knowledge base, follow the steps at [Building a knowledge base](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base.html). + * Amazon Bedrock Knowledge Base – Contains indexed data sources. To set up a Amazon Bedrock Knowledge Base, follow the steps at [Building a Knowledge Base](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base.html). @@ -65 +65 @@ To use this feature, you must first add FAQ questions to your index by following - * **Amazon Bedrock knowledge base** – If you choose this option, specify the ID of the knowledge base. You can find the ID by checking the details page of the knowledge base in the console, or by sending a [GetKnowledgeBase](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_GetKnowledgeBase.html) request. + * **Amazon Bedrock Knowledge Base** – If you choose this option, specify the ID of the Amazon Bedrock Knowledge Base. You can find the ID by checking the details page of the Amazon Bedrock Knowledge Base in the console, or by sending a [GetKnowledgeBase](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_GetKnowledgeBase.html) request. @@ -135 +135 @@ The output instructions need to contain <text></text> and <passageId></passageId -**Amazon Bedrock knowledge base metadata filtering support through session attributes** +**Amazon Bedrock Knowledge Base metadata filtering support through session attributes** @@ -137 +137 @@ The output instructions need to contain <text></text> and <passageId></passageId -You can pass the Amazon Bedrock knowledge base metadata filters as part of session attribute `x-amz-lex:bkb-retrieval-filter`. +You can pass the Amazon Bedrock Knowledge Base metadata filters as part of session attribute `x-amz-lex:bkb-retrieval-filter`. @@ -145 +145 @@ You can pass the Amazon Bedrock knowledge base metadata filters as part of sessi -You need to use the Amazon Bedrock knowledge base as the Data store for the QnAIntent to use this filter. For more information, see [Metadata filtering](https://docs.aws.amazon.com/bedrock/latest/userguide/kb-test-config.html#:~:text=Metadata%20and%20filtering) +You need to use the Amazon Bedrock Knowledge Base as the Data store for the QnAIntent to use this filter. For more information, see [Metadata filtering](https://docs.aws.amazon.com/bedrock/latest/userguide/kb-test-config.html#:~:text=Metadata%20and%20filtering)