AWS lexv2 documentation change
Summary
Updated Lambda integration documentation link text from 'your bot' to 'your Amazon Lex V2 bot'
Security assessment
Minor text clarification with no security-related content changes. The update improves accuracy but doesn't introduce or modify security documentation.
Diff
diff --git a/lexv2/latest/dg/managing-sessions.md b/lexv2/latest/dg/managing-sessions.md index aeb8e434b..91cc3e951 100644 --- a//lexv2/latest/dg/managing-sessions.md +++ b//lexv2/latest/dg/managing-sessions.md @@ -17 +17 @@ There are three ways that you can update session state. - * Use a Lambda function with the `RecognizeText` or `RecognizeUtterance` operation that is called after each turn of the conversation. For more information, see [Integrating an AWS Lambda function into your bot](./lambda.html). The other is to use the Amazon Lex V2 runtime API in your application to make changes to the session state. + * Use a Lambda function with the `RecognizeText` or `RecognizeUtterance` operation that is called after each turn of the conversation. For more information, see [Integrating an AWS Lambda function into your Amazon Lex V2 bot](./lambda.html). The other is to use the Amazon Lex V2 runtime API in your application to make changes to the session state.