You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "5a7262a0c48dfacdfe1ff91b20bf16fd",
"translation_date": "2025-08-25T00:03:47+00:00",
"source_file": "6-consumer/lessons/2-language-understanding/assignment.md",
"language_code": "zh"
}
-->
# 取消计时器
## 说明
在本课中,你已经训练了一个模型来理解设置计时器的功能。另一个实用的功能是取消计时器——比如你的面包已经烤好,可以在计时器结束前取出。
在你的 LUIS 应用中添加一个新的意图,用于取消计时器。这个意图不需要任何实体,但需要一些示例句子。如果该意图是最高意图,请在无服务器代码中处理它,记录该意图已被识别,并返回一个适当的响应。
## 评分标准
| 标准 | 优秀 | 合格 | 需要改进 |
| -------- | --------- | -------- | ----------------- |
| 在 LUIS 应用中添加取消计时器意图 | 能够成功添加意图并训练模型 | 能够成功添加意图但未训练模型 | 无法成功添加意图并训练模型 |
| 在无服务器应用中处理该意图 | 能够检测到该意图为最高意图并记录 | 能够检测到该意图为最高意图 | 无法检测到该意图为最高意图 |
** 免责声明**:
本文档使用AI翻译服务 [Co-op Translator ](https://github.com/Azure/co-op-translator ) 进行翻译。尽管我们努力确保翻译的准确性,但请注意,自动翻译可能包含错误或不准确之处。应以原文档的原始语言版本为权威来源。对于关键信息,建议使用专业人工翻译。我们对因使用此翻译而引起的任何误解或误读不承担责任。