AWS lexv2 documentation change
Summary
Updated a documentation link text from 'Integrating an AWS Lambda function into your Amazon Lex V2 bot' to 'Integrating an AWS Lambda function into your bot'
Security assessment
This is a minor editorial change to simplify link text without altering security context or functionality. No security implications identified.
Diff
diff --git a/lexv2/latest/dg/managing-sessions.md b/lexv2/latest/dg/managing-sessions.md index 91cc3e951..aeb8e434b 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 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. + * 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.