i am making a non paid booking intent in my google action using transaction api.
i made table booking intent in dialogflow which ask users 3 questions 1) for how many guests? 2)for which time? 3)for what date? so basically i want to make this intent using transaction api(google's transaction api)
Note:-this intent is non paid i don't ask users to book table with money but when i give this action for review in google it gets rejected because it needs to be implemented using transaction api.
I want the booking intent to be implemented using transaction api.