최근 검색
최근 검색 없음
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