Elevenlabs 定制化语音助手部署指南

ElevenLabs推出Conversational AI平台,支持通过网页仪表盘快速部署定制化语音助手。本文以波兰餐厅Pierogi Palace为例,详解如何配置语音、系统提示与订单流程,实现语音点餐、价格计算、配送预估等端到端服务。

发布于2024年12月6日 06:28
编辑零重力瓦力
评论0
阅读96

Elevenlabs 推出了定制化 AI 语音助手(语音智能体)开发平台。通过平台部署自己的 AI 语音助手十分简单,只需几分钟时间。

网络仪表板(Web Dashboard)

部署 ElevenLabs Conversational AI 最简单方式是通过Elevenlabs 网络仪表盘

  • 创建和管理 AI 助手
  • 配置语音和对话参数
  • 查看对话分析和转录记录
  • 管理 API 密钥和集成设置
网络仪表板通过后台使用 Elevenlabs 的 Web SDK 处理实时对话。

Pierogi Palace AI 语音助手

本指南以一家现代波兰餐厅(Pierogi Palace)为例,创建一个 AI 语音助手,并通过语音对话接收订单。助手将帮助顾客订购传统波兰菜肴,并融入现代元素。

Elevenlabs 定制化语音助手部署指南

助手将引导顾客完成以下任务

菜单选择

  • 提供多种传统和现代馅料的饺子选项
  • 选择每份的量

订单详情

  • 确认数量
  • 按波兰兹罗提(波兰官方货币)计算价格
  • 订单复核与修改

配送信息

  • 收集配送地址
  • 提供预计准备时间(10 分钟)
  • 根据位置计算配送时间
  • 付款确认
  • 确认付款方式(货到付款)

助手设置

本指南使用 ElevenLabs Conversational AI 配置 Pierogi Palace AI 语音助手的语音、大语言模型并进行转录设置,以帮助顾客顺畅地下单。

先决条件

注册一个 ElevenLabs 账户

访问 elevenlabs.io,并登录账户。

在 ElevenLabs 仪表板中,点击左侧导航栏中的 Conversational AI。

Elevenlabs 定制化语音助手部署指南

创建 AI 语音助手

点击 + 按钮创建一个新的 AI 助手。
选择 空白模板(Blank Template),并将助手命名为 Pierogi Palace。

Elevenlabs 定制化语音助手部署指南

设置以下字段,知识库(Knowledge Base) 和 工具(Tools) 栏留空:

首次消息(First message)

Welcome to Pierogi Palace! I'm here to help you place your order. What can I get started for you today?

系统提示(System prompt)

You are a friendly and efficient virtual assistant for Pierogi Palace, a modern Polish restaurant specializing in pierogis. It is located in the Zakopane mountains in Poland.
Your role is to help customers place orders over voice conversations. You have comprehensive knowledge of the menu items and their prices.

Menu Items:

- Potato & Cheese Pierogi – 30 Polish złoty per dozen
- Beef & Onion Pierogi – 40 Polish złoty per dozen
- Spinach & Feta Pierogi – 30 Polish złoty per dozen

Your Tasks:

1. Greet the Customer: Start with a warm welcome and ask how you can assist.
2. Take the Order: Listen carefully to the customer's selection, confirm the type and quantity of pierogis.
3. Confirm Order Details: Repeat the order back to the customer for confirmation.
4. Calculate Total Price: Compute the total cost based on the items ordered.
5. Collect Delivery Information: Ask for the customer's delivery address to estimate delivery time.
6. Estimate Delivery Time: Inform the customer that cooking time is 10 minutes plus delivery time based on their location.
7. Provide Order Summary: Give the customer a summary of their order, total price, and estimated delivery time.
8. Close the Conversation: Thank the customer and let them know their order is being prepared.

Guidelines:

- Use a friendly and professional tone throughout the conversation.
- Be patient and attentive to the customer's needs.
- If unsure about any information, politely ask the customer to repeat or clarify.
- Do not collect any payment information; inform the customer that payment will be handled upon delivery.
- Avoid discussing topics unrelated to taking and managing the order.

声音设置

为助手选择一个声音。可以从 ElevenLabs 提供的 3000 多种仿真语音中选择一个。本演示将使用 Jessica 的声音。

Elevenlabs 定制化语音助手部署指南

注意:设置高质量的声音可能会略微增加系统响应时间。为了提供最佳的客户体验,建议根据助手的实际使用场景在质量和延迟之间找到平衡。

测试 AI 语音助手

按下 Order(下单) 按钮,尝试订购一些饺子,看看助手如何处理对话。

Elevenlabs 定制化语音助手部署指南

数据收集设置

通过配置评估标准和数据收集来分析对话并提高助手的表现。

Elevenlabs 定制化语音助手部署指南

配置评估标准

导航到助手设置中的分析部分,定义评估对话的自定义标准。

目标提示标准会将聊天记录传发送给大语言模型(LLM),以验证是否满足特定目标。结果将是:

  • 成功(success)
  • 失败(failure)
  • 未知(unknown)

加上所选结果的理由

配置以下字段

  • 名称(Name):输入一个描述性名称
  • 提示(Prompt):输入用于评估对话的详细指令

订单完成(order_completion)

Name: order_completion
Prompt: Evaluate if the conversation resulted in a successful order completion.
Success criteria:
- Customer selected at least one pierogi variety
- Quantity was confirmed
- Delivery address was provided
- Total price was communicated
- Delivery time estimate was given
Return "success" only if ALL criteria are met.

客户满意度(customer_satisfaction)

Name: customer_satisfaction
Prompt: Analyze the conversation for signs of customer satisfaction.
Success criteria:
- Customer's questions were answered clearly
- No repeated requests for clarification
- No signs of frustration or confusion
- Positive or neutral customer responses
Return "failure" if there are clear signs of dissatisfaction.

菜单解释(menu_explanation)

Name: menu_explanation
Prompt: Evaluate if the assistant properly explained menu options when asked.
Success criteria:
- Mentioned available pierogi varieties
- Provided prices when relevant
- Explained portion sizes (dozens)
Return "unknown" if menu items were not discussed.

设置数据收集
在数据收集(Data collection)部分,定义从对话转录中提取数据的规范。

点击添加数据收集项(Add data collection item),并配置以下内容:

  • 数据类型(Data type):选择“字符串(string)”
  • 标识符(Identifier):为该数据点输入唯一标识符
  • 描述(Description):为 LLM 提供有关如何从转录中提取特定数据的详细说明

订单类型(Order Type)

Identifier: order_type
Description: Extract the type of order from the conversation.
Should be one of:
- delivery
- pickup
- inquiry_only

已订购商品(Ordered Items)

Identifier: ordered_items
Description: List all pierogi varieties and quantities ordered in the format: "item: quantity".
Should be one of:
- completed_order
- abandoned_order
- menu_inquiry
- general_inquiry
If no order was placed, return "none"

配送区域(Delivery Zone)

Identifier: delivery_zone
Description: Based on the delivery address, categorize the location.
Should be one of:
- central_zakopane
- outer_zakopane
- outside_delivery_zone

交互类型(Interaction Type)

Identifier: interaction_type
Description: Categorize the conversation.
Should be one of:
- completed_order
- abandoned_order
- menu_inquiry
- general_inquiry

查看对话历史记录

Elevenlabs 定制化语音助手部署指南

用户可以在历史记录标签中查看每次对话的评估结果和收集的数据。

原文链接:Elevenlabs Agent Setup

相关文章

ChatGPT Work 实测:27 分钟跑通闭环路网到一键部署网站
智能体工程
2026年9月15日
0 条评论
小创

ChatGPT Work 实测:27 分钟跑通闭环路网到一键部署网站

ChatGPT Work 标志着大模型向全托管自主智能体跃迁。其通过云端沙箱、无头浏览器、持久化存储及一键部署四大基础设施,实现从信息检索到网站上线的闭环自动化。系统提供 Cloud 与 Local 双形态及多档推理级别,适配不同任务需求。尽管具备强大自主执行能力,用户仍需警惕上下文压缩、CSP 限制及提示注入等风险。目前该工具仍面临云端与本地环境状态同步未打通的挑战,但已重塑软件工程协作模式。

#智能体#AI工具#ChatGPT
阅读全文
Claude Code 多智能体协作实战指南,从并行子代理到分布式团队的高效落地
智能体工程
2026年9月15日
0 条评论
小创

Claude Code 多智能体协作实战指南,从并行子代理到分布式团队的高效落地

Claude Code 多智能体协作提供 subagents 与 Agent Teams 两种架构。subagents 采用星型拓扑,适合独立任务委派;Agent Teams 为点对点网状结构,支持双向通信与状态共享,适用于复杂并行工作流。实战中需根据任务依赖度选型,并通过 Git worktrees 隔离并发写入冲突。同时应合理配置模型路由以控制成本,规避描述重叠与死锁风险。若缺乏三条以上独立并行流,建议优先使用单会话或 subagents 以提升效率。

#智能体#AI工具#vibe coding
阅读全文
ChatGPT Work 实战,一句话让智能体自主完成复杂地理计算与交付
AI 产品工具
2026年9月15日
0 条评论
小创

ChatGPT Work 实战,一句话让智能体自主完成复杂地理计算与交付

ChatGPT Work 通过联网代码沙盒、Headless Chrome 及持久化文件系统,推动 AI 从问答工具演进为自主执行体。实测显示,智能体可凭单条指令自主调用 API 完成复杂地理计算并交付可视化地图与数据文件。该平台还支持一键建站、子智能体协作及定时任务,适用于实体交付场景。但当前仍存在代码透明度不足、上下文压缩致历史丢失及资源安全策略限制等问题,在生产环境的可复现性仍面临挑战。

#AI工具#智能体#ChatGPT
阅读全文
互动讨论

评论区

围绕《Elevenlabs 定制化语音助手部署指南》展开交流,未登录用户可浏览评论,登录后可参与讨论。

评论数
0
登录后参与评论
支持发表观点与回复一级评论,互动后将同步到消息中心。
登录后评论
暂无评论,欢迎成为第一个参与讨论的人。