I am trying to update a Lex bot using the python SDK put_bot function. I need to pass a checksum value of the function as specified here. How do I get this value? So far I have tried using below functions and the checksum values returned from these
- The get_bot with the prod alias
- The get_bot_alias function
- The get_bot_aliases function
Is the checksum value
Lex Model Building Service:
You should first retrieve the
checksumof your bot if you want to update it.You should be able to use the same
checksumthat is returned fromget_bot_aliases().This is the example response from
get_bot_aliases()function.