- スタート アップ ガイド
- UiPath Conversational Agents
- Studio Web での UiPath Agents
- UiPath のコード化されたエージェント
- Coding Agents で構築する
Real-time voice conversational agents that handle incoming calls and place outgoing calls, built in Maestro Flow with the Voice agent node.
A voice conversational agent handles real-time phone conversations. Callers dial a number you own, and the agent can run tools during the call to read or update live data.
動作のしくみ
A voice agent runs on a real-time speech model. Audio goes straight to the model, with no separate transcribe-reason-synthesize pipeline in between. That is what makes the conversation fast enough for the caller to interrupt. Tools run outside that audio path, on the shared agent execution engine (Unified Runtime) that serves tool calls for every agent type.
You bring the phone number on a SIP trunk, or from your own Twilio account. The call reaches UiPath, which holds the model session for its duration and runs the agent's tools.
Voice conversational agents are built in Maestro Flow, not Agent Builder. There is no separate voice agent to publish or import.
- Build in Maestro Flow — modeling the call with the Voice agent, Incoming call, Create outgoing call, and End call nodes. Model, persona, prompt, and tools are configured on the Voice agent node.
- Deployment — connecting a phone number over SIP or your own Twilio account, and binding it to a published Flow.
- Observability — reading a call's transcript, tool calls, and timings in the run's execution trace.
制限事項
UiPath では、新しい機能を追加して積極的に製品を拡張しています。以下の表は、今後のリリースで対処される予定の、現在の制限事項の概要を示しています。
| 制限事項 | 説明 |
|---|---|
| Call duration | Calls are limited to 10 minutes |
| Call recordings | Audio recordings of calls are not available. |
| Hand off call to a person | Live call transfer to a person is not supported. |
| SDK support / chat surfaces | Voice agents are only available via phone calls |
| Automation Suite | Voice agents are available in Automation Cloud only. |
よくある質問
Which phone providers work?
Voice agents work with the following phone providers:
- Twilio
- Amazon Chime SDK
- Genesys
- Five9
- any SIP providers that meet the SIP trunk requirements
Providers that do not work:
- Amazon Connect: use the Amazon Chime SDK instead.
- Azure Communication Services: unless you have a managed SBC you can use.
- Zoom
Which languages are supported?
Language coverage and quality depend on the selected model. For example, Gemini Live models support 24 languages. Accent comprehension and responding in different accents are limited by the model's capabilities.
Which guardrails and data protections apply?
UiPath enforces Zero Data Retention (ZDR) with all AI vendors, meaning no audio or transcripts are stored with our AI vendors such as OpenAI and Google.
Agent-level guardrails are not available for voice agents. This includes centralized guardrails in the AI Trust Layer, such as masking personally identifiable information (PII) and content policies. Tool-level guardrails are available on the tools connected to the Voice agent node. See Observability.