I have created an agent by DialogFlow Cx and I need do a web demo. I'm trying create this page using Dialog Flow message:
<DOCKTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<title> PocJbsEngineering </title>
<script src="https://www.gstatic.com/dialogflow-console/fast/messenger-cx/bootstrap.js?v=1"></script>
<df-messenger df-cx="true" location="us-east1" chat-title="JBS" agent-id="bfb3f030-9d41-4160-b13c-90de6f3b8c1d"
language-code="pt-br" request.inputAudio = "audio"></df-messenger>
</head>
<body>
</body>
</html>
but, the chat message doesnt have the voice input:
How can I put a voice input on Dialogflow message? some suggestion to do this agent Dialogflow Cx with audio input?