Skip to content

Protocol versioning

Compare
Choose a tag to compare
@sstepashka sstepashka released this 10 Apr 09:26
· 78 commits to master since this release

Now custom protocol version can be specified in the initialization options. It is optional feature, and typically should not be used.

ApiAIPlugin.init({
       subscriptionKey: subscriptionKey,
       clientAccessToken: clientAccessToken,
       lang: lang,
       version: "20150204"
});