AWS lexv2 documentation change
Summary
Updated documentation to consistently reference 'Amazon Lex V2' instead of generic terms in conditional expressions and slot definitions
Security assessment
Changes are branding updates (adding 'Amazon Lex V2' specificity) without any security context. No vulnerabilities, mitigations, or security features are mentioned.
Diff
diff --git a/lexv2/latest/dg/paths-branching.md b/lexv2/latest/dg/paths-branching.md index 4c6f5b55d..a8c8365ef 100644 --- a//lexv2/latest/dg/paths-branching.md +++ b//lexv2/latest/dg/paths-branching.md @@ -163 +163 @@ If the slot `{credit-card-number}` contains the value "123456781234": -Here are some sample conditional expressions. NOTE: `$.` represents the entry point to the JSON response. The value following `$.` will be parsed within the response to retrieve the value. Conditional expressions using the JSON path reference to transcriptions block in the response will only be supported in the same locales which support ASR transcription scores. +Here are some sample conditional expressions. NOTE: `$.` represents the entry point to the Amazon Lex V2 JSON response. The value following `$.` will be parsed within the Amazon Lex V2 response to retrieve the value. Conditional expressions using the JSON path reference to transcriptions block in the Amazon Lex V2 response will only be supported in the same locales which support ASR transcription scores. @@ -198 +198 @@ Set slot values | Set slot values using session attributes and transcriptions JS -`slotName` refers to the name of a slot in the bot. If the slot is not resolved (null), or if the slot does not exist, then the assignments are ignored at runtime. `sessionAttribute` refers to the name of the session attribute that is set by the customer at build time. +`slotName` refers to the name of a slot in the Amazon Lex V2 bot. If the slot is not resolved (null), or if the slot does not exist, then the assignments are ignored at runtime. `sessionAttribute` refers to the name of the session attribute that is set by the customer at build time.