Amazon Lex launches support for phrase hints - devamazonaws.blogspot.com

Amazon Lex provides automatic speech recognition (ASR) and natural language understanding (NLU) capabilities so you can build applications and interactive voice response (IVR) solutions with engaging user experiences. Starting today, you can programmatically provide phrases as hints during a live interaction to influence the transcription of spoken input. For example, when interacting with a banking IVR, a customer might use a nickname (“Smythe’s checking”) for the destination account . You can execute business logic to identify all the payee nicknames associated with the caller’s account and supply these as hints, improving transcription of names. Better recognition drives efficient conversations and ultimately increases customer satisfaction.

Post Updated on May 13, 2022 at 11:19PM

Comments

Popular posts from this blog

[MS] Pulling a single item from a C++ parameter pack by its index, remarks - devamazonaws.blogspot.com

[MS] Debugger breakpoints are usually implemented by patching the in-memory copy of the code - devamazonaws.blogspot.com

[MS] The case of the crash when destructing a std::map - devamazonaws.blogspot.com