UiPath Documentation
maestro
latest
false
Benutzerhandbuch zu Maestro
Wichtig :
Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.

Get Conversation Context

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

Was es tut

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

Wichtig:

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.

Eingaben

FeldBeschreibung
Konversations-IDThe 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.

Ausgabe

FeldBeschreibung
conversationContextThe latest conversation context, including the message history.

The conversationContext contains the following fields:

FeldBeschreibung
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.

Anwendungsbeispiele

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
  • Was es tut
  • Eingaben
  • Ausgabe
  • Anwendungsbeispiele
  • Zugehörige Seiten

War diese Seite hilfreich?

Verbinden

Benötigen Sie Hilfe? Support

Möchten Sie lernen? UiPath Academy

Haben Sie Fragen? UiPath-Forum

Auf dem neuesten Stand bleiben