
Manisha Prajapati
-
Total activity14
-
Last activity
-
Member since
-
Following0 users
-
Followed by0 users
-
Votes0
-
Subscriptions3
Activity overview
Latest activity by Manisha Prajapati-
Manisha Prajapati commented,
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...
-
Manisha Prajapati commented,
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...
-
Manisha Prajapati created a post,
Android - Live Chat: Enable Help Article Suggestions
We can't enable help article suggestions in Zendesk live chat.Is this feature support available for Zendesk Live chat?
-
Manisha Prajapati created a post,
Android - Toolbar back button event of Zendesk Messaging Activity
I want to access the toolbar back event for Zendesk messaging activity for end chat on customization.Please let me know if it is feasible or give me another option.I have tried multiple ways like p...
-
Manisha Prajapati commented,
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 ...
-
Manisha Prajapati commented,
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...
-
Manisha Prajapati commented,
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...
-
Manisha Prajapati commented,
Greg Katechis chatProvider().sendMessage(String message) not working
-
Manisha Prajapati commented,
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...
-
Manisha Prajapati commented,
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...