AWS lexv2 documentation change
Summary
Removed 'Amazon Lex' references from request attributes documentation
Security assessment
Editorial changes removing service name references without modifying security guidance. The documentation still maintains the same security requirements for request attribute handling and API usage.
Diff
diff --git a/lexv2/latest/dg/context-mgmt-request-attribs.md b/lexv2/latest/dg/context-mgmt-request-attribs.md index 1d5fde81b..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. 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, 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: