goto stepname
, and finish the current conversation using goto end
. Each step contains instructions on how to handle the interactions within the step: what to say, what to remember, where to go...say
followed by the type of message you want to send.The keyword say
allows:hold
, and interpret the expected user input (called event
) to trigger an action.remember
and can be reused in every step or in a future conversation, while the local variables are executed within one step, assigned with the use
keyword.