@ondewo/nlu-client-typescript 3.0.0 → 3.1.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.
|
@@ -16605,7 +16605,8 @@ proto.ondewo.nlu.ReindexAgentRequest.prototype.clearIndexTypesList = function()
|
|
|
16605
16605
|
proto.ondewo.nlu.AgentView = {
|
|
16606
16606
|
AGENT_VIEW_UNSPECIFIED: 0,
|
|
16607
16607
|
AGENT_VIEW_FULL: 1,
|
|
16608
|
-
AGENT_VIEW_SHALLOW: 2
|
|
16608
|
+
AGENT_VIEW_SHALLOW: 2,
|
|
16609
|
+
AGENT_VIEW_MINIMUM: 3
|
|
16609
16610
|
};
|
|
16610
16611
|
|
|
16611
16612
|
/**
|
|
@@ -5955,7 +5955,8 @@ proto.ondewo.nlu.EntityTypeView = {
|
|
|
5955
5955
|
ENTITY_TYPE_VIEW_UNSPECIFIED: 0,
|
|
5956
5956
|
ENTITY_TYPE_VIEW_FULL: 1,
|
|
5957
5957
|
ENTITY_TYPE_VIEW_PARTIAL: 2,
|
|
5958
|
-
ENTITY_TYPE_VIEW_SHALLOW: 3
|
|
5958
|
+
ENTITY_TYPE_VIEW_SHALLOW: 3,
|
|
5959
|
+
ENTITY_TYPE_VIEW_MINIMUM: 4
|
|
5959
5960
|
};
|
|
5960
5961
|
|
|
5961
5962
|
/**
|
|
@@ -18766,7 +18766,8 @@ proto.ondewo.nlu.IntentView = {
|
|
|
18766
18766
|
INTENT_VIEW_UNSPECIFIED: 0,
|
|
18767
18767
|
INTENT_VIEW_FULL: 1,
|
|
18768
18768
|
INTENT_VIEW_PARTIAL: 2,
|
|
18769
|
-
INTENT_VIEW_SHALLOW: 3
|
|
18769
|
+
INTENT_VIEW_SHALLOW: 3,
|
|
18770
|
+
INTENT_VIEW_MINIMUM: 4
|
|
18770
18771
|
};
|
|
18771
18772
|
|
|
18772
18773
|
/**
|
package/package.json
CHANGED