Pass data in lex bot session variable

Hello, to pass data from genesys to the amazon lex bot, you just have to add the data in the session variable part, right? Or do I need to add something else? Thanks

Yes, see "Inputs" under "Session Variables" here: Call Lex V2 Bot action - Genesys Cloud Resource Center

Use inputs to pass data to a Lex V2 bot. For each value you send, give the entry a name and an expression that resolves to a string for its value. Then when the action runs, all expressions evaluate to produce a string that passes to the Lex V2 bot event parameters. You can pre-populate slots by choosing the name of what passes as the name of your slot.

Hi @tim.smith
I am using Amazon Lex v1, I am not using v2.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.