You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

499 B

Conversation

Conversations can be used to create dialogues with users, to collect information in a "conversational" style.

Look at the SurveyCommand to see how a conversation can be made.

For conversations to work, you must add the code provided in GenericmessageCommand.php at the beginning of your custom GenericmessageCommand::execute() method.

The CancelCommand allows users to cancel any active conversation.