tracker.get_slot
Sử dụng Rasa Custom Actions xử lý cuộc hội thoại cho ...
latest_message['text'] để lấy ra đoạn text mà bạn truyền vào xem nôi dung là gì và SlotSet để set slot và tracker.get_slot để lấy ra slot mới nhất. Tong bài ...
FormAction utterances do not use preceding extracted slots · Issue ...
To add a new item to a list slot (include-point), we first read the slot value by slot_include_point = tracker.get_slot('include-point'), then append items to slot_include_point, and then running return [SlotSet("include-point", entity_to)].
Slot Tracker - Fit Equipment
I want to get current and last value of intent in RASA Core in same way as we can get slots value product = tracker.get_slot('product') in python custom action code.