Answers for "boto3 aws lex posttext"

0

boto3 aws lex posttext

response = client.post_text(
    botName='string',
    botAlias='string',
    userId='string',
    sessionAttributes={
        'string': 'string'
    },
    requestAttributes={
        'string': 'string'
    },
    inputText='string'
)
Posted by: Guest on May-27-2020

Browse Popular Code Answers by Language