Content deleted Content added
wikif. |
citefiex |
||
Line 1:
'''Conversational interfaces''' (CUI) are platforms that mimic a conversation with a real human. Historically, computers have relied on graphical user interfaces (GUI) such as the user pressing a “back” button to translate the user’s desired action into commands the computer understands. While an effective mechanism of completing computing actions, there is a learning curve for the user associated with GUI<ref>{{cite web | title=Conversational Interfaces: Where Are We Today? Where Are We Heading? | website=Smashing Magazine | url=
To do this, conversational interfaces use [[Natural_language_processing|Natural Language Processing]] (NLP) to allow computers to understand, analyze and create meaning from human language. Unlike word processors, NLP considers the structure to human language (i.e. Words make a phrase, phrases make sentences which convey the idea or intent the user is trying to invoke). The ambiguous nature of human language makes it difficult for a machine to always correctly interpret the user’s requests, which is why we have seen a shift towards [[Natural_language_understanding|Natural Language Understanding]] (NLU)<ref>{{cite web|url=
NLU allows for [[sentiment analysis]] and conversational searches which allows a line of questioning to continue, with the context carried throughout the conversation. NLU allows conversational interfaces to handle unstructured inputs that the human brain is able to understand such as spelling mistakes of follow-up questions <ref>{{cite web|url=
Conversational interfaces have emerged as a tool for businesses to efficiently provide consumers with relevant information, in a cost effective manner. CUI provide ease of access to relevant, contextual information to the end user without the complexities and learning curve typically associated with technology.
Line 19:
==Chatbots==
[[Chatbot]]s are web or mobile based interfaces that allow the user to ask questions and retrieve information. This information can be generic in nature such as the Google Assistant chat window that allows for internet searches, or it can be a specific brand or service which allows the user to gain information about the status of their various accounts. Their backend systems work in the same manner as a voice assistant, with the front end utilizing a visual interface to convey information. This visual interface can be beneficial for companies that need to do more complex business transactions with customers, as instructions, deep links and graphics can all be utilized to convey an answer. The complexity to which a chatbot answers questions depends on the development of the back end. Chatbots with hard-coded answers has a smaller base on information and corresponding skills. Chatbots that leverage machine learning will continue to grow and develop larger content bases for more complex responses <ref>{{cite web|url=
More frequently, companies are leveraging chatbots as a way to offload simple questions and transactions from human agents. These chatbots provide the option to assist a user, but then directly transfer the customer to a live agent within the same chat window if the conversation becomes too complex.
|