Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What are the different types of slots supported by Rasa?
Home
RASA
What are the different types of slots supported by Rasa?
+1
vote
asked
Apr 2, 2023
in
RASA
by
SakshiSharma
What are the different types of slots supported by Rasa?
rasa
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 2, 2023
by
SakshiSharma
Rasa supports four types of slots: text, float, bool, and list. Text slots can store any kind of text, float slots can store numbers, bool slots can store true/false values, and list slots can store lists of values.
...