<html> <head> <script src="https://www.gstatic.com/assistant/interactivecanvas/api/interactive_canvas.min.js"></script> </head> <body> <script> const callbacks = { onUpdate(data) { // update game state based on intent response data }, }; interactiveCanvas.ready(callbacks); </script> </body> </html>
<speak> Go from <mark name="here"/> here, to <mark name="there"/> there! </speak>