Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

custom payload is not contained in response #34

Open
wutian961969 opened this issue Dec 28, 2017 · 1 comment
Open

custom payload is not contained in response #34

wutian961969 opened this issue Dec 28, 2017 · 1 comment

Comments

@wutian961969
Copy link

wutian961969 commented Dec 28, 2017

I followed the tutorial and created a weather agent, and successfully connected to my ionic app,
everything seemed to work well, except after I changed the text response to a custom payload which is used to config customized cards and images, the custom payload json wasn't contained in response.
I tried javascript sdk also, they correctly responsed with custom payload json. I assume it's a bug of cordova client, can any people confirm that?
here is my custom json.
{ "objectType": "quick replies", "text": "Awesome quick replies where you can send...", "replies": [ { "title": "...some text", "payload": "some text", "type": "text" }, { "title": "...some text", "payload": "some text", "type": "text" } ] }

@oenayet
Copy link

oenayet commented Jul 22, 2018

Is there anybody looking into this ? I need custom payload returned for an ionic based mobile app ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants