Fill slots in other parts of utterance templates than text
See original GitHub issueRight now, we only fill the {slot} format of utterance templates in the - text
attribute of utterance templates. We could extend this to also fill keywords in other templates, e.g. “image” and “buttons”, so that someone can use kwargs to fill them dynamically from their actions code.
Example use case: https://forum.rasa.com/t/how-to-send-image-url-to-templates-dynamically/11074
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Collect Multiple Values in a Slot | Alexa Skills Kit
Use a multiple-value slot to collect multiple values from a user utterance into a single slot.
Read more >Getting an error while using custom output payload
Here is the relevant issue: Fill slots in other parts of utterance templates than text · Issue #3763 · RasaHQ/rasa · GitHub.
Read more >Slots and slot types overview - Genesys Cloud Resource Center
Slots are the specific pieces of information from an utterance to help understand the customer's intent. For example, consider the utterance ...
Read more >Failed to fill utterance template - Rasa Chatbot - Stack Overflow
There is no slot with this name nor did you pass the value explicitly when calling the template. Return template without filling the...
Read more >A survey of joint intent detection and slot-filling models ... - arXiv
highest level is a domain, then intent and then slots. The domain is the area of information the utterance is concerned with. The...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @akelad , I was working on resolving an issue and was recently resolved. Currently, I am investigating this issue and hopefully there will be a progress in it soon.
closed in https://github.com/RasaHQ/rasa/pull/4077 and https://github.com/RasaHQ/rasa/pull/4079 – thanks guys!