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.

Get Conversation Context

Node that retrieves the latest conversation context, including recent chat history and user profile information.

Lo que hace

Retrieves the latest conversation context — the recent chat history and user profile information.

Importante:

Wait for Message already returns the conversation context as its output after the user sends a chat message. The Get Conversation Context node is generally not needed for building chat loops, and should only be used for rarer cases where a downstream node needs the current conversation state but shouldn't pause for the next user message.

Entradas

CampoDescripción
ID de conversaciónThe ID of the conversation to read. Bind to the conversation trigger's output, for example $vars.conversationTrigger1.output.conversationId.
Exchange limitMaximum number of past exchanges to include in the returned conversation history. Determines how many past messages in the conversation history are returned.

Salida

CampoDescripción
conversationContextThe latest conversation context, including the message history.

The conversationContext contains the following fields:

CampoDescripción
latestExchangeIdIdentifier of the most recent exchange (back-and-forth turn). Use as the Exchange ID input to Send Message when replying to the conversation.
messagesThe recent conversation history, including both the user's and Flow's messages. Exchange limit determines how many past exchanges to include.
userSettingsUser-level profile fields, configurable by the end-user on the channels.

Ejemplos de uso

Reference the full context in a downstream Conversational Agent node:

$vars.getConversationContext1.output.conversationContext
$vars.getConversationContext1.output.conversationContext

Reference the latestExchangeId in a downstream Send Message node:

$vars.getConversationContext1.output.conversationContext.latestExchangeId
$vars.getConversationContext1.output.conversationContext.latestExchangeId
  • Lo que hace
  • Entradas
  • Salida
  • Ejemplos de uso
  • 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