I'm trying to create a chatbox for my React website usig dialogflow. It is currently using some default code. which shows a template chatbot User interface. I need to add a close/minimise button to it? Can anyone help?
My current code for the chatbot uses this iframe
<iframe
allow="microphone;"
width="100%"
height="300vh"
src="https://console.dialogflow.com/api-client/demo/embedded/<some keycde>"
></iframe>
'''