最近の検索
最近の検索はありません
Need some help to use Answerbot on android
投稿日時:2021年10月29日
Hi. I'm trying to develop an app using Zendesk SDK.
I implemented to load Zendesk Webview, but i can't load data from answerbot flow..
I initialized Chat,Answerbot, Zendsk,Support.
And I also implementd to use Zendesk with code below.. Help me plz
MessagingActivity.builder().withEngines(AnswerBotEngine.engine(), ChatEngine.engine(), SupportEngine.engine()).show(getCurrentActivity());
0
2
2件のコメント
Max Brunner
Hi 김건호,
Answer Bot flows are part of the Zendesk Messaging product. In order to use it, you need to use the Messaging SDKs (and not the Zendesk Classic SDKs, as you're trying to). You can find more information about the new Messaging SDKs here: https://developer.zendesk.com/documentation/zendesk-web-widget-sdks/
You can also see a comparison with the Classic SDKs here: https://developer.zendesk.com/documentation/classic-web-widget-sdks/
Let us know how it goes!
Thanks,
Max.
0
Abe
Hi Max,
It would have saved me a good deal of time if this information was in the documentation for the Classic SDKs. Something like "Using the FlowBuilder to provide a flow for the AnswerBot is only supported in the Messaging SDKs" in the docs for both sets of SDKs would have been very helpful.
Thanks,
Abe
0