Add user message
From UBot Studio
add user message is a command used to add a user message to the conversation for a given agent.
This command allows you to simulate a user messaging an agent by providing some text as input for the agent to respond to.
Parameters
User Message: The message from the user that you want to add to the conversation.
Agent Name (Optional): The name of the agent. By default, this is set to ChatGPT.
Example
add user message("Hello, how can I help?", "Customer Support Agent")
In this example, a new user message "Hello, how can I help?" is added into the conversation by the "Customer Support Agent".