ALVIS (Asynchronous Learning Virtual Intelligence System) is a server management and utility bot built for the voice and text chat service, Discord. It utilizes Google's DialogFlow servers to introduce natural language request processing to the bot; allowing for communication in plain English - not just commands.
MIT License
0
stars
2
forks
source link
DialogFlow request will throw error if query is over 256 characters in length. #26
DialogFlow will throw an error if content is over 256 characters in length.
Stability is maintained, but user will not receive a response from server if the query is lost due to error.
Method should trim the query to acceptable length prior to post.
DialogFlow will throw an error if content is over 256 characters in length. Stability is maintained, but user will not receive a response from server if the query is lost due to error.
Method should trim the query to acceptable length prior to post.