I need to change the placeholder text of the dialogflow messenger chatbot for customer requirements
<script src="https://www.gstatic.com/dialogflow-console/fast/messenger/bootstrap.js?v=1"></script>
<df-messenger
intent="WELCOME"
chat-title="gestion de citas"
agent-id="XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX"
language-code="es"
></df-messenger>
We have review deeply HTML customizations https://cloud.google.com/dialogflow/es/docs/integrations/dialogflow-messenger#html-customize
and CSS customizations https://cloud.google.com/dialogflow/es/docs/integrations/dialogflow-messenger#css-customize
from google cloud guides
How would it be possible to change the placeholder text?