Greetings API.AI Developers!
We are announcing that starting June 1, 2015, the versioning v
parameter will be mandatory in all api.ai calls.
Introduction of the versioning support will allow us to add new functions and make improvements to api.ai that are not backwards compatible. We are using the approach proposed in Foursquare API.
Couple of examples of such changes:
- Domains functionality that you might already have seen in the console
- Enhancing the return formats for system entities. E.g.
@sys.date
entity will be handling dates both in the future and in the past.
To use it, include v=YYYYMMDD
parameter when you make a request. For example,
https://api.api.ai/v1/query?v=20150330&query=weather&lang=en&sessionId=123
Check out our HTTP API documentation for more details.
If you have any questions, always feel free to drop us a line.
Happy coding!
Team API.AI