Pesquisas recentes
Sem pesquisas recentes
Migration to messaging-android, authentication and initial message.
Publicado 31 de out. de 2023
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 comentário
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