All - Activity - AminaDerouiche - Rasa Community Forum

Amina DEROUICHE

I’m a data scientist and starting a journey on building chatbots

Here is my config file

# Configuration for Rasa NLU.
# https://rasa.com/docs/rasa/nlu/components/
language: fr

pipeline:
# # No configuration for the NLU pipeline was provided. The following default pipeline was used to train your model.
# # If you'd like to customize it, uncomment and adjust...

Rasa Version Information

Rasa Version : 2.8.12
Minimum Compatible Version: 2.8.9
Rasa SDK Version : 2.8.2
Rasa X Version : None
Python Version : 3.8.2

Configuration Structure

utter_introduce:
  - text: 'How can I help'
  buttons:
    - title: 'text **(SMS)** '
      payload: '/send_sms'

It is sent as the payload, it is the exact same issue as this one GitHub Issue.

Files Attached:

Discussion Snippets

Feedback on Solutions

[@nik202] did you try to use it? Did it work?

Thanks for your help!