Difference between revisions of "Dialog system"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (Created page with "A '''dialog system''' or '''conversational agent''' ('''CA''') is a computer system intended to converse with a human, with a coherent structure. == Description == Dialo...") |
Karl Jones (Talk | contribs) |
||
Line 17: | Line 17: | ||
* [https://en.wikipedia.org/wiki/Dialog_system Dialog system] @ Wikipedia | * [https://en.wikipedia.org/wiki/Dialog_system Dialog system] @ Wikipedia | ||
+ | |||
+ | [[Category:Artificial intelligence]] | ||
+ | [[Category:Computer programming]] | ||
+ | [[Category:Computer science]] | ||
+ | [[Category:Computing]] |
Latest revision as of 06:57, 23 April 2016
A dialog system or conversational agent (CA) is a computer system intended to converse with a human, with a coherent structure.
Description
Dialog systems have employed text, speech, graphics, haptics, gestures and other modes for communication on both the input and output channel.
What does and does not constitute a dialog system may be debatable.
The typical GUI wizard does engage in some sort of dialog, but it includes very few of the common dialog system components, and dialog state is trivial.
See also
External links
- Dialog system @ Wikipedia