docs/guides/agent/agent_workflow/dialogue_component.md
The message is used to output static or dynamic messages to users, and is usually used as the final component of a workflow. It can directly write fixed text, or insert upstream variables.
Write the output content in the message. Type / or click the variable button to insert component outputs.
If multiple messages are added, the system randomly selects one of them to send. When the Begin component selects Webhook and the response method is Final response, the reply message component can set an HTTP status code in the range of 200 to 399.
The reply message component can choose to save to memory, storing the conversation in the specified memory. After enabling User ID, conversations can be associated with user IDs, and subsequent knowledge retrieval can query related memories by user ID.
This component is suitable for outputting final answers, branch hints, fallback replies, or displaying intermediate processing results to users.
The message outputs the configured text or variable content to the conversation window, webhook response, or embedded page.
Await Response pauses the workflow and waits for users to supplement information. Suitable for multi-turn dialogue, form collection, confirmation operations or file upload requirements.
Define prompt messages to guide users. Input supports the same variable types as Begin: single-line text, paragraph text, dropdown options, file upload, number and boolean.
Recommendations: