maestro
latest
false
Maestro ユーザー ガイド
- はじめに
- スタート アップ ガイド
- Maestro の BPMN を使用した構築
- Maestro Case を使用した構築
- Maestro Case について
- Maestro BPMN と Maestro Case の比較: ケース管理を使用すべき状況
- Maestro Case のライフサイクル: イベント トリガーからアプリのエクスペリエンスまで
- Maestro Case を使用して最初のケースを構築する
- Build a Maestro Case with a coding agent (preview)
- ケース キーを定義する (システムと外部)
- タスクの I/O と書き戻しの契約を確立する
- 終了ルールと早期終了
- プライマリ ステージとセカンダリ ステージをモデリングする
- Data Fabric からケースをトリガーする
- ステージレベルのペルソナと権限を実装する
- SLA と自動エスカレーション ルールを設定する
- 再作業によるループ (再エントリ) を設定する
- Configuring and testing the Case Manager Agent (preview)
- ケース マネージャーの入力および出力コントラクト
- Maestro Case コンポーネント ディクショナリ
- Maestro Flow を使用した構築
- Integrations
- オペレーティング
- 監視
- 最適化中
- 参考情報
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
Voice nodes for modeling real-time phone-call voice agents in Maestro Flow.
The Voice nodes model a live phone call in a Flow. The Flow answers an inbound call or places an outbound one, a voice agent talks to the person on the line, and the call ends when the Flow hangs up.
Voice agents are built in Maestro Flow, not Agent Builder. Connect a phone number and bind it to a published Flow. To configure your phone number, see Deployment.
使用可能なノード
| ノード | 機能 |
|---|---|
| Incoming Call | Starts the Flow when a bound phone number receives a call. |
| Create Outgoing Call | Places an outbound call from a connected number. |
| Voice Agent | Speaks with the caller on a live call. |
| End Call | Disconnects the call. |
Both call directions use the same three-step shape:
| 方向 | Node sequence |
|---|---|
| Inbound | Incoming call → Voice agent → End call |
| 発信 | Create outgoing call → Voice agent → End call |
関連
- Voice agents — overview and FAQ in the Agents docs.
- Deployment — connecting a number and binding it to a Flow.