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:
- nlu.yml (3.4 KB)
- rules.yml (806 Bytes)
- stories.yml (540 Bytes)
- domain.yml (3.0 KB)
- actions.py (1.8 KB)
- config.yml (1.3 KB)
Discussion Snippets
- Here is exactly what I have done:
- Actions without any issues this time.
- Followed the steps from the tutorial and unfortunately it didn’t help.
- User Example with Bot Usage:
- User: Salut
- Bot: Bonjour,…
Feedback on Solutions
[@nik202] did you try to use it? Did it work?
Thanks for your help!
- Objective: I want to collect certain information so I know what the user is looking for.