@ondewo/nlu-client-typescript 3.1.0 → 3.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1389,6 +1389,9 @@ export namespace FullTextSearchResponseEntity {
1389
1389
  getEntityTypeName(): string;
1390
1390
  setEntityTypeName(value: string): EntitySearchResult;
1391
1391
 
1392
+ getEntityTypeDisplayName(): string;
1393
+ setEntityTypeDisplayName(value: string): EntitySearchResult;
1394
+
1392
1395
  getLanguage(): string;
1393
1396
  setLanguage(value: string): EntitySearchResult;
1394
1397
 
@@ -1405,6 +1408,7 @@ export namespace FullTextSearchResponseEntity {
1405
1408
  name: string,
1406
1409
  displayName: string,
1407
1410
  entityTypeName: string,
1411
+ entityTypeDisplayName: string,
1408
1412
  language: string,
1409
1413
  }
1410
1414
  }
@@ -1464,9 +1468,15 @@ export namespace FullTextSearchResponseEntitySynonym {
1464
1468
  getEntityTypeName(): string;
1465
1469
  setEntityTypeName(value: string): EntitySynonymSearchResult;
1466
1470
 
1471
+ getEntityTypeDisplayName(): string;
1472
+ setEntityTypeDisplayName(value: string): EntitySynonymSearchResult;
1473
+
1467
1474
  getEntityName(): string;
1468
1475
  setEntityName(value: string): EntitySynonymSearchResult;
1469
1476
 
1477
+ getEntityDisplayName(): string;
1478
+ setEntityDisplayName(value: string): EntitySynonymSearchResult;
1479
+
1470
1480
  getLanguage(): string;
1471
1481
  setLanguage(value: string): EntitySynonymSearchResult;
1472
1482
 
@@ -1483,7 +1493,9 @@ export namespace FullTextSearchResponseEntitySynonym {
1483
1493
  name: string,
1484
1494
  displayName: string,
1485
1495
  entityTypeName: string,
1496
+ entityTypeDisplayName: string,
1486
1497
  entityName: string,
1498
+ entityDisplayName: string,
1487
1499
  language: string,
1488
1500
  }
1489
1501
  }
@@ -1615,6 +1627,9 @@ export namespace FullTextSearchResponseIntentContextIn {
1615
1627
  getIntentName(): string;
1616
1628
  setIntentName(value: string): IntentContextInSearchResult;
1617
1629
 
1630
+ getIntentDisplayName(): string;
1631
+ setIntentDisplayName(value: string): IntentContextInSearchResult;
1632
+
1618
1633
  getLanguage(): string;
1619
1634
  setLanguage(value: string): IntentContextInSearchResult;
1620
1635
 
@@ -1630,6 +1645,7 @@ export namespace FullTextSearchResponseIntentContextIn {
1630
1645
  export type AsObject = {
1631
1646
  name: string,
1632
1647
  intentName: string,
1648
+ intentDisplayName: string,
1633
1649
  language: string,
1634
1650
  }
1635
1651
  }
@@ -1686,6 +1702,9 @@ export namespace FullTextSearchResponseIntentContextOut {
1686
1702
  getIntentName(): string;
1687
1703
  setIntentName(value: string): IntentContextOutSearchResult;
1688
1704
 
1705
+ getIntentDisplayName(): string;
1706
+ setIntentDisplayName(value: string): IntentContextOutSearchResult;
1707
+
1689
1708
  getLanguage(): string;
1690
1709
  setLanguage(value: string): IntentContextOutSearchResult;
1691
1710
 
@@ -1701,6 +1720,7 @@ export namespace FullTextSearchResponseIntentContextOut {
1701
1720
  export type AsObject = {
1702
1721
  name: string,
1703
1722
  intentName: string,
1723
+ intentDisplayName: string,
1704
1724
  language: string,
1705
1725
  }
1706
1726
  }
@@ -1769,6 +1789,9 @@ export namespace FullTextSearchResponseIntentUsersays {
1769
1789
  getIntentName(): string;
1770
1790
  setIntentName(value: string): IntentUsersaysSearchResult;
1771
1791
 
1792
+ getIntentDisplayName(): string;
1793
+ setIntentDisplayName(value: string): IntentUsersaysSearchResult;
1794
+
1772
1795
  getLanguage(): string;
1773
1796
  setLanguage(value: string): IntentUsersaysSearchResult;
1774
1797
 
@@ -1788,6 +1811,7 @@ export namespace FullTextSearchResponseIntentUsersays {
1788
1811
  textAsEntityValues: string,
1789
1812
  type: string,
1790
1813
  intentName: string,
1814
+ intentDisplayName: string,
1791
1815
  language: string,
1792
1816
  }
1793
1817
  }
@@ -1847,6 +1871,9 @@ export namespace FullTextSearchResponseIntentTags {
1847
1871
  getIntentName(): string;
1848
1872
  setIntentName(value: string): IntentTagsSearchResult;
1849
1873
 
1874
+ getIntentDisplayName(): string;
1875
+ setIntentDisplayName(value: string): IntentTagsSearchResult;
1876
+
1850
1877
  getLanguage(): string;
1851
1878
  setLanguage(value: string): IntentTagsSearchResult;
1852
1879
 
@@ -1863,6 +1890,7 @@ export namespace FullTextSearchResponseIntentTags {
1863
1890
  name: string,
1864
1891
  text: string,
1865
1892
  intentName: string,
1893
+ intentDisplayName: string,
1866
1894
  language: string,
1867
1895
  }
1868
1896
  }
@@ -1925,6 +1953,9 @@ export namespace FullTextSearchResponseIntentResponse {
1925
1953
  getIntentName(): string;
1926
1954
  setIntentName(value: string): IntentResponseSearchResult;
1927
1955
 
1956
+ getIntentDisplayName(): string;
1957
+ setIntentDisplayName(value: string): IntentResponseSearchResult;
1958
+
1928
1959
  getLanguage(): string;
1929
1960
  setLanguage(value: string): IntentResponseSearchResult;
1930
1961
 
@@ -1942,6 +1973,7 @@ export namespace FullTextSearchResponseIntentResponse {
1942
1973
  platform: string,
1943
1974
  responseType: string,
1944
1975
  intentName: string,
1976
+ intentDisplayName: string,
1945
1977
  language: string,
1946
1978
  }
1947
1979
  }
@@ -2001,6 +2033,9 @@ export namespace FullTextSearchResponseIntentParameters {
2001
2033
  getIntentName(): string;
2002
2034
  setIntentName(value: string): IntentParametersSearchResult;
2003
2035
 
2036
+ getIntentDisplayName(): string;
2037
+ setIntentDisplayName(value: string): IntentParametersSearchResult;
2038
+
2004
2039
  getLanguage(): string;
2005
2040
  setLanguage(value: string): IntentParametersSearchResult;
2006
2041
 
@@ -2017,6 +2052,7 @@ export namespace FullTextSearchResponseIntentParameters {
2017
2052
  parameterName: string,
2018
2053
  parameterDisplayName: string,
2019
2054
  intentName: string,
2055
+ intentDisplayName: string,
2020
2056
  language: string,
2021
2057
  }
2022
2058
  }
@@ -11480,7 +11480,8 @@ proto.ondewo.nlu.FullTextSearchResponseEntity.EntitySearchResult.toObject = func
11480
11480
  name: jspb.Message.getFieldWithDefault(msg, 1, ""),
11481
11481
  displayName: jspb.Message.getFieldWithDefault(msg, 2, ""),
11482
11482
  entityTypeName: jspb.Message.getFieldWithDefault(msg, 3, ""),
11483
- language: jspb.Message.getFieldWithDefault(msg, 4, "")
11483
+ entityTypeDisplayName: jspb.Message.getFieldWithDefault(msg, 4, ""),
11484
+ language: jspb.Message.getFieldWithDefault(msg, 5, "")
11484
11485
  };
11485
11486
 
11486
11487
  if (includeInstance) {
@@ -11530,6 +11531,10 @@ proto.ondewo.nlu.FullTextSearchResponseEntity.EntitySearchResult.deserializeBina
11530
11531
  msg.setEntityTypeName(value);
11531
11532
  break;
11532
11533
  case 4:
11534
+ var value = /** @type {string} */ (reader.readString());
11535
+ msg.setEntityTypeDisplayName(value);
11536
+ break;
11537
+ case 5:
11533
11538
  var value = /** @type {string} */ (reader.readString());
11534
11539
  msg.setLanguage(value);
11535
11540
  break;
@@ -11583,13 +11588,20 @@ proto.ondewo.nlu.FullTextSearchResponseEntity.EntitySearchResult.serializeBinary
11583
11588
  f
11584
11589
  );
11585
11590
  }
11586
- f = message.getLanguage();
11591
+ f = message.getEntityTypeDisplayName();
11587
11592
  if (f.length > 0) {
11588
11593
  writer.writeString(
11589
11594
  4,
11590
11595
  f
11591
11596
  );
11592
11597
  }
11598
+ f = message.getLanguage();
11599
+ if (f.length > 0) {
11600
+ writer.writeString(
11601
+ 5,
11602
+ f
11603
+ );
11604
+ }
11593
11605
  };
11594
11606
 
11595
11607
 
@@ -11648,10 +11660,10 @@ proto.ondewo.nlu.FullTextSearchResponseEntity.EntitySearchResult.prototype.setEn
11648
11660
 
11649
11661
 
11650
11662
  /**
11651
- * optional string language = 4;
11663
+ * optional string entity_type_display_name = 4;
11652
11664
  * @return {string}
11653
11665
  */
11654
- proto.ondewo.nlu.FullTextSearchResponseEntity.EntitySearchResult.prototype.getLanguage = function() {
11666
+ proto.ondewo.nlu.FullTextSearchResponseEntity.EntitySearchResult.prototype.getEntityTypeDisplayName = function() {
11655
11667
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
11656
11668
  };
11657
11669
 
@@ -11660,11 +11672,29 @@ proto.ondewo.nlu.FullTextSearchResponseEntity.EntitySearchResult.prototype.getLa
11660
11672
  * @param {string} value
11661
11673
  * @return {!proto.ondewo.nlu.FullTextSearchResponseEntity.EntitySearchResult} returns this
11662
11674
  */
11663
- proto.ondewo.nlu.FullTextSearchResponseEntity.EntitySearchResult.prototype.setLanguage = function(value) {
11675
+ proto.ondewo.nlu.FullTextSearchResponseEntity.EntitySearchResult.prototype.setEntityTypeDisplayName = function(value) {
11664
11676
  return jspb.Message.setProto3StringField(this, 4, value);
11665
11677
  };
11666
11678
 
11667
11679
 
11680
+ /**
11681
+ * optional string language = 5;
11682
+ * @return {string}
11683
+ */
11684
+ proto.ondewo.nlu.FullTextSearchResponseEntity.EntitySearchResult.prototype.getLanguage = function() {
11685
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
11686
+ };
11687
+
11688
+
11689
+ /**
11690
+ * @param {string} value
11691
+ * @return {!proto.ondewo.nlu.FullTextSearchResponseEntity.EntitySearchResult} returns this
11692
+ */
11693
+ proto.ondewo.nlu.FullTextSearchResponseEntity.EntitySearchResult.prototype.setLanguage = function(value) {
11694
+ return jspb.Message.setProto3StringField(this, 5, value);
11695
+ };
11696
+
11697
+
11668
11698
  /**
11669
11699
  * optional string parent = 1;
11670
11700
  * @return {string}
@@ -12040,8 +12070,10 @@ proto.ondewo.nlu.FullTextSearchResponseEntitySynonym.EntitySynonymSearchResult.t
12040
12070
  name: jspb.Message.getFieldWithDefault(msg, 1, ""),
12041
12071
  displayName: jspb.Message.getFieldWithDefault(msg, 2, ""),
12042
12072
  entityTypeName: jspb.Message.getFieldWithDefault(msg, 3, ""),
12043
- entityName: jspb.Message.getFieldWithDefault(msg, 4, ""),
12044
- language: jspb.Message.getFieldWithDefault(msg, 5, "")
12073
+ entityTypeDisplayName: jspb.Message.getFieldWithDefault(msg, 4, ""),
12074
+ entityName: jspb.Message.getFieldWithDefault(msg, 5, ""),
12075
+ entityDisplayName: jspb.Message.getFieldWithDefault(msg, 6, ""),
12076
+ language: jspb.Message.getFieldWithDefault(msg, 7, "")
12045
12077
  };
12046
12078
 
12047
12079
  if (includeInstance) {
@@ -12092,9 +12124,17 @@ proto.ondewo.nlu.FullTextSearchResponseEntitySynonym.EntitySynonymSearchResult.d
12092
12124
  break;
12093
12125
  case 4:
12094
12126
  var value = /** @type {string} */ (reader.readString());
12095
- msg.setEntityName(value);
12127
+ msg.setEntityTypeDisplayName(value);
12096
12128
  break;
12097
12129
  case 5:
12130
+ var value = /** @type {string} */ (reader.readString());
12131
+ msg.setEntityName(value);
12132
+ break;
12133
+ case 6:
12134
+ var value = /** @type {string} */ (reader.readString());
12135
+ msg.setEntityDisplayName(value);
12136
+ break;
12137
+ case 7:
12098
12138
  var value = /** @type {string} */ (reader.readString());
12099
12139
  msg.setLanguage(value);
12100
12140
  break;
@@ -12148,20 +12188,34 @@ proto.ondewo.nlu.FullTextSearchResponseEntitySynonym.EntitySynonymSearchResult.s
12148
12188
  f
12149
12189
  );
12150
12190
  }
12151
- f = message.getEntityName();
12191
+ f = message.getEntityTypeDisplayName();
12152
12192
  if (f.length > 0) {
12153
12193
  writer.writeString(
12154
12194
  4,
12155
12195
  f
12156
12196
  );
12157
12197
  }
12158
- f = message.getLanguage();
12198
+ f = message.getEntityName();
12159
12199
  if (f.length > 0) {
12160
12200
  writer.writeString(
12161
12201
  5,
12162
12202
  f
12163
12203
  );
12164
12204
  }
12205
+ f = message.getEntityDisplayName();
12206
+ if (f.length > 0) {
12207
+ writer.writeString(
12208
+ 6,
12209
+ f
12210
+ );
12211
+ }
12212
+ f = message.getLanguage();
12213
+ if (f.length > 0) {
12214
+ writer.writeString(
12215
+ 7,
12216
+ f
12217
+ );
12218
+ }
12165
12219
  };
12166
12220
 
12167
12221
 
@@ -12220,10 +12274,10 @@ proto.ondewo.nlu.FullTextSearchResponseEntitySynonym.EntitySynonymSearchResult.p
12220
12274
 
12221
12275
 
12222
12276
  /**
12223
- * optional string entity_name = 4;
12277
+ * optional string entity_type_display_name = 4;
12224
12278
  * @return {string}
12225
12279
  */
12226
- proto.ondewo.nlu.FullTextSearchResponseEntitySynonym.EntitySynonymSearchResult.prototype.getEntityName = function() {
12280
+ proto.ondewo.nlu.FullTextSearchResponseEntitySynonym.EntitySynonymSearchResult.prototype.getEntityTypeDisplayName = function() {
12227
12281
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
12228
12282
  };
12229
12283
 
@@ -12232,16 +12286,16 @@ proto.ondewo.nlu.FullTextSearchResponseEntitySynonym.EntitySynonymSearchResult.p
12232
12286
  * @param {string} value
12233
12287
  * @return {!proto.ondewo.nlu.FullTextSearchResponseEntitySynonym.EntitySynonymSearchResult} returns this
12234
12288
  */
12235
- proto.ondewo.nlu.FullTextSearchResponseEntitySynonym.EntitySynonymSearchResult.prototype.setEntityName = function(value) {
12289
+ proto.ondewo.nlu.FullTextSearchResponseEntitySynonym.EntitySynonymSearchResult.prototype.setEntityTypeDisplayName = function(value) {
12236
12290
  return jspb.Message.setProto3StringField(this, 4, value);
12237
12291
  };
12238
12292
 
12239
12293
 
12240
12294
  /**
12241
- * optional string language = 5;
12295
+ * optional string entity_name = 5;
12242
12296
  * @return {string}
12243
12297
  */
12244
- proto.ondewo.nlu.FullTextSearchResponseEntitySynonym.EntitySynonymSearchResult.prototype.getLanguage = function() {
12298
+ proto.ondewo.nlu.FullTextSearchResponseEntitySynonym.EntitySynonymSearchResult.prototype.getEntityName = function() {
12245
12299
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
12246
12300
  };
12247
12301
 
@@ -12250,11 +12304,47 @@ proto.ondewo.nlu.FullTextSearchResponseEntitySynonym.EntitySynonymSearchResult.p
12250
12304
  * @param {string} value
12251
12305
  * @return {!proto.ondewo.nlu.FullTextSearchResponseEntitySynonym.EntitySynonymSearchResult} returns this
12252
12306
  */
12253
- proto.ondewo.nlu.FullTextSearchResponseEntitySynonym.EntitySynonymSearchResult.prototype.setLanguage = function(value) {
12307
+ proto.ondewo.nlu.FullTextSearchResponseEntitySynonym.EntitySynonymSearchResult.prototype.setEntityName = function(value) {
12254
12308
  return jspb.Message.setProto3StringField(this, 5, value);
12255
12309
  };
12256
12310
 
12257
12311
 
12312
+ /**
12313
+ * optional string entity_display_name = 6;
12314
+ * @return {string}
12315
+ */
12316
+ proto.ondewo.nlu.FullTextSearchResponseEntitySynonym.EntitySynonymSearchResult.prototype.getEntityDisplayName = function() {
12317
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
12318
+ };
12319
+
12320
+
12321
+ /**
12322
+ * @param {string} value
12323
+ * @return {!proto.ondewo.nlu.FullTextSearchResponseEntitySynonym.EntitySynonymSearchResult} returns this
12324
+ */
12325
+ proto.ondewo.nlu.FullTextSearchResponseEntitySynonym.EntitySynonymSearchResult.prototype.setEntityDisplayName = function(value) {
12326
+ return jspb.Message.setProto3StringField(this, 6, value);
12327
+ };
12328
+
12329
+
12330
+ /**
12331
+ * optional string language = 7;
12332
+ * @return {string}
12333
+ */
12334
+ proto.ondewo.nlu.FullTextSearchResponseEntitySynonym.EntitySynonymSearchResult.prototype.getLanguage = function() {
12335
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
12336
+ };
12337
+
12338
+
12339
+ /**
12340
+ * @param {string} value
12341
+ * @return {!proto.ondewo.nlu.FullTextSearchResponseEntitySynonym.EntitySynonymSearchResult} returns this
12342
+ */
12343
+ proto.ondewo.nlu.FullTextSearchResponseEntitySynonym.EntitySynonymSearchResult.prototype.setLanguage = function(value) {
12344
+ return jspb.Message.setProto3StringField(this, 7, value);
12345
+ };
12346
+
12347
+
12258
12348
  /**
12259
12349
  * optional string parent = 1;
12260
12350
  * @return {string}
@@ -13189,7 +13279,8 @@ proto.ondewo.nlu.FullTextSearchResponseIntentContextIn.IntentContextInSearchResu
13189
13279
  var f, obj = {
13190
13280
  name: jspb.Message.getFieldWithDefault(msg, 1, ""),
13191
13281
  intentName: jspb.Message.getFieldWithDefault(msg, 2, ""),
13192
- language: jspb.Message.getFieldWithDefault(msg, 3, "")
13282
+ intentDisplayName: jspb.Message.getFieldWithDefault(msg, 3, ""),
13283
+ language: jspb.Message.getFieldWithDefault(msg, 4, "")
13193
13284
  };
13194
13285
 
13195
13286
  if (includeInstance) {
@@ -13235,6 +13326,10 @@ proto.ondewo.nlu.FullTextSearchResponseIntentContextIn.IntentContextInSearchResu
13235
13326
  msg.setIntentName(value);
13236
13327
  break;
13237
13328
  case 3:
13329
+ var value = /** @type {string} */ (reader.readString());
13330
+ msg.setIntentDisplayName(value);
13331
+ break;
13332
+ case 4:
13238
13333
  var value = /** @type {string} */ (reader.readString());
13239
13334
  msg.setLanguage(value);
13240
13335
  break;
@@ -13281,13 +13376,20 @@ proto.ondewo.nlu.FullTextSearchResponseIntentContextIn.IntentContextInSearchResu
13281
13376
  f
13282
13377
  );
13283
13378
  }
13284
- f = message.getLanguage();
13379
+ f = message.getIntentDisplayName();
13285
13380
  if (f.length > 0) {
13286
13381
  writer.writeString(
13287
13382
  3,
13288
13383
  f
13289
13384
  );
13290
13385
  }
13386
+ f = message.getLanguage();
13387
+ if (f.length > 0) {
13388
+ writer.writeString(
13389
+ 4,
13390
+ f
13391
+ );
13392
+ }
13291
13393
  };
13292
13394
 
13293
13395
 
@@ -13328,10 +13430,10 @@ proto.ondewo.nlu.FullTextSearchResponseIntentContextIn.IntentContextInSearchResu
13328
13430
 
13329
13431
 
13330
13432
  /**
13331
- * optional string language = 3;
13433
+ * optional string intent_display_name = 3;
13332
13434
  * @return {string}
13333
13435
  */
13334
- proto.ondewo.nlu.FullTextSearchResponseIntentContextIn.IntentContextInSearchResult.prototype.getLanguage = function() {
13436
+ proto.ondewo.nlu.FullTextSearchResponseIntentContextIn.IntentContextInSearchResult.prototype.getIntentDisplayName = function() {
13335
13437
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
13336
13438
  };
13337
13439
 
@@ -13340,11 +13442,29 @@ proto.ondewo.nlu.FullTextSearchResponseIntentContextIn.IntentContextInSearchResu
13340
13442
  * @param {string} value
13341
13443
  * @return {!proto.ondewo.nlu.FullTextSearchResponseIntentContextIn.IntentContextInSearchResult} returns this
13342
13444
  */
13343
- proto.ondewo.nlu.FullTextSearchResponseIntentContextIn.IntentContextInSearchResult.prototype.setLanguage = function(value) {
13445
+ proto.ondewo.nlu.FullTextSearchResponseIntentContextIn.IntentContextInSearchResult.prototype.setIntentDisplayName = function(value) {
13344
13446
  return jspb.Message.setProto3StringField(this, 3, value);
13345
13447
  };
13346
13448
 
13347
13449
 
13450
+ /**
13451
+ * optional string language = 4;
13452
+ * @return {string}
13453
+ */
13454
+ proto.ondewo.nlu.FullTextSearchResponseIntentContextIn.IntentContextInSearchResult.prototype.getLanguage = function() {
13455
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
13456
+ };
13457
+
13458
+
13459
+ /**
13460
+ * @param {string} value
13461
+ * @return {!proto.ondewo.nlu.FullTextSearchResponseIntentContextIn.IntentContextInSearchResult} returns this
13462
+ */
13463
+ proto.ondewo.nlu.FullTextSearchResponseIntentContextIn.IntentContextInSearchResult.prototype.setLanguage = function(value) {
13464
+ return jspb.Message.setProto3StringField(this, 4, value);
13465
+ };
13466
+
13467
+
13348
13468
  /**
13349
13469
  * optional string parent = 1;
13350
13470
  * @return {string}
@@ -13719,7 +13839,8 @@ proto.ondewo.nlu.FullTextSearchResponseIntentContextOut.IntentContextOutSearchRe
13719
13839
  var f, obj = {
13720
13840
  name: jspb.Message.getFieldWithDefault(msg, 1, ""),
13721
13841
  intentName: jspb.Message.getFieldWithDefault(msg, 2, ""),
13722
- language: jspb.Message.getFieldWithDefault(msg, 3, "")
13842
+ intentDisplayName: jspb.Message.getFieldWithDefault(msg, 3, ""),
13843
+ language: jspb.Message.getFieldWithDefault(msg, 4, "")
13723
13844
  };
13724
13845
 
13725
13846
  if (includeInstance) {
@@ -13765,6 +13886,10 @@ proto.ondewo.nlu.FullTextSearchResponseIntentContextOut.IntentContextOutSearchRe
13765
13886
  msg.setIntentName(value);
13766
13887
  break;
13767
13888
  case 3:
13889
+ var value = /** @type {string} */ (reader.readString());
13890
+ msg.setIntentDisplayName(value);
13891
+ break;
13892
+ case 4:
13768
13893
  var value = /** @type {string} */ (reader.readString());
13769
13894
  msg.setLanguage(value);
13770
13895
  break;
@@ -13811,13 +13936,20 @@ proto.ondewo.nlu.FullTextSearchResponseIntentContextOut.IntentContextOutSearchRe
13811
13936
  f
13812
13937
  );
13813
13938
  }
13814
- f = message.getLanguage();
13939
+ f = message.getIntentDisplayName();
13815
13940
  if (f.length > 0) {
13816
13941
  writer.writeString(
13817
13942
  3,
13818
13943
  f
13819
13944
  );
13820
13945
  }
13946
+ f = message.getLanguage();
13947
+ if (f.length > 0) {
13948
+ writer.writeString(
13949
+ 4,
13950
+ f
13951
+ );
13952
+ }
13821
13953
  };
13822
13954
 
13823
13955
 
@@ -13858,10 +13990,10 @@ proto.ondewo.nlu.FullTextSearchResponseIntentContextOut.IntentContextOutSearchRe
13858
13990
 
13859
13991
 
13860
13992
  /**
13861
- * optional string language = 3;
13993
+ * optional string intent_display_name = 3;
13862
13994
  * @return {string}
13863
13995
  */
13864
- proto.ondewo.nlu.FullTextSearchResponseIntentContextOut.IntentContextOutSearchResult.prototype.getLanguage = function() {
13996
+ proto.ondewo.nlu.FullTextSearchResponseIntentContextOut.IntentContextOutSearchResult.prototype.getIntentDisplayName = function() {
13865
13997
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
13866
13998
  };
13867
13999
 
@@ -13870,11 +14002,29 @@ proto.ondewo.nlu.FullTextSearchResponseIntentContextOut.IntentContextOutSearchRe
13870
14002
  * @param {string} value
13871
14003
  * @return {!proto.ondewo.nlu.FullTextSearchResponseIntentContextOut.IntentContextOutSearchResult} returns this
13872
14004
  */
13873
- proto.ondewo.nlu.FullTextSearchResponseIntentContextOut.IntentContextOutSearchResult.prototype.setLanguage = function(value) {
14005
+ proto.ondewo.nlu.FullTextSearchResponseIntentContextOut.IntentContextOutSearchResult.prototype.setIntentDisplayName = function(value) {
13874
14006
  return jspb.Message.setProto3StringField(this, 3, value);
13875
14007
  };
13876
14008
 
13877
14009
 
14010
+ /**
14011
+ * optional string language = 4;
14012
+ * @return {string}
14013
+ */
14014
+ proto.ondewo.nlu.FullTextSearchResponseIntentContextOut.IntentContextOutSearchResult.prototype.getLanguage = function() {
14015
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
14016
+ };
14017
+
14018
+
14019
+ /**
14020
+ * @param {string} value
14021
+ * @return {!proto.ondewo.nlu.FullTextSearchResponseIntentContextOut.IntentContextOutSearchResult} returns this
14022
+ */
14023
+ proto.ondewo.nlu.FullTextSearchResponseIntentContextOut.IntentContextOutSearchResult.prototype.setLanguage = function(value) {
14024
+ return jspb.Message.setProto3StringField(this, 4, value);
14025
+ };
14026
+
14027
+
13878
14028
  /**
13879
14029
  * optional string parent = 1;
13880
14030
  * @return {string}
@@ -14253,7 +14403,8 @@ proto.ondewo.nlu.FullTextSearchResponseIntentUsersays.IntentUsersaysSearchResult
14253
14403
  textAsEntityValues: jspb.Message.getFieldWithDefault(msg, 4, ""),
14254
14404
  type: jspb.Message.getFieldWithDefault(msg, 5, ""),
14255
14405
  intentName: jspb.Message.getFieldWithDefault(msg, 6, ""),
14256
- language: jspb.Message.getFieldWithDefault(msg, 7, "")
14406
+ intentDisplayName: jspb.Message.getFieldWithDefault(msg, 7, ""),
14407
+ language: jspb.Message.getFieldWithDefault(msg, 8, "")
14257
14408
  };
14258
14409
 
14259
14410
  if (includeInstance) {
@@ -14315,6 +14466,10 @@ proto.ondewo.nlu.FullTextSearchResponseIntentUsersays.IntentUsersaysSearchResult
14315
14466
  msg.setIntentName(value);
14316
14467
  break;
14317
14468
  case 7:
14469
+ var value = /** @type {string} */ (reader.readString());
14470
+ msg.setIntentDisplayName(value);
14471
+ break;
14472
+ case 8:
14318
14473
  var value = /** @type {string} */ (reader.readString());
14319
14474
  msg.setLanguage(value);
14320
14475
  break;
@@ -14389,13 +14544,20 @@ proto.ondewo.nlu.FullTextSearchResponseIntentUsersays.IntentUsersaysSearchResult
14389
14544
  f
14390
14545
  );
14391
14546
  }
14392
- f = message.getLanguage();
14547
+ f = message.getIntentDisplayName();
14393
14548
  if (f.length > 0) {
14394
14549
  writer.writeString(
14395
14550
  7,
14396
14551
  f
14397
14552
  );
14398
14553
  }
14554
+ f = message.getLanguage();
14555
+ if (f.length > 0) {
14556
+ writer.writeString(
14557
+ 8,
14558
+ f
14559
+ );
14560
+ }
14399
14561
  };
14400
14562
 
14401
14563
 
@@ -14508,10 +14670,10 @@ proto.ondewo.nlu.FullTextSearchResponseIntentUsersays.IntentUsersaysSearchResult
14508
14670
 
14509
14671
 
14510
14672
  /**
14511
- * optional string language = 7;
14673
+ * optional string intent_display_name = 7;
14512
14674
  * @return {string}
14513
14675
  */
14514
- proto.ondewo.nlu.FullTextSearchResponseIntentUsersays.IntentUsersaysSearchResult.prototype.getLanguage = function() {
14676
+ proto.ondewo.nlu.FullTextSearchResponseIntentUsersays.IntentUsersaysSearchResult.prototype.getIntentDisplayName = function() {
14515
14677
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
14516
14678
  };
14517
14679
 
@@ -14520,11 +14682,29 @@ proto.ondewo.nlu.FullTextSearchResponseIntentUsersays.IntentUsersaysSearchResult
14520
14682
  * @param {string} value
14521
14683
  * @return {!proto.ondewo.nlu.FullTextSearchResponseIntentUsersays.IntentUsersaysSearchResult} returns this
14522
14684
  */
14523
- proto.ondewo.nlu.FullTextSearchResponseIntentUsersays.IntentUsersaysSearchResult.prototype.setLanguage = function(value) {
14685
+ proto.ondewo.nlu.FullTextSearchResponseIntentUsersays.IntentUsersaysSearchResult.prototype.setIntentDisplayName = function(value) {
14524
14686
  return jspb.Message.setProto3StringField(this, 7, value);
14525
14687
  };
14526
14688
 
14527
14689
 
14690
+ /**
14691
+ * optional string language = 8;
14692
+ * @return {string}
14693
+ */
14694
+ proto.ondewo.nlu.FullTextSearchResponseIntentUsersays.IntentUsersaysSearchResult.prototype.getLanguage = function() {
14695
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
14696
+ };
14697
+
14698
+
14699
+ /**
14700
+ * @param {string} value
14701
+ * @return {!proto.ondewo.nlu.FullTextSearchResponseIntentUsersays.IntentUsersaysSearchResult} returns this
14702
+ */
14703
+ proto.ondewo.nlu.FullTextSearchResponseIntentUsersays.IntentUsersaysSearchResult.prototype.setLanguage = function(value) {
14704
+ return jspb.Message.setProto3StringField(this, 8, value);
14705
+ };
14706
+
14707
+
14528
14708
  /**
14529
14709
  * optional string parent = 1;
14530
14710
  * @return {string}
@@ -14900,7 +15080,8 @@ proto.ondewo.nlu.FullTextSearchResponseIntentTags.IntentTagsSearchResult.toObjec
14900
15080
  name: jspb.Message.getFieldWithDefault(msg, 1, ""),
14901
15081
  text: jspb.Message.getFieldWithDefault(msg, 2, ""),
14902
15082
  intentName: jspb.Message.getFieldWithDefault(msg, 3, ""),
14903
- language: jspb.Message.getFieldWithDefault(msg, 4, "")
15083
+ intentDisplayName: jspb.Message.getFieldWithDefault(msg, 4, ""),
15084
+ language: jspb.Message.getFieldWithDefault(msg, 5, "")
14904
15085
  };
14905
15086
 
14906
15087
  if (includeInstance) {
@@ -14950,6 +15131,10 @@ proto.ondewo.nlu.FullTextSearchResponseIntentTags.IntentTagsSearchResult.deseria
14950
15131
  msg.setIntentName(value);
14951
15132
  break;
14952
15133
  case 4:
15134
+ var value = /** @type {string} */ (reader.readString());
15135
+ msg.setIntentDisplayName(value);
15136
+ break;
15137
+ case 5:
14953
15138
  var value = /** @type {string} */ (reader.readString());
14954
15139
  msg.setLanguage(value);
14955
15140
  break;
@@ -15003,13 +15188,20 @@ proto.ondewo.nlu.FullTextSearchResponseIntentTags.IntentTagsSearchResult.seriali
15003
15188
  f
15004
15189
  );
15005
15190
  }
15006
- f = message.getLanguage();
15191
+ f = message.getIntentDisplayName();
15007
15192
  if (f.length > 0) {
15008
15193
  writer.writeString(
15009
15194
  4,
15010
15195
  f
15011
15196
  );
15012
15197
  }
15198
+ f = message.getLanguage();
15199
+ if (f.length > 0) {
15200
+ writer.writeString(
15201
+ 5,
15202
+ f
15203
+ );
15204
+ }
15013
15205
  };
15014
15206
 
15015
15207
 
@@ -15068,10 +15260,10 @@ proto.ondewo.nlu.FullTextSearchResponseIntentTags.IntentTagsSearchResult.prototy
15068
15260
 
15069
15261
 
15070
15262
  /**
15071
- * optional string language = 4;
15263
+ * optional string intent_display_name = 4;
15072
15264
  * @return {string}
15073
15265
  */
15074
- proto.ondewo.nlu.FullTextSearchResponseIntentTags.IntentTagsSearchResult.prototype.getLanguage = function() {
15266
+ proto.ondewo.nlu.FullTextSearchResponseIntentTags.IntentTagsSearchResult.prototype.getIntentDisplayName = function() {
15075
15267
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
15076
15268
  };
15077
15269
 
@@ -15080,11 +15272,29 @@ proto.ondewo.nlu.FullTextSearchResponseIntentTags.IntentTagsSearchResult.prototy
15080
15272
  * @param {string} value
15081
15273
  * @return {!proto.ondewo.nlu.FullTextSearchResponseIntentTags.IntentTagsSearchResult} returns this
15082
15274
  */
15083
- proto.ondewo.nlu.FullTextSearchResponseIntentTags.IntentTagsSearchResult.prototype.setLanguage = function(value) {
15275
+ proto.ondewo.nlu.FullTextSearchResponseIntentTags.IntentTagsSearchResult.prototype.setIntentDisplayName = function(value) {
15084
15276
  return jspb.Message.setProto3StringField(this, 4, value);
15085
15277
  };
15086
15278
 
15087
15279
 
15280
+ /**
15281
+ * optional string language = 5;
15282
+ * @return {string}
15283
+ */
15284
+ proto.ondewo.nlu.FullTextSearchResponseIntentTags.IntentTagsSearchResult.prototype.getLanguage = function() {
15285
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
15286
+ };
15287
+
15288
+
15289
+ /**
15290
+ * @param {string} value
15291
+ * @return {!proto.ondewo.nlu.FullTextSearchResponseIntentTags.IntentTagsSearchResult} returns this
15292
+ */
15293
+ proto.ondewo.nlu.FullTextSearchResponseIntentTags.IntentTagsSearchResult.prototype.setLanguage = function(value) {
15294
+ return jspb.Message.setProto3StringField(this, 5, value);
15295
+ };
15296
+
15297
+
15088
15298
  /**
15089
15299
  * optional string parent = 1;
15090
15300
  * @return {string}
@@ -15461,7 +15671,8 @@ proto.ondewo.nlu.FullTextSearchResponseIntentResponse.IntentResponseSearchResult
15461
15671
  platform: jspb.Message.getFieldWithDefault(msg, 2, ""),
15462
15672
  responseType: jspb.Message.getFieldWithDefault(msg, 3, ""),
15463
15673
  intentName: jspb.Message.getFieldWithDefault(msg, 4, ""),
15464
- language: jspb.Message.getFieldWithDefault(msg, 5, "")
15674
+ intentDisplayName: jspb.Message.getFieldWithDefault(msg, 5, ""),
15675
+ language: jspb.Message.getFieldWithDefault(msg, 6, "")
15465
15676
  };
15466
15677
 
15467
15678
  if (includeInstance) {
@@ -15515,6 +15726,10 @@ proto.ondewo.nlu.FullTextSearchResponseIntentResponse.IntentResponseSearchResult
15515
15726
  msg.setIntentName(value);
15516
15727
  break;
15517
15728
  case 5:
15729
+ var value = /** @type {string} */ (reader.readString());
15730
+ msg.setIntentDisplayName(value);
15731
+ break;
15732
+ case 6:
15518
15733
  var value = /** @type {string} */ (reader.readString());
15519
15734
  msg.setLanguage(value);
15520
15735
  break;
@@ -15575,13 +15790,20 @@ proto.ondewo.nlu.FullTextSearchResponseIntentResponse.IntentResponseSearchResult
15575
15790
  f
15576
15791
  );
15577
15792
  }
15578
- f = message.getLanguage();
15793
+ f = message.getIntentDisplayName();
15579
15794
  if (f.length > 0) {
15580
15795
  writer.writeString(
15581
15796
  5,
15582
15797
  f
15583
15798
  );
15584
15799
  }
15800
+ f = message.getLanguage();
15801
+ if (f.length > 0) {
15802
+ writer.writeString(
15803
+ 6,
15804
+ f
15805
+ );
15806
+ }
15585
15807
  };
15586
15808
 
15587
15809
 
@@ -15658,10 +15880,10 @@ proto.ondewo.nlu.FullTextSearchResponseIntentResponse.IntentResponseSearchResult
15658
15880
 
15659
15881
 
15660
15882
  /**
15661
- * optional string language = 5;
15883
+ * optional string intent_display_name = 5;
15662
15884
  * @return {string}
15663
15885
  */
15664
- proto.ondewo.nlu.FullTextSearchResponseIntentResponse.IntentResponseSearchResult.prototype.getLanguage = function() {
15886
+ proto.ondewo.nlu.FullTextSearchResponseIntentResponse.IntentResponseSearchResult.prototype.getIntentDisplayName = function() {
15665
15887
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
15666
15888
  };
15667
15889
 
@@ -15670,11 +15892,29 @@ proto.ondewo.nlu.FullTextSearchResponseIntentResponse.IntentResponseSearchResult
15670
15892
  * @param {string} value
15671
15893
  * @return {!proto.ondewo.nlu.FullTextSearchResponseIntentResponse.IntentResponseSearchResult} returns this
15672
15894
  */
15673
- proto.ondewo.nlu.FullTextSearchResponseIntentResponse.IntentResponseSearchResult.prototype.setLanguage = function(value) {
15895
+ proto.ondewo.nlu.FullTextSearchResponseIntentResponse.IntentResponseSearchResult.prototype.setIntentDisplayName = function(value) {
15674
15896
  return jspb.Message.setProto3StringField(this, 5, value);
15675
15897
  };
15676
15898
 
15677
15899
 
15900
+ /**
15901
+ * optional string language = 6;
15902
+ * @return {string}
15903
+ */
15904
+ proto.ondewo.nlu.FullTextSearchResponseIntentResponse.IntentResponseSearchResult.prototype.getLanguage = function() {
15905
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
15906
+ };
15907
+
15908
+
15909
+ /**
15910
+ * @param {string} value
15911
+ * @return {!proto.ondewo.nlu.FullTextSearchResponseIntentResponse.IntentResponseSearchResult} returns this
15912
+ */
15913
+ proto.ondewo.nlu.FullTextSearchResponseIntentResponse.IntentResponseSearchResult.prototype.setLanguage = function(value) {
15914
+ return jspb.Message.setProto3StringField(this, 6, value);
15915
+ };
15916
+
15917
+
15678
15918
  /**
15679
15919
  * optional string parent = 1;
15680
15920
  * @return {string}
@@ -16050,7 +16290,8 @@ proto.ondewo.nlu.FullTextSearchResponseIntentParameters.IntentParametersSearchRe
16050
16290
  parameterName: jspb.Message.getFieldWithDefault(msg, 1, ""),
16051
16291
  parameterDisplayName: jspb.Message.getFieldWithDefault(msg, 2, ""),
16052
16292
  intentName: jspb.Message.getFieldWithDefault(msg, 3, ""),
16053
- language: jspb.Message.getFieldWithDefault(msg, 4, "")
16293
+ intentDisplayName: jspb.Message.getFieldWithDefault(msg, 4, ""),
16294
+ language: jspb.Message.getFieldWithDefault(msg, 5, "")
16054
16295
  };
16055
16296
 
16056
16297
  if (includeInstance) {
@@ -16100,6 +16341,10 @@ proto.ondewo.nlu.FullTextSearchResponseIntentParameters.IntentParametersSearchRe
16100
16341
  msg.setIntentName(value);
16101
16342
  break;
16102
16343
  case 4:
16344
+ var value = /** @type {string} */ (reader.readString());
16345
+ msg.setIntentDisplayName(value);
16346
+ break;
16347
+ case 5:
16103
16348
  var value = /** @type {string} */ (reader.readString());
16104
16349
  msg.setLanguage(value);
16105
16350
  break;
@@ -16153,13 +16398,20 @@ proto.ondewo.nlu.FullTextSearchResponseIntentParameters.IntentParametersSearchRe
16153
16398
  f
16154
16399
  );
16155
16400
  }
16156
- f = message.getLanguage();
16401
+ f = message.getIntentDisplayName();
16157
16402
  if (f.length > 0) {
16158
16403
  writer.writeString(
16159
16404
  4,
16160
16405
  f
16161
16406
  );
16162
16407
  }
16408
+ f = message.getLanguage();
16409
+ if (f.length > 0) {
16410
+ writer.writeString(
16411
+ 5,
16412
+ f
16413
+ );
16414
+ }
16163
16415
  };
16164
16416
 
16165
16417
 
@@ -16218,10 +16470,10 @@ proto.ondewo.nlu.FullTextSearchResponseIntentParameters.IntentParametersSearchRe
16218
16470
 
16219
16471
 
16220
16472
  /**
16221
- * optional string language = 4;
16473
+ * optional string intent_display_name = 4;
16222
16474
  * @return {string}
16223
16475
  */
16224
- proto.ondewo.nlu.FullTextSearchResponseIntentParameters.IntentParametersSearchResult.prototype.getLanguage = function() {
16476
+ proto.ondewo.nlu.FullTextSearchResponseIntentParameters.IntentParametersSearchResult.prototype.getIntentDisplayName = function() {
16225
16477
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
16226
16478
  };
16227
16479
 
@@ -16230,11 +16482,29 @@ proto.ondewo.nlu.FullTextSearchResponseIntentParameters.IntentParametersSearchRe
16230
16482
  * @param {string} value
16231
16483
  * @return {!proto.ondewo.nlu.FullTextSearchResponseIntentParameters.IntentParametersSearchResult} returns this
16232
16484
  */
16233
- proto.ondewo.nlu.FullTextSearchResponseIntentParameters.IntentParametersSearchResult.prototype.setLanguage = function(value) {
16485
+ proto.ondewo.nlu.FullTextSearchResponseIntentParameters.IntentParametersSearchResult.prototype.setIntentDisplayName = function(value) {
16234
16486
  return jspb.Message.setProto3StringField(this, 4, value);
16235
16487
  };
16236
16488
 
16237
16489
 
16490
+ /**
16491
+ * optional string language = 5;
16492
+ * @return {string}
16493
+ */
16494
+ proto.ondewo.nlu.FullTextSearchResponseIntentParameters.IntentParametersSearchResult.prototype.getLanguage = function() {
16495
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
16496
+ };
16497
+
16498
+
16499
+ /**
16500
+ * @param {string} value
16501
+ * @return {!proto.ondewo.nlu.FullTextSearchResponseIntentParameters.IntentParametersSearchResult} returns this
16502
+ */
16503
+ proto.ondewo.nlu.FullTextSearchResponseIntentParameters.IntentParametersSearchResult.prototype.setLanguage = function(value) {
16504
+ return jspb.Message.setProto3StringField(this, 5, value);
16505
+ };
16506
+
16507
+
16238
16508
  /**
16239
16509
  * optional string parent = 1;
16240
16510
  * @return {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ondewo/nlu-client-typescript",
3
- "version": "3.1.0",
3
+ "version": "3.2.0",
4
4
  "description": "Ondewo Natural Language Understanding (NLU) Client library for typescript as a commonjs module",
5
5
  "main": "public-api.js",
6
6
  "typings": "public-api.d.ts",