Interactive Canvas with jovo


#1

I am now trying to build a mutlimodal google action. I was wondering if I could still use jovo for fulfilment. That is, are there any known issues for using interactive-canvas api with jovo?


#2

Here’s an example: https://github.com/jovotech/jovo-framework/tree/master/examples/javascript/02_googleassistant/interactive-canvas

I know that @Voice_First has made it work for one of their projects.


#3

Appreciate the prompt reply. Thanks looking into it.


#4

@Voice_First @jan Can you guide me a little on how to capture user touch/click events using interactive canvas. For example I have a increment/decrement button for a quantity, how can I do capture that in my jovo app in order to store its updated value.


#5

nvm I got the solution. interactiveCanvas.sendTextQuery does the job.