Jovo Web Plugin

dialogflow
google-assistant

#1

Hello

Actually my Jovo version is 3.2.0 and now it is possible to migrate to 4.
However in the last version it’ was possible to use Dialogflow plugin and with the actualy version we can’t find this plugin.
And we would like to keep this plugin because our chatbot use lots of output response (List view for example).
We will want to implement a web plugin in our chatbot while keeping the dialogflow plugin, it’s possible or not ?

Thanks


#2

Hi there,

Currently, v4 does not offer support for Dialogflow as a platform integration. This is not on our immediate roadmap, but would be a great community contribution (in terms of building it or sponsoring the development)


#3

Thanks,
Can you confirm this link to implement a web chat widget with the version 3 https://v3.jovo.tech/news/2020-10-29-jovo-for-web-v3-2.
But when I look the code I don’t understand and I don’t find the role of this function.
this.$webApp?.addActions([ { type: 'CUSTOM' as any, command: 'redirect', value: 'https://www.jovo.tech/docs/routing', }, ]);

Can you help me please ?
Thanks