Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

As an admin user, you can give the chatbot user control of when to send the voice input for processing.

Settings

  • Implemented “autoPost“ appsetting logic. By default the value will be true.

  • If “autoPost“ is set to false, then auto posting processed STT to the server will not happen, User need to use send button in chat to send the processed STT to the server.

  • If “autoPost“ is set to false, if user gives pause while recording and start the recording again, the new converted STT value will be appended to the existing one in the user input box instead of replacing.

  • No labels