AWS lexv2 documentation change
Summary
Minor text correction changing 'your bot' to 'your Amazon Lex V2 bot' in Lambda integration documentation
Security assessment
Simple clarification of product naming with no security implications or security-related content added
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.