Filling Slots Using Buttons

I have 3 buttons. For eg say :

  • Football
  • cricket
  • basketball

I want my sports_chosen entity(i.e its slot-value) to be filled when the button is clicked in actions.py . But i don’t want to create seperate entities for each of them . Is there any way to do it?

Button’s payload can define a entity value directly see:

2 Likes

@ILG2021 Thnx It helped alot