Questions tagged [kommunicate]

Questions related to kommunicate.io customer support chat solution.

kommunicate.io is a human + bot hybrid customer support solution. Includes Live chat, bot integration and faqs.

19 questions
4
votes
1 answer

How to use Dialogflow's fulfillment code with Kommunicate

Sorry if this question is dumb but I don't have much experience using Javascript or Dialogflow yet. I have a Dialogflow bot that I've integrated through Kommunicate into a test website. The bot works with responses set through intents, but…
Caleb Johnson
  • 376
  • 3
  • 21
3
votes
1 answer

Hiding quick response options after using them once in a Dialogflow-Kommunicate chatbot

I am implementing a chatbot with Dialogflow and have used Kommunicate to integrate it to a website. I want to hide/ disable quick responses after they are once used. How can I do it? An example of how quick responses are displayed in my bot is given…
2
votes
0 answers

"Please insert a valid JSON file." Showing in Kommunicate while integrating My dialogflow chatbot

I am trying to integrate my Dialogflow chatbot to Kommunicate. But, when I am uploading provate key, it's failing. I've generated the key json file by creating new service account under my project and then generating key in json format. I have also…
2
votes
1 answer

How to limit the number of chats received in chatbot Kommunicate

I have integrated Kommunicate chat bot into my website, however, a lot of traffic is generated on my website, due to which a lot more users are chatting than I have the bandwidth to support (agent wise). I can't seem to find a way to limit the…
2
votes
1 answer

How to receive data in DialogFlow sent from Kommunicate?

I am creating a chatbot for my website. So, I am using DialogFlow and Kommunicate.io for the same. I added a script given by kommunicate in my html file. For sending custom data from html page to the bot, we use chatContext variable in the "onInit"…
2
votes
2 answers

How to trigger a customised welcome message from Dialogflow bot using kommunicate.io?

I have just started creating a bot using dialogflow and kommunicate.io. So, I created a simple bot and integrated it with kommunicate and finally copied the kommunicatesettings script in my HTML page. I am able to get simple responses from the bot.…
Shashank Gupta
  • 315
  • 1
  • 4
  • 16
2
votes
2 answers

How To Create A Hyperlink For My Dialogflow Chatbot In Responses

I created a chatbot using dialogflow and I added a website link to the response, I have integrated the bot in Telegram and the website link is working perfectly, but on the web demo, it is not. Is it possible that when I integrate the chatbot on a…
Kressa
  • 21
  • 1
  • 1
  • 3
2
votes
1 answer

How to encounter reply when user attaches a document/image to a chatbot(Build with dialogflow and kommunicate)?

I have tried many different methods but it is not working properly.Please any one can help me how to send a reply when user uploads any attachments in a chatbot.
2
votes
1 answer

Kommunicate chat widget becomes transparent with custom settings

I have integrated Kommunicate service into my website and added a Dialogflow chatbot into it. I have added the kommunicate widget successfuly and it worked well with the configurations as shown below: var kommunicateSettings = { …
Gourav
  • 2,746
  • 5
  • 28
  • 45
2
votes
1 answer

google-services-auth crashes with kommunicate

I am trying to add Kommunicate services to my Android app. But when I add the dependencies of kommunicate, I get an error stating that it crashes with the google-services-auth implementation The dependencies section is as follows: dependencies { …
Gourav
  • 2,746
  • 5
  • 28
  • 45
1
vote
1 answer

How to integrate Kommunicate into ASP.Net

I am new to ASP.Net and I want to integrate Kommunicate into a website. Do I only add the javascript code (for the Kommunicate chatbot) between the tags in the _Layout.cshtml? Or there is more that i have to do?
J-Dev-Ops
  • 11
  • 2
1
vote
1 answer

The plugin `kommunicate_flutter` uses a deprecated version of the Android embedding

I try to upload kommunicate_flutter: ^1.1.3 in my flutter android app becasue I want to add chatbot in my app but I face this problem , can anyone help me please? The plugin kommunicate_flutter uses a deprecated version of the Android embedding. To…
sm 66
  • 171
  • 1
  • 7
1
vote
1 answer

integrate zapier with kommunicate

How to store bot data in salesfore using zapier with integration of kommunicate. For example If a user want an appointment. Using name phone number in dialogflow stores in salesforce.
Komal Cr
  • 734
  • 4
  • 16
1
vote
1 answer

How can we add a web link as a button in Google Dialog flow Chatbot

I want to add a link as a button in google dialogflow chatbot and it was integrated with kommunicate. Please help me how we add a link as a button.When user clicks that button he has to redirect to another page.
Komal Cr
  • 734
  • 4
  • 16
1
vote
1 answer

Format JSON with Google protobuf

With this code: var button = Value.ForStruct(new Struct{ Fields={ ["type"] = Value.ForString("postback"), ["title"] = Value.ForString("Call Representative"), ["payload"] = Value.ForString("+15105551234"), } }); var…
Ray
  • 483
  • 4
  • 17
1
2