AWS lexv2 documentation change
Summary
Updated documentation to explicitly mention 'Amazon Lex V2' instead of implied references to the service
Security assessment
The changes clarify service name references but do not address security vulnerabilities or introduce security-related content. No evidence of security implications in the textual corrections.
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: