UiPath Documentation
maestro
latest
false
Guia do usuário do Maestro
Importante :
A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.

Get Conversation Context

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

O que faz

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

CampoDescription
ID da conversaThe 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.

Saída

CampoDescription
conversationContextThe latest conversation context, including the message history.

The conversationContext contains the following fields:

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

Exemplos 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
  • O que faz
  • Entradas
  • Saída
  • Exemplos de uso
  • Páginas relacionadas

Esta página foi útil?

Conectar

Precisa de ajuda? Suporte

Quer aprender? Academia UiPath

Tem perguntas? Fórum do UiPath

Fique por dentro das novidades