最近の検索
最近の検索はありません
Migration to messaging-android, authentication and initial message.
投稿日時:2023年10月31日
Hi I'm currently adding messaging-android: latest_version and removing com.zendesk:chat
is JTW the only way to authenticate users? we used to have
VisitorInfo.builder() and
AnonymousIdentity.Builder()
also, do we have an option to add the initial message? similar to
chatProvider()?.sendMessage??
0
1
1件のコメント
Christopher Kennedy
With Messaging, you must use JWT to authenticate users. Also, I'd like to highlight that the end user experience between Messaging and Chat is slightly different. In Messaging, the user will first interact with either:
So when designing the start of the visitor interaction, you'll want to focus on configuring the response or the bot to achieve your end goal.
0