A telecom company adds a chat widget to its support site that lets customers type questions in plain English, such as why their bill is higher this month, and receive a natural-language answer without waiting for a human agent. Which AI capability is this chat widget primarily demonstrating?
Select an answer to reveal the explanation.
Short Explanation
The customer types a question the way they would ask a person, and the widget answers back in kind, so this is really about a system holding up its end of a conversation. That two-way, natural-language exchange is the signature of chat-based AI capability. The distractors pull toward workloads that do not involve talking with a user at all. One handles pictures and video, which is irrelevant since nobody is uploading a photo of their bill. Another is about combing through a huge pile of existing documents to make them searchable, which would fit if the company wanted employees to search old support tickets, not a live back-and-forth with a customer. The last one watches for weird, out-of-pattern data like a sudden usage spike, which has nothing to do with answering a plain-English billing question. Whenever a scenario centers on a system understanding what someone typed or said and replying conversationally, that is the tell.
Full Explanation
The correct answer is C. The widget accepts free-form written questions and responds in natural language, carrying on an interactive exchange with the customer, which is the defining trait of conversational AI, a capability built to understand user intent and generate humanlike dialogue in real time. Option A is incorrect because computer vision processes images or video, and no visual input is involved in a customer typing a question into a text box. Option B is incorrect because knowledge mining is about extracting and indexing information from large sets of existing documents or records so it can be searched, which is a different task from generating a live conversational response to a specific customer's question. Option D is incorrect because anomaly detection identifies unusual patterns in data, such as a spike in network errors, and has nothing to do with answering a customer's billing question through dialogue. The key signal in the stem is the back-and-forth exchange in natural language between the customer and the system, which is precisely what conversational AI is designed to handle, distinguishing it from workloads that process images, search document repositories, or watch for unusual data patterns.