I just need to know, how I can integrate the response card feature in my android app. I see no function in the Response.java which can tell me whether a cardResponse has been sent back by the bot or not?
Please guide me through this!
Thanks for help!
Hi @PikkaPikkachu, Thanks for reporting to us. What's the use-case that you are trying to solve with Lex? What's the requirement for finding whether a cardResponse has been sent back by the bot or not?
Hi @kvasukib,
I figured that that the mobileconnectors/lex/interactionkit is based on PostContent request, so I ended up writing my own library for PostText request which returns a JSON response with ResponseCard attribute and that worked well for me.
Anyone else who faces the same issue, here is the link to the library: https://github.com/PikkaPikkachu/Post-Text-Request-Lex
I am closing this issue now.
Thanks for your reply!
Regards,
PikkaPikkachu
https://github.com/PikkaPikkachu/Post-Text-Request-Lex doesn't exist, can you give me an example of the implementation?
@hendrawd It got moved to the following repo: https://github.com/PikkaPikkachu/lex-app !
Most helpful comment
@hendrawd It got moved to the following repo: https://github.com/PikkaPikkachu/lex-app !