We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 795084f + 23f6990 commit b87c063Copy full SHA for b87c063
auth.js.enc
0 Bytes
natural-language-understanding/v1.ts
@@ -18,6 +18,9 @@ import extend = require('extend');
18
import GeneratedNaturalLanguageUnderstandingV1 = require('./v1-generated');
19
20
class NaturalLanguageUnderstandingV1 extends GeneratedNaturalLanguageUnderstandingV1 {
21
+ static VERSION_DATE_2016_01_23: string = '2016-01-23';
22
+ static VERSION_DATE_2017_02_27: string = '2017-02-27';
23
+
24
constructor(options) {
25
// For backward compatibility, allow version to be passed in version_date.
26
const _options = extend({}, options);
0 commit comments