I have some practical doubts regarding DialogFlow PRICING TABLE
PRICING DOUBTS
1 | Is there any monthly/annual fee even if my users did not performed any request to the system?
2 | If I have 1000 users, and 50% of them do not generate any request on that specific month, will I pay for 1000 users x 1000 requests anyway or I will pay only for the requests per user that have been used during that month?
OTHER DOUBTS
1 | If I publish the AI Agent on a public platform and/or webpage, how does the Chatbot knows how many users have interact with it and where can I find this data?
2 | If I publish the AI Agent on a private platform and/or web, where do I register the users that can interact with it?
Perhaps it would be better to meet (video-conference) with someone from G Cloud Team to solve these and other questions, is this possible?
Hi Miguel,
1.- Pricing Doubts
About pricing, you pay per request (messages on chat or seconds on voice). If you dont use your bot, you won’t be charged.
2.- Other Doubts
Depending on the platform where your chatbot is living, the session starts when the customer sends the first message or opens the chat widget. You can find the API usage on Google Cloud, there you can see the requests to Dialogflow API.
If you publish your bot to a private platform, it depends on you if you want the user to interact or register (sign up).
The chatbot stores session data per each session (all the conversations per user)
Hope that gives you some clarity
Hi @MiguelVeloso your chatbot will get all user responses (on dialogflow raw).
Catch it from your backend and save it where you prefer (database, excel sheet)