Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to achieve more than 250 characters input in Dialogflow(api.ai)

When using dialog flow intents, some scenarios we need to give Text inputs to send to Webhook. In that case if the size of the text exceeds 250 bytes, dialogflow is throwing error. My question is how to achieve giving input text to intents which are more than 250 bytes. Thanks

like image 695
Selva Avatar asked Oct 14 '25 23:10

Selva


1 Answers

The limitation is 256 bytes, as referenced here in the docs.

like image 74
cptn_redbeard Avatar answered Oct 19 '25 14:10

cptn_redbeard