A chatbot is a conversation interface
A chatbot accepts a message and returns a response. Some use fixed menus or retrieval from approved information while others use a language model to interpret questions and draft answers. The interface describes how a person interacts with the system rather than how much authority the system has.
A customer support chatbot can answer a policy question and still have no permission to change an account. A staff assistant can search documents and still require a person to send the final response. These boundaries should be explicit.
- Conversation as the interface
- Knowledge or model based response
- Authority defined separately
