Pauses the conversation and waits for the user to respond in chat
The conversation will pause at this step in the conversation and wait for the user to respond in chat. The user response will be stored in the “response” variable.
The example conversational pipeline first asks the user for their name and waits for a response. Then, it asks the user for their email, and waits for a response.
Start Node: Represents the entry point of the pipeline
Message Node: Displays the message to the user
Message: What is your name?
Capture Node: Pauses the conversation and waits for the user to respond in chat
Message Node: Displays the message to the user
Message: What is your email?
Capture Node: Pauses the conversation and waits for the user to respond in chat