Questions tagged [botkit-middleware]

5 questions
1
vote
0 answers

Botkit Help Required

What are you trying to achieve? I am trying to get the status of the ticket and the function is working perfectly. I am unable to find how to pass the value of ticket id to function using botkit. When I directly run the javascript function I am…
tinu
  • 11
  • 1
0
votes
1 answer

Does google hangout chat bots support date & time picker?

I would need a date/time picker in order for user to choose date or time in google hangout chat bots.I could not found any documentation on this function in google hangout api. Example: staff wants to apply a leave for few days. She/he can do it by…
0
votes
0 answers

Does botkit google hangouts chat in version 0.7 or google hangouts chat supporting typing indicator?

Does botkit google hangouts bot in version 0.7 or google hangouts chat supporting typing indicator? as i cannot find anything in google hangouts developer document and in botkit google hangout document as well. could help share the document or give…
0
votes
1 answer

How to add typing delay in botkit conversations with facebook adapter

We are building a facebook messenger bot with Botkit version 4. We have tried different ways to add typing delay with the messages but none of them is working properly. As we are using the conversations we are unable to use this format in…
0
votes
1 answer

Using LUIS with botkit conversations

I am working on a bot and I am trying to use intents instead of patterns here convo.ask('Do you want to eat a taco?', [ { pattern: 'yes', type: 'string', handler: async(response, convo, bot) => { return await…