Sequences
Configure and execute a serie of actions or sending messages, based on an event that occurred in the conversation.
Start a sequence
start_sequence(context_route=String)
start_sequence(context_route=String)Start a sequence in the same context
start_sequence "sign_up_sequence"Stat a sequence in a different context
start_sequence "profile/sign_up_sequence"Executing actions
sequence(sequence_name=String|Symbol, &block)
sequence(sequence_name=String|Symbol, &block)past(time_elapsed=ActiveSupport::Duration, &block)
past(time_elapsed=ActiveSupport::Duration, &block)Stop a sequence
stop_sequence(sequence_name=String|Symbol)
stop_sequence(sequence_name=String|Symbol)Full Example
Sequence daemon
Foreground
Background
With other Kogno's processes
Logs
Configuration
Last updated
Was this helpful?