Boolean data (True/False) handling from API with intents
srujithapyla opened this issue · 1 comments
srujithapyla commented
Is your feature request related to a problem? Please describe.
To handle the boolean fields from the API and manage their response in BOT. In python api response boolean value is stored as 'true', and 'false' ; however in Rasa Bot boolean valuse is stored as 'True' and 'False'
Describe the solution you'd like
Created intents for handling boolean fields with 'true' and 'false'