UiPath Documentation
maestro
latest
false
Maestro ユーザー ガイド
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

Conversation Trigger

The conversation trigger marks the Flow as conversational and interactable from any chat channel.

機能

The presence of a conversation trigger is what makes the Flow discoverable as a conversational agent on every supported chat channel once published.

Each conversation runs as a single Flow instance — suspending and resuming at each Wait for Message as the user sends more messages. When the Flow execution ends, the conversation gracefully completes as well; users see that the conversation has ended and cannot send more messages to the chat.

出力

フィールド説明
conversationIdUnique identifier for the conversation this run is serving.

Downstream conversational nodes may require a Conversation ID input. Reference the trigger's output, such as with:

$vars.conversationTrigger1.output.conversationId
$vars.conversationTrigger1.output.conversationId

備考

  • Ensure a Wait for Message node immediately follows the conversation trigger.
  • Once published, the conversation trigger only fires when it's set to the Flow's default trigger in Orchestrator. Either ensure this is the Flow's only trigger, or confirm that the conversation trigger is the default entry point in Orchestrator after publish.
  • 機能
  • 出力
  • 備考
  • 関連ページ

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得