#apagar ou mudar a qtd de um item
- rule: deletar ou mudar a qtd de um item
steps:
- intent: apagar_item
- action: botao_acao #mostra os itens que estão no cesto
# - action: botoes_escolha_subcategoria
- action: utter_ask_item_escolhido
#- action: envio_fotos_subcategoria
One question: is utter or action_ask mandatory to be placed inside a form?
You should learn basic tutorial first, it is the fastest way.
These tutorials are very clear. When you write it in yml files, you can use utter_ask_slot_name, and when you write custom action to ask slot, the action name is action_ask_slot_name.