Slot Set Tindakan Kustom
def run(self, dispatcher, tracker, domain):
dispatcher.utter_message("OK")
return[ SlotSet("make", "honda") ]
Courageous Caterpillar
def run(self, dispatcher, tracker, domain):
dispatcher.utter_message("OK")
return[ SlotSet("make", "honda") ]
def run(self, dispatcher, tracker, domain):
dispatcher.utter_message("OK")
return[ {"make", "honda"} ]