UiPath Documentation
maestro
latest
false
Guía del usuario de Maestro
Importante :
La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.

Conversation Trigger

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

Lo que hace

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.

Salida

CampoDescripción
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

Notas

  • 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.
  • Lo que hace
  • Salida
  • Notas
  • Páginas relacionadas

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado