
Manisha Prajapati
-
Total activity14
-
Last activity
-
Member since
-
Following0 users
-
Followed by0 users
-
Votes0
-
Subscriptions3
Comments
Recent activity by Manisha Prajapati-
Hello Eric,I have used the below code to enable help article suggestions for live chat. MessagingActivity.builder() .withBotAvatarDrawable(R.drawable.ic_klipsch_connect_logo) .withToolbarTitle...
-
Hi Mei-E Loh,I have used Zendesk SDK using implement Live chat with MessagingActiivtyPlease check below code snippet. Chat.INSTANCE.init(this, ZENDESK_CHAT_ACCOUNT_KEY) val chatConfiguration = Chat...
-
Hey Eric, I have created a support ticket https://support.zendesk.com/hc/en-us/community/posts/5128932003866-POC-Sample-Live-chat-application-using-not-able-to-send-custom-chat-message Please look ...
-
Eric Nelson Launch Live chat using below code: Chat.INSTANCE.init(this, ZENDESK_CHAT_ACCOUNT_KEY) MessagingActivity.builder() .withBotAvatarDrawable(R.drawable.ic_klipsch_connect_logo) .withT...
-
Greg KatechisI am able to chat using MessagingActivity and am able to chat with Answerbot.But I want to send a custom chat message to messaging activity from my existing activity not from the messa...
-
Greg Katechis chatProvider().sendMessage(String message) not working
-
I have tried with the below code for sending a custom chat message to existing chat session but not works. Chat.INSTANCE.init(this, ZENDESK_CHAT_ACCOUNT_KEY)findViewById<Button>(R.id.chat_button).s...
-
Thank for the reply Greg,I have already explored zendesk documentation and am able to start the chat session, but I want to send the first chat message once the chat session starts. Below is my cod...
-
Hi Zendesk support team, I am making an android live chat app using Zendesk SDK, but I am unable to send custom chat from my existing app. Zendesk SDK will take care of all chats.So can you please...