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 週間で公開されます。
Node that hangs up an active call started or answered by a Flow.
機能
Hangs up an active call. If the call was already ended by the caller, then this node does nothing. A Voice Agent can end its own session mid-call. That stops the agent but leaves the line open for downstream nodes.
The node is labeled End call in the Tool > Voice tools category of the node palette.
構成のリファレンス
| フィールド | Required | 既定 (Default) | 説明 |
|---|---|---|---|
| Call context | はい | なし | The call to end. Bind it to the callContext from an Incoming Call trigger or a Create Outgoing Call node — for example, $vars.createOutgoingCall1.output.callContext. |
出力変数
| パス | 入力 | 説明 |
|---|---|---|
output.ended | Boolean | Whether the call was ended successfully. |
error | object | Populated on failure. Refer to Error handling. |
関連ページ
- Voice
- Voice Agent
- Incoming Call, Create Outgoing Call — how the call started.
- Get Conversation Context — fetch the conversation history.