Files
nexus/wiki/concepts/对话式设计.md

24 lines
714 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
id: 对话式设计
title: "对话式设计"
type: concept
tags: [agentic-ai, ux, conversational-ui]
last_updated: 2026-04-15
---
## Definition
Agentic AI 设计原则之一:用自然语言界面取代传统点击交互,降低使用门槛并提升意图传达精度。
## Core Mechanism
- 自然语言输入:用户以日常说话方式表达需求
- 意图澄清AI 通过追问确认理解准确性
- 实时反馈AI 实时回应理解结果和执行计划
## Key Properties
- 降低门槛:无需学习特定命令或界面操作
- 精度提升:自然语言比点击更能表达复杂意图
- 上下文保持:对话历史让 AI 理解完整背景
## Sources
- [[Designing-for-Agentic-AI]]