AWS Security ChangesHomeSearch

AWS lexv2 documentation change

Service: lexv2 · 2025-11-22 · Documentation low

File: lexv2/latest/dg/context-mgmt-request-attribs.md

Summary

Specified 'Amazon Lex V2' service name in request attributes documentation

Security assessment

Service name updates improve accuracy but don't affect security controls or vulnerabilities

Diff

diff --git a/lexv2/latest/dg/context-mgmt-request-attribs.md b/lexv2/latest/dg/context-mgmt-request-attribs.md
index c222747f8..a9f027d18 100644
--- a//lexv2/latest/dg/context-mgmt-request-attribs.md
+++ b//lexv2/latest/dg/context-mgmt-request-attribs.md
@@ -9 +9 @@ Setting user-defined request attributes for each Lex V2 bot requestSetting the R
- _Request attributes_ contain request-specific information and apply only to the current request. A client application sends this information to . Use request attributes to pass information that doesn't need to persist for the entire session. You can create your own request attributes or you can use predefined attributes. To send request attributes, use the `x-amz-lex-request-attributes` header in a [RecognizeUtterance](https://docs.aws.amazon.com/lexv2/latest/APIReference/API_runtime_RecognizeUtterance.html) or the `requestAttributes` field in a [RecognizeText](https://docs.aws.amazon.com/lexv2/latest/APIReference/API_runtime_RecognizeText.html) request. Because request attributes don't persist across requests like session attributes do, they are not returned in `RecognizeUtterance` or `RecognizeText` responses. 
+ _Request attributes_ contain request-specific information and apply only to the current request. A client application sends this information to Amazon Lex V2. Use request attributes to pass information that doesn't need to persist for the entire session. You can create your own request attributes or you can use predefined attributes. To send request attributes, use the `x-amz-lex-request-attributes` header in a [RecognizeUtterance](https://docs.aws.amazon.com/lexv2/latest/APIReference/API_runtime_RecognizeUtterance.html) or the `requestAttributes` field in a [RecognizeText](https://docs.aws.amazon.com/lexv2/latest/APIReference/API_runtime_RecognizeText.html) request. Because request attributes don't persist across requests like session attributes do, they are not returned in `RecognizeUtterance` or `RecognizeText` responses. 
@@ -19 +19 @@ A _user-defined request attribute_ is data that you send to your bot in each req
-To send request attributes to , you create a string-to-string map of the attributes. The following shows how to map request attributes: 
+To send request attributes to Amazon Lex V2, you create a string-to-string map of the attributes. The following shows how to map request attributes: