AWS Security ChangesHomeSearch

AWS lexv2 documentation change

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

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

Summary

Removed 'Amazon Lex V2' references from request attributes documentation

Security assessment

Minor editorial changes to remove product name repetitions in documentation about request attributes, which are client-provided transient data elements. No security implications added or modified in the attribute handling process.

Diff

diff --git a/lexv2/latest/dg/context-mgmt-request-attribs.md b/lexv2/latest/dg/context-mgmt-request-attribs.md
index a9f027d18..c222747f8 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 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. 
+ _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. 
@@ -19 +19 @@ A _user-defined request attribute_ is data that you send to your bot in each req
-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: 
+To send request attributes to , you create a string-to-string map of the attributes. The following shows how to map request attributes: