@ondewo/csi-client-angular 2.3.1
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.
- package/LICENSE +191 -0
- package/README.md +27 -0
- package/api/google/api/annotations.pb.d.ts +1 -0
- package/api/google/api/http.pb.d.ts +275 -0
- package/api/google/rpc/status.pb.d.ts +82 -0
- package/api/google/type/latlng.pb.d.ts +76 -0
- package/api/ondewo/csi/conversation.pb.d.ts +1312 -0
- package/api/ondewo/csi/conversation.pbconf.d.ts +6 -0
- package/api/ondewo/csi/conversation.pbsc.d.ts +167 -0
- package/api/ondewo/nlu/agent.pb.d.ts +3536 -0
- package/api/ondewo/nlu/agent.pbconf.d.ts +6 -0
- package/api/ondewo/nlu/agent.pbsc.d.ts +472 -0
- package/api/ondewo/nlu/aiservices.pb.d.ts +2472 -0
- package/api/ondewo/nlu/aiservices.pbconf.d.ts +6 -0
- package/api/ondewo/nlu/aiservices.pbsc.d.ts +150 -0
- package/api/ondewo/nlu/common.pb.d.ts +75 -0
- package/api/ondewo/nlu/context.pb.d.ts +756 -0
- package/api/ondewo/nlu/context.pbconf.d.ts +6 -0
- package/api/ondewo/nlu/context.pbsc.d.ts +119 -0
- package/api/ondewo/nlu/entity-type.pb.d.ts +2014 -0
- package/api/ondewo/nlu/entity-type.pbconf.d.ts +6 -0
- package/api/ondewo/nlu/entity-type.pbsc.d.ts +216 -0
- package/api/ondewo/nlu/intent.pb.d.ts +6236 -0
- package/api/ondewo/nlu/intent.pbconf.d.ts +6 -0
- package/api/ondewo/nlu/intent.pbsc.d.ts +456 -0
- package/api/ondewo/nlu/operation-metadata.pb.d.ts +166 -0
- package/api/ondewo/nlu/operations.pb.d.ts +578 -0
- package/api/ondewo/nlu/operations.pbconf.d.ts +6 -0
- package/api/ondewo/nlu/operations.pbsc.d.ts +87 -0
- package/api/ondewo/nlu/project-role.pb.d.ts +576 -0
- package/api/ondewo/nlu/project-role.pbconf.d.ts +6 -0
- package/api/ondewo/nlu/project-role.pbsc.d.ts +103 -0
- package/api/ondewo/nlu/project-statistics.pb.d.ts +295 -0
- package/api/ondewo/nlu/project-statistics.pbconf.d.ts +6 -0
- package/api/ondewo/nlu/project-statistics.pbsc.d.ts +151 -0
- package/api/ondewo/nlu/server-statistics.pb.d.ts +71 -0
- package/api/ondewo/nlu/server-statistics.pbconf.d.ts +6 -0
- package/api/ondewo/nlu/server-statistics.pbsc.d.ts +72 -0
- package/api/ondewo/nlu/session.pb.d.ts +2892 -0
- package/api/ondewo/nlu/session.pbconf.d.ts +6 -0
- package/api/ondewo/nlu/session.pbsc.d.ts +247 -0
- package/api/ondewo/nlu/user.pb.d.ts +1577 -0
- package/api/ondewo/nlu/user.pbconf.d.ts +6 -0
- package/api/ondewo/nlu/user.pbsc.d.ts +263 -0
- package/api/ondewo/nlu/utility.pb.d.ts +1814 -0
- package/api/ondewo/nlu/utility.pbconf.d.ts +6 -0
- package/api/ondewo/nlu/utility.pbsc.d.ts +150 -0
- package/api/ondewo/nlu/webhook.pb.d.ts +401 -0
- package/api/ondewo/nlu/webhook.pbconf.d.ts +6 -0
- package/api/ondewo/nlu/webhook.pbsc.d.ts +70 -0
- package/api/ondewo/s2t/speech-to-text.pb.d.ts +3710 -0
- package/api/ondewo/s2t/speech-to-text.pbconf.d.ts +6 -0
- package/api/ondewo/s2t/speech-to-text.pbsc.d.ts +263 -0
- package/api/ondewo/t2s/text-to-speech.pb.d.ts +3302 -0
- package/api/ondewo/t2s/text-to-speech.pbconf.d.ts +11 -0
- package/api/ondewo/t2s/text-to-speech.pbsc.d.ts +296 -0
- package/esm2020/api/google/api/annotations.pb.mjs +2 -0
- package/esm2020/api/google/api/http.pb.mjs +524 -0
- package/esm2020/api/google/rpc/status.pb.mjs +138 -0
- package/esm2020/api/google/type/latlng.pb.mjs +119 -0
- package/esm2020/api/ondewo/csi/conversation.pb.mjs +2232 -0
- package/esm2020/api/ondewo/csi/conversation.pbconf.mjs +13 -0
- package/esm2020/api/ondewo/csi/conversation.pbsc.mjs +315 -0
- package/esm2020/api/ondewo/nlu/agent.pb.mjs +6077 -0
- package/esm2020/api/ondewo/nlu/agent.pbconf.mjs +13 -0
- package/esm2020/api/ondewo/nlu/agent.pbsc.mjs +886 -0
- package/esm2020/api/ondewo/nlu/aiservices.pb.mjs +4371 -0
- package/esm2020/api/ondewo/nlu/aiservices.pbconf.mjs +13 -0
- package/esm2020/api/ondewo/nlu/aiservices.pbsc.mjs +284 -0
- package/esm2020/api/ondewo/nlu/common.pb.mjs +108 -0
- package/esm2020/api/ondewo/nlu/context.pb.mjs +1233 -0
- package/esm2020/api/ondewo/nlu/context.pbconf.mjs +13 -0
- package/esm2020/api/ondewo/nlu/context.pbsc.mjs +225 -0
- package/esm2020/api/ondewo/nlu/entity-type.pb.mjs +3466 -0
- package/esm2020/api/ondewo/nlu/entity-type.pbconf.mjs +13 -0
- package/esm2020/api/ondewo/nlu/entity-type.pbsc.mjs +406 -0
- package/esm2020/api/ondewo/nlu/intent.pb.mjs +10809 -0
- package/esm2020/api/ondewo/nlu/intent.pbconf.mjs +13 -0
- package/esm2020/api/ondewo/nlu/intent.pbsc.mjs +856 -0
- package/esm2020/api/ondewo/nlu/operation-metadata.pb.mjs +382 -0
- package/esm2020/api/ondewo/nlu/operations.pb.mjs +1003 -0
- package/esm2020/api/ondewo/nlu/operations.pbconf.mjs +13 -0
- package/esm2020/api/ondewo/nlu/operations.pbsc.mjs +165 -0
- package/esm2020/api/ondewo/nlu/project-role.pb.mjs +988 -0
- package/esm2020/api/ondewo/nlu/project-role.pbconf.mjs +13 -0
- package/esm2020/api/ondewo/nlu/project-role.pbsc.mjs +195 -0
- package/esm2020/api/ondewo/nlu/project-statistics.pb.mjs +460 -0
- package/esm2020/api/ondewo/nlu/project-statistics.pbconf.mjs +13 -0
- package/esm2020/api/ondewo/nlu/project-statistics.pbsc.mjs +285 -0
- package/esm2020/api/ondewo/nlu/server-statistics.pb.mjs +103 -0
- package/esm2020/api/ondewo/nlu/server-statistics.pbconf.mjs +13 -0
- package/esm2020/api/ondewo/nlu/server-statistics.pbsc.mjs +136 -0
- package/esm2020/api/ondewo/nlu/session.pb.mjs +5351 -0
- package/esm2020/api/ondewo/nlu/session.pbconf.mjs +13 -0
- package/esm2020/api/ondewo/nlu/session.pbsc.mjs +465 -0
- package/esm2020/api/ondewo/nlu/user.pb.mjs +2536 -0
- package/esm2020/api/ondewo/nlu/user.pbconf.mjs +13 -0
- package/esm2020/api/ondewo/nlu/user.pbsc.mjs +495 -0
- package/esm2020/api/ondewo/nlu/utility.pb.mjs +3302 -0
- package/esm2020/api/ondewo/nlu/utility.pbconf.mjs +13 -0
- package/esm2020/api/ondewo/nlu/utility.pbsc.mjs +284 -0
- package/esm2020/api/ondewo/nlu/webhook.pb.mjs +705 -0
- package/esm2020/api/ondewo/nlu/webhook.pbconf.mjs +13 -0
- package/esm2020/api/ondewo/nlu/webhook.pbsc.mjs +134 -0
- package/esm2020/api/ondewo/s2t/speech-to-text.pb.mjs +6452 -0
- package/esm2020/api/ondewo/s2t/speech-to-text.pbconf.mjs +13 -0
- package/esm2020/api/ondewo/s2t/speech-to-text.pbsc.mjs +495 -0
- package/esm2020/api/ondewo/t2s/text-to-speech.pb.mjs +5779 -0
- package/esm2020/api/ondewo/t2s/text-to-speech.pbconf.mjs +18 -0
- package/esm2020/api/ondewo/t2s/text-to-speech.pbsc.mjs +555 -0
- package/esm2020/ondewo-csi-client-angular.mjs +5 -0
- package/esm2020/public-api.mjs +55 -0
- package/fesm2015/ondewo-csi-client-angular.mjs +62142 -0
- package/fesm2015/ondewo-csi-client-angular.mjs.map +1 -0
- package/fesm2020/ondewo-csi-client-angular.mjs +62135 -0
- package/fesm2020/ondewo-csi-client-angular.mjs.map +1 -0
- package/index.d.ts +5 -0
- package/ondewo-csi-api/README.md +91 -0
- package/ondewo-csi-api/google/ads/googleads/README.md +21 -0
- package/ondewo-csi-api/google/api/README.md +5 -0
- package/ondewo-csi-api/google/api/servicecontrol/README.md +126 -0
- package/ondewo-csi-api/google/api/servicemanagement/README.md +102 -0
- package/ondewo-csi-api/google/appengine/README.md +12 -0
- package/ondewo-csi-api/google/assistant/embedded/README.md +3 -0
- package/ondewo-csi-api/google/cloud/functions/README.md +2 -0
- package/ondewo-csi-api/google/cloud/language/README.md +0 -0
- package/ondewo-csi-api/google/cloud/runtimeconfig/README.md +39 -0
- package/ondewo-csi-api/google/cloud/speech/README.md +3 -0
- package/ondewo-csi-api/google/container/README.md +0 -0
- package/ondewo-csi-api/google/datastore/README.md +0 -0
- package/ondewo-csi-api/google/devtools/cloudbuild/README.md +1 -0
- package/ondewo-csi-api/google/devtools/clouderrorreporting/README.md +1 -0
- package/ondewo-csi-api/google/example/library/README.md +4 -0
- package/ondewo-csi-api/google/firestore/README.md +0 -0
- package/ondewo-csi-api/google/genomics/README.md +14 -0
- package/ondewo-csi-api/google/iam/README.md +14 -0
- package/ondewo-csi-api/google/logging/README.md +3 -0
- package/ondewo-csi-api/google/longrunning/README.md +5 -0
- package/ondewo-csi-api/google/privacy/dlp/README.md +7 -0
- package/ondewo-csi-api/google/pubsub/v1beta2/README.md +136 -0
- package/ondewo-csi-api/google/rpc/README.md +5 -0
- package/ondewo-csi-api/google/streetview/publish/README.md +1 -0
- package/ondewo-csi-api/google/type/README.md +16 -0
- package/ondewo-csi-api/googleapis/README.md +87 -0
- package/ondewo-csi-api/googleapis/google/ads/googleads/README.md +21 -0
- package/ondewo-csi-api/googleapis/google/api/README.md +5 -0
- package/ondewo-csi-api/googleapis/google/api/servicecontrol/README.md +126 -0
- package/ondewo-csi-api/googleapis/google/api/servicemanagement/README.md +102 -0
- package/ondewo-csi-api/googleapis/google/appengine/README.md +12 -0
- package/ondewo-csi-api/googleapis/google/assistant/embedded/README.md +3 -0
- package/ondewo-csi-api/googleapis/google/cloud/functions/README.md +2 -0
- package/ondewo-csi-api/googleapis/google/cloud/language/README.md +0 -0
- package/ondewo-csi-api/googleapis/google/cloud/runtimeconfig/README.md +39 -0
- package/ondewo-csi-api/googleapis/google/cloud/speech/README.md +3 -0
- package/ondewo-csi-api/googleapis/google/container/README.md +0 -0
- package/ondewo-csi-api/googleapis/google/datastore/README.md +0 -0
- package/ondewo-csi-api/googleapis/google/devtools/cloudbuild/README.md +1 -0
- package/ondewo-csi-api/googleapis/google/devtools/clouderrorreporting/README.md +1 -0
- package/ondewo-csi-api/googleapis/google/example/library/README.md +4 -0
- package/ondewo-csi-api/googleapis/google/firestore/README.md +0 -0
- package/ondewo-csi-api/googleapis/google/genomics/README.md +14 -0
- package/ondewo-csi-api/googleapis/google/iam/README.md +14 -0
- package/ondewo-csi-api/googleapis/google/logging/README.md +3 -0
- package/ondewo-csi-api/googleapis/google/longrunning/README.md +5 -0
- package/ondewo-csi-api/googleapis/google/privacy/dlp/README.md +7 -0
- package/ondewo-csi-api/googleapis/google/pubsub/v1beta2/README.md +136 -0
- package/ondewo-csi-api/googleapis/google/rpc/README.md +5 -0
- package/ondewo-csi-api/googleapis/google/streetview/publish/README.md +1 -0
- package/ondewo-csi-api/googleapis/google/type/README.md +16 -0
- package/ondewo-csi-api/ondewo-nlu-api/README.md +117 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/README.md +87 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/ads/googleads/README.md +21 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/api/README.md +5 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/api/servicecontrol/README.md +126 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/api/servicemanagement/README.md +102 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/appengine/README.md +12 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/assistant/embedded/README.md +3 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/cloud/functions/README.md +2 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/cloud/language/README.md +0 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/cloud/runtimeconfig/README.md +39 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/cloud/speech/README.md +3 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/container/README.md +0 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/datastore/README.md +0 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/devtools/cloudbuild/README.md +1 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/devtools/clouderrorreporting/README.md +1 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/example/library/README.md +4 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/firestore/README.md +0 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/genomics/README.md +14 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/iam/README.md +14 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/logging/README.md +3 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/longrunning/README.md +5 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/privacy/dlp/README.md +7 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/pubsub/v1beta2/README.md +136 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/rpc/README.md +5 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/streetview/publish/README.md +1 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/type/README.md +16 -0
- package/ondewo-csi-api/ondewo-s2t-api/README.md +89 -0
- package/ondewo-csi-api/ondewo-t2s-api/README.md +89 -0
- package/package.json +49 -0
- package/public-api.d.ts +54 -0
|
@@ -0,0 +1,756 @@
|
|
|
1
|
+
import { GrpcMessage, RecursivePartial, ToProtobufJSONOptions } from '@ngx-grpc/common';
|
|
2
|
+
import { BinaryReader, BinaryWriter, ByteSource } from 'google-protobuf';
|
|
3
|
+
import * as googleProtobuf004 from '@ngx-grpc/well-known-types';
|
|
4
|
+
/**
|
|
5
|
+
* Message implementation for ondewo.nlu.Context
|
|
6
|
+
*/
|
|
7
|
+
export declare class Context implements GrpcMessage {
|
|
8
|
+
static id: string;
|
|
9
|
+
/**
|
|
10
|
+
* Deserialize binary data to message
|
|
11
|
+
* @param instance message instance
|
|
12
|
+
*/
|
|
13
|
+
static deserializeBinary(bytes: ByteSource): Context;
|
|
14
|
+
/**
|
|
15
|
+
* Check all the properties and set default protobuf values if necessary
|
|
16
|
+
* @param _instance message instance
|
|
17
|
+
*/
|
|
18
|
+
static refineValues(_instance: Context): void;
|
|
19
|
+
/**
|
|
20
|
+
* Deserializes / reads binary message into message instance using provided binary reader
|
|
21
|
+
* @param _instance message instance
|
|
22
|
+
* @param _reader binary reader instance
|
|
23
|
+
*/
|
|
24
|
+
static deserializeBinaryFromReader(_instance: Context, _reader: BinaryReader): void;
|
|
25
|
+
/**
|
|
26
|
+
* Serializes a message to binary format using provided binary reader
|
|
27
|
+
* @param _instance message instance
|
|
28
|
+
* @param _writer binary writer instance
|
|
29
|
+
*/
|
|
30
|
+
static serializeBinaryToWriter(_instance: Context, _writer: BinaryWriter): void;
|
|
31
|
+
private _name?;
|
|
32
|
+
private _lifespanCount?;
|
|
33
|
+
private _parameters?;
|
|
34
|
+
private _lifespanTime?;
|
|
35
|
+
/**
|
|
36
|
+
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
37
|
+
* @param _value initial values object or instance of Context to deeply clone from
|
|
38
|
+
*/
|
|
39
|
+
constructor(_value?: RecursivePartial<Context.AsObject>);
|
|
40
|
+
get name(): string | undefined;
|
|
41
|
+
set name(value: string | undefined);
|
|
42
|
+
get lifespanCount(): number | undefined;
|
|
43
|
+
set lifespanCount(value: number | undefined);
|
|
44
|
+
get parameters(): {
|
|
45
|
+
[prop: string]: Context.Parameter;
|
|
46
|
+
} | undefined;
|
|
47
|
+
set parameters(value: {
|
|
48
|
+
[prop: string]: Context.Parameter;
|
|
49
|
+
} | undefined);
|
|
50
|
+
get lifespanTime(): number | undefined;
|
|
51
|
+
set lifespanTime(value: number | undefined);
|
|
52
|
+
/**
|
|
53
|
+
* Serialize message to binary data
|
|
54
|
+
* @param instance message instance
|
|
55
|
+
*/
|
|
56
|
+
serializeBinary(): any;
|
|
57
|
+
/**
|
|
58
|
+
* Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
|
|
59
|
+
*/
|
|
60
|
+
toObject(): Context.AsObject;
|
|
61
|
+
/**
|
|
62
|
+
* Convenience method to support JSON.stringify(message), replicates the structure of toObject()
|
|
63
|
+
*/
|
|
64
|
+
toJSON(): Context.AsObject;
|
|
65
|
+
/**
|
|
66
|
+
* Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
|
|
67
|
+
* Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
|
|
68
|
+
* If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
|
|
69
|
+
*/
|
|
70
|
+
toProtobufJSON(options?: ToProtobufJSONOptions): Context.AsProtobufJSON;
|
|
71
|
+
}
|
|
72
|
+
export declare module Context {
|
|
73
|
+
/**
|
|
74
|
+
* Standard JavaScript object representation for Context
|
|
75
|
+
*/
|
|
76
|
+
interface AsObject {
|
|
77
|
+
name?: string;
|
|
78
|
+
lifespanCount?: number;
|
|
79
|
+
parameters?: {
|
|
80
|
+
[prop: string]: Context.Parameter;
|
|
81
|
+
};
|
|
82
|
+
lifespanTime?: number;
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
* Protobuf JSON representation for Context
|
|
86
|
+
*/
|
|
87
|
+
interface AsProtobufJSON {
|
|
88
|
+
name?: string;
|
|
89
|
+
lifespanCount?: number;
|
|
90
|
+
parameters?: {
|
|
91
|
+
[prop: string]: Context.Parameter;
|
|
92
|
+
};
|
|
93
|
+
lifespanTime?: number;
|
|
94
|
+
}
|
|
95
|
+
/**
|
|
96
|
+
* Message implementation for ondewo.nlu.Parameter
|
|
97
|
+
*/
|
|
98
|
+
class Parameter implements GrpcMessage {
|
|
99
|
+
static id: string;
|
|
100
|
+
/**
|
|
101
|
+
* Deserialize binary data to message
|
|
102
|
+
* @param instance message instance
|
|
103
|
+
*/
|
|
104
|
+
static deserializeBinary(bytes: ByteSource): Parameter;
|
|
105
|
+
/**
|
|
106
|
+
* Check all the properties and set default protobuf values if necessary
|
|
107
|
+
* @param _instance message instance
|
|
108
|
+
*/
|
|
109
|
+
static refineValues(_instance: Parameter): void;
|
|
110
|
+
/**
|
|
111
|
+
* Deserializes / reads binary message into message instance using provided binary reader
|
|
112
|
+
* @param _instance message instance
|
|
113
|
+
* @param _reader binary reader instance
|
|
114
|
+
*/
|
|
115
|
+
static deserializeBinaryFromReader(_instance: Parameter, _reader: BinaryReader): void;
|
|
116
|
+
/**
|
|
117
|
+
* Serializes a message to binary format using provided binary reader
|
|
118
|
+
* @param _instance message instance
|
|
119
|
+
* @param _writer binary writer instance
|
|
120
|
+
*/
|
|
121
|
+
static serializeBinaryToWriter(_instance: Parameter, _writer: BinaryWriter): void;
|
|
122
|
+
private _name?;
|
|
123
|
+
private _displayName?;
|
|
124
|
+
private _value?;
|
|
125
|
+
private _valueOriginal?;
|
|
126
|
+
/**
|
|
127
|
+
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
128
|
+
* @param _value initial values object or instance of Parameter to deeply clone from
|
|
129
|
+
*/
|
|
130
|
+
constructor(_value?: RecursivePartial<Parameter.AsObject>);
|
|
131
|
+
get name(): string | undefined;
|
|
132
|
+
set name(value: string | undefined);
|
|
133
|
+
get displayName(): string | undefined;
|
|
134
|
+
set displayName(value: string | undefined);
|
|
135
|
+
get value(): string | undefined;
|
|
136
|
+
set value(value: string | undefined);
|
|
137
|
+
get valueOriginal(): string | undefined;
|
|
138
|
+
set valueOriginal(value: string | undefined);
|
|
139
|
+
/**
|
|
140
|
+
* Serialize message to binary data
|
|
141
|
+
* @param instance message instance
|
|
142
|
+
*/
|
|
143
|
+
serializeBinary(): any;
|
|
144
|
+
/**
|
|
145
|
+
* Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
|
|
146
|
+
*/
|
|
147
|
+
toObject(): Parameter.AsObject;
|
|
148
|
+
/**
|
|
149
|
+
* Convenience method to support JSON.stringify(message), replicates the structure of toObject()
|
|
150
|
+
*/
|
|
151
|
+
toJSON(): Parameter.AsObject;
|
|
152
|
+
/**
|
|
153
|
+
* Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
|
|
154
|
+
* Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
|
|
155
|
+
* If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
|
|
156
|
+
*/
|
|
157
|
+
toProtobufJSON(options?: ToProtobufJSONOptions): Parameter.AsProtobufJSON;
|
|
158
|
+
}
|
|
159
|
+
module Parameter {
|
|
160
|
+
/**
|
|
161
|
+
* Standard JavaScript object representation for Parameter
|
|
162
|
+
*/
|
|
163
|
+
interface AsObject {
|
|
164
|
+
name?: string;
|
|
165
|
+
displayName?: string;
|
|
166
|
+
value?: string;
|
|
167
|
+
valueOriginal?: string;
|
|
168
|
+
}
|
|
169
|
+
/**
|
|
170
|
+
* Protobuf JSON representation for Parameter
|
|
171
|
+
*/
|
|
172
|
+
interface AsProtobufJSON {
|
|
173
|
+
name?: string;
|
|
174
|
+
displayName?: string;
|
|
175
|
+
value?: string;
|
|
176
|
+
valueOriginal?: string;
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
/**
|
|
180
|
+
* Message implementation for ondewo.nlu.ParametersEntry
|
|
181
|
+
*/
|
|
182
|
+
class ParametersEntry implements GrpcMessage {
|
|
183
|
+
static id: string;
|
|
184
|
+
/**
|
|
185
|
+
* Deserialize binary data to message
|
|
186
|
+
* @param instance message instance
|
|
187
|
+
*/
|
|
188
|
+
static deserializeBinary(bytes: ByteSource): ParametersEntry;
|
|
189
|
+
/**
|
|
190
|
+
* Check all the properties and set default protobuf values if necessary
|
|
191
|
+
* @param _instance message instance
|
|
192
|
+
*/
|
|
193
|
+
static refineValues(_instance: ParametersEntry): void;
|
|
194
|
+
/**
|
|
195
|
+
* Deserializes / reads binary message into message instance using provided binary reader
|
|
196
|
+
* @param _instance message instance
|
|
197
|
+
* @param _reader binary reader instance
|
|
198
|
+
*/
|
|
199
|
+
static deserializeBinaryFromReader(_instance: ParametersEntry, _reader: BinaryReader): void;
|
|
200
|
+
/**
|
|
201
|
+
* Serializes a message to binary format using provided binary reader
|
|
202
|
+
* @param _instance message instance
|
|
203
|
+
* @param _writer binary writer instance
|
|
204
|
+
*/
|
|
205
|
+
static serializeBinaryToWriter(_instance: ParametersEntry, _writer: BinaryWriter): void;
|
|
206
|
+
private _key?;
|
|
207
|
+
private _value?;
|
|
208
|
+
/**
|
|
209
|
+
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
210
|
+
* @param _value initial values object or instance of ParametersEntry to deeply clone from
|
|
211
|
+
*/
|
|
212
|
+
constructor(_value?: RecursivePartial<ParametersEntry.AsObject>);
|
|
213
|
+
get key(): string | undefined;
|
|
214
|
+
set key(value: string | undefined);
|
|
215
|
+
get value(): Context.Parameter | undefined;
|
|
216
|
+
set value(value: Context.Parameter | undefined);
|
|
217
|
+
/**
|
|
218
|
+
* Serialize message to binary data
|
|
219
|
+
* @param instance message instance
|
|
220
|
+
*/
|
|
221
|
+
serializeBinary(): any;
|
|
222
|
+
/**
|
|
223
|
+
* Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
|
|
224
|
+
*/
|
|
225
|
+
toObject(): ParametersEntry.AsObject;
|
|
226
|
+
/**
|
|
227
|
+
* Convenience method to support JSON.stringify(message), replicates the structure of toObject()
|
|
228
|
+
*/
|
|
229
|
+
toJSON(): ParametersEntry.AsObject;
|
|
230
|
+
/**
|
|
231
|
+
* Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
|
|
232
|
+
* Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
|
|
233
|
+
* If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
|
|
234
|
+
*/
|
|
235
|
+
toProtobufJSON(options?: ToProtobufJSONOptions): ParametersEntry.AsProtobufJSON;
|
|
236
|
+
}
|
|
237
|
+
module ParametersEntry {
|
|
238
|
+
/**
|
|
239
|
+
* Standard JavaScript object representation for ParametersEntry
|
|
240
|
+
*/
|
|
241
|
+
interface AsObject {
|
|
242
|
+
key?: string;
|
|
243
|
+
value?: Context.Parameter.AsObject;
|
|
244
|
+
}
|
|
245
|
+
/**
|
|
246
|
+
* Protobuf JSON representation for ParametersEntry
|
|
247
|
+
*/
|
|
248
|
+
interface AsProtobufJSON {
|
|
249
|
+
key?: string;
|
|
250
|
+
value?: Context.Parameter.AsProtobufJSON | null;
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
}
|
|
254
|
+
/**
|
|
255
|
+
* Message implementation for ondewo.nlu.ListContextsRequest
|
|
256
|
+
*/
|
|
257
|
+
export declare class ListContextsRequest implements GrpcMessage {
|
|
258
|
+
static id: string;
|
|
259
|
+
/**
|
|
260
|
+
* Deserialize binary data to message
|
|
261
|
+
* @param instance message instance
|
|
262
|
+
*/
|
|
263
|
+
static deserializeBinary(bytes: ByteSource): ListContextsRequest;
|
|
264
|
+
/**
|
|
265
|
+
* Check all the properties and set default protobuf values if necessary
|
|
266
|
+
* @param _instance message instance
|
|
267
|
+
*/
|
|
268
|
+
static refineValues(_instance: ListContextsRequest): void;
|
|
269
|
+
/**
|
|
270
|
+
* Deserializes / reads binary message into message instance using provided binary reader
|
|
271
|
+
* @param _instance message instance
|
|
272
|
+
* @param _reader binary reader instance
|
|
273
|
+
*/
|
|
274
|
+
static deserializeBinaryFromReader(_instance: ListContextsRequest, _reader: BinaryReader): void;
|
|
275
|
+
/**
|
|
276
|
+
* Serializes a message to binary format using provided binary reader
|
|
277
|
+
* @param _instance message instance
|
|
278
|
+
* @param _writer binary writer instance
|
|
279
|
+
*/
|
|
280
|
+
static serializeBinaryToWriter(_instance: ListContextsRequest, _writer: BinaryWriter): void;
|
|
281
|
+
private _parent?;
|
|
282
|
+
private _pageToken?;
|
|
283
|
+
/**
|
|
284
|
+
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
285
|
+
* @param _value initial values object or instance of ListContextsRequest to deeply clone from
|
|
286
|
+
*/
|
|
287
|
+
constructor(_value?: RecursivePartial<ListContextsRequest.AsObject>);
|
|
288
|
+
get parent(): string | undefined;
|
|
289
|
+
set parent(value: string | undefined);
|
|
290
|
+
get pageToken(): string | undefined;
|
|
291
|
+
set pageToken(value: string | undefined);
|
|
292
|
+
/**
|
|
293
|
+
* Serialize message to binary data
|
|
294
|
+
* @param instance message instance
|
|
295
|
+
*/
|
|
296
|
+
serializeBinary(): any;
|
|
297
|
+
/**
|
|
298
|
+
* Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
|
|
299
|
+
*/
|
|
300
|
+
toObject(): ListContextsRequest.AsObject;
|
|
301
|
+
/**
|
|
302
|
+
* Convenience method to support JSON.stringify(message), replicates the structure of toObject()
|
|
303
|
+
*/
|
|
304
|
+
toJSON(): ListContextsRequest.AsObject;
|
|
305
|
+
/**
|
|
306
|
+
* Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
|
|
307
|
+
* Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
|
|
308
|
+
* If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
|
|
309
|
+
*/
|
|
310
|
+
toProtobufJSON(options?: ToProtobufJSONOptions): ListContextsRequest.AsProtobufJSON;
|
|
311
|
+
}
|
|
312
|
+
export declare module ListContextsRequest {
|
|
313
|
+
/**
|
|
314
|
+
* Standard JavaScript object representation for ListContextsRequest
|
|
315
|
+
*/
|
|
316
|
+
interface AsObject {
|
|
317
|
+
parent?: string;
|
|
318
|
+
pageToken?: string;
|
|
319
|
+
}
|
|
320
|
+
/**
|
|
321
|
+
* Protobuf JSON representation for ListContextsRequest
|
|
322
|
+
*/
|
|
323
|
+
interface AsProtobufJSON {
|
|
324
|
+
parent?: string;
|
|
325
|
+
pageToken?: string;
|
|
326
|
+
}
|
|
327
|
+
}
|
|
328
|
+
/**
|
|
329
|
+
* Message implementation for ondewo.nlu.ListContextsResponse
|
|
330
|
+
*/
|
|
331
|
+
export declare class ListContextsResponse implements GrpcMessage {
|
|
332
|
+
static id: string;
|
|
333
|
+
/**
|
|
334
|
+
* Deserialize binary data to message
|
|
335
|
+
* @param instance message instance
|
|
336
|
+
*/
|
|
337
|
+
static deserializeBinary(bytes: ByteSource): ListContextsResponse;
|
|
338
|
+
/**
|
|
339
|
+
* Check all the properties and set default protobuf values if necessary
|
|
340
|
+
* @param _instance message instance
|
|
341
|
+
*/
|
|
342
|
+
static refineValues(_instance: ListContextsResponse): void;
|
|
343
|
+
/**
|
|
344
|
+
* Deserializes / reads binary message into message instance using provided binary reader
|
|
345
|
+
* @param _instance message instance
|
|
346
|
+
* @param _reader binary reader instance
|
|
347
|
+
*/
|
|
348
|
+
static deserializeBinaryFromReader(_instance: ListContextsResponse, _reader: BinaryReader): void;
|
|
349
|
+
/**
|
|
350
|
+
* Serializes a message to binary format using provided binary reader
|
|
351
|
+
* @param _instance message instance
|
|
352
|
+
* @param _writer binary writer instance
|
|
353
|
+
*/
|
|
354
|
+
static serializeBinaryToWriter(_instance: ListContextsResponse, _writer: BinaryWriter): void;
|
|
355
|
+
private _contexts?;
|
|
356
|
+
private _nextPageToken?;
|
|
357
|
+
/**
|
|
358
|
+
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
359
|
+
* @param _value initial values object or instance of ListContextsResponse to deeply clone from
|
|
360
|
+
*/
|
|
361
|
+
constructor(_value?: RecursivePartial<ListContextsResponse.AsObject>);
|
|
362
|
+
get contexts(): Context[] | undefined;
|
|
363
|
+
set contexts(value: Context[] | undefined);
|
|
364
|
+
get nextPageToken(): string | undefined;
|
|
365
|
+
set nextPageToken(value: string | undefined);
|
|
366
|
+
/**
|
|
367
|
+
* Serialize message to binary data
|
|
368
|
+
* @param instance message instance
|
|
369
|
+
*/
|
|
370
|
+
serializeBinary(): any;
|
|
371
|
+
/**
|
|
372
|
+
* Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
|
|
373
|
+
*/
|
|
374
|
+
toObject(): ListContextsResponse.AsObject;
|
|
375
|
+
/**
|
|
376
|
+
* Convenience method to support JSON.stringify(message), replicates the structure of toObject()
|
|
377
|
+
*/
|
|
378
|
+
toJSON(): ListContextsResponse.AsObject;
|
|
379
|
+
/**
|
|
380
|
+
* Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
|
|
381
|
+
* Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
|
|
382
|
+
* If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
|
|
383
|
+
*/
|
|
384
|
+
toProtobufJSON(options?: ToProtobufJSONOptions): ListContextsResponse.AsProtobufJSON;
|
|
385
|
+
}
|
|
386
|
+
export declare module ListContextsResponse {
|
|
387
|
+
/**
|
|
388
|
+
* Standard JavaScript object representation for ListContextsResponse
|
|
389
|
+
*/
|
|
390
|
+
interface AsObject {
|
|
391
|
+
contexts?: Context.AsObject[];
|
|
392
|
+
nextPageToken?: string;
|
|
393
|
+
}
|
|
394
|
+
/**
|
|
395
|
+
* Protobuf JSON representation for ListContextsResponse
|
|
396
|
+
*/
|
|
397
|
+
interface AsProtobufJSON {
|
|
398
|
+
contexts?: Context.AsProtobufJSON[] | null;
|
|
399
|
+
nextPageToken?: string;
|
|
400
|
+
}
|
|
401
|
+
}
|
|
402
|
+
/**
|
|
403
|
+
* Message implementation for ondewo.nlu.GetContextRequest
|
|
404
|
+
*/
|
|
405
|
+
export declare class GetContextRequest implements GrpcMessage {
|
|
406
|
+
static id: string;
|
|
407
|
+
/**
|
|
408
|
+
* Deserialize binary data to message
|
|
409
|
+
* @param instance message instance
|
|
410
|
+
*/
|
|
411
|
+
static deserializeBinary(bytes: ByteSource): GetContextRequest;
|
|
412
|
+
/**
|
|
413
|
+
* Check all the properties and set default protobuf values if necessary
|
|
414
|
+
* @param _instance message instance
|
|
415
|
+
*/
|
|
416
|
+
static refineValues(_instance: GetContextRequest): void;
|
|
417
|
+
/**
|
|
418
|
+
* Deserializes / reads binary message into message instance using provided binary reader
|
|
419
|
+
* @param _instance message instance
|
|
420
|
+
* @param _reader binary reader instance
|
|
421
|
+
*/
|
|
422
|
+
static deserializeBinaryFromReader(_instance: GetContextRequest, _reader: BinaryReader): void;
|
|
423
|
+
/**
|
|
424
|
+
* Serializes a message to binary format using provided binary reader
|
|
425
|
+
* @param _instance message instance
|
|
426
|
+
* @param _writer binary writer instance
|
|
427
|
+
*/
|
|
428
|
+
static serializeBinaryToWriter(_instance: GetContextRequest, _writer: BinaryWriter): void;
|
|
429
|
+
private _name?;
|
|
430
|
+
/**
|
|
431
|
+
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
432
|
+
* @param _value initial values object or instance of GetContextRequest to deeply clone from
|
|
433
|
+
*/
|
|
434
|
+
constructor(_value?: RecursivePartial<GetContextRequest.AsObject>);
|
|
435
|
+
get name(): string | undefined;
|
|
436
|
+
set name(value: string | undefined);
|
|
437
|
+
/**
|
|
438
|
+
* Serialize message to binary data
|
|
439
|
+
* @param instance message instance
|
|
440
|
+
*/
|
|
441
|
+
serializeBinary(): any;
|
|
442
|
+
/**
|
|
443
|
+
* Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
|
|
444
|
+
*/
|
|
445
|
+
toObject(): GetContextRequest.AsObject;
|
|
446
|
+
/**
|
|
447
|
+
* Convenience method to support JSON.stringify(message), replicates the structure of toObject()
|
|
448
|
+
*/
|
|
449
|
+
toJSON(): GetContextRequest.AsObject;
|
|
450
|
+
/**
|
|
451
|
+
* Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
|
|
452
|
+
* Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
|
|
453
|
+
* If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
|
|
454
|
+
*/
|
|
455
|
+
toProtobufJSON(options?: ToProtobufJSONOptions): GetContextRequest.AsProtobufJSON;
|
|
456
|
+
}
|
|
457
|
+
export declare module GetContextRequest {
|
|
458
|
+
/**
|
|
459
|
+
* Standard JavaScript object representation for GetContextRequest
|
|
460
|
+
*/
|
|
461
|
+
interface AsObject {
|
|
462
|
+
name?: string;
|
|
463
|
+
}
|
|
464
|
+
/**
|
|
465
|
+
* Protobuf JSON representation for GetContextRequest
|
|
466
|
+
*/
|
|
467
|
+
interface AsProtobufJSON {
|
|
468
|
+
name?: string;
|
|
469
|
+
}
|
|
470
|
+
}
|
|
471
|
+
/**
|
|
472
|
+
* Message implementation for ondewo.nlu.CreateContextRequest
|
|
473
|
+
*/
|
|
474
|
+
export declare class CreateContextRequest implements GrpcMessage {
|
|
475
|
+
static id: string;
|
|
476
|
+
/**
|
|
477
|
+
* Deserialize binary data to message
|
|
478
|
+
* @param instance message instance
|
|
479
|
+
*/
|
|
480
|
+
static deserializeBinary(bytes: ByteSource): CreateContextRequest;
|
|
481
|
+
/**
|
|
482
|
+
* Check all the properties and set default protobuf values if necessary
|
|
483
|
+
* @param _instance message instance
|
|
484
|
+
*/
|
|
485
|
+
static refineValues(_instance: CreateContextRequest): void;
|
|
486
|
+
/**
|
|
487
|
+
* Deserializes / reads binary message into message instance using provided binary reader
|
|
488
|
+
* @param _instance message instance
|
|
489
|
+
* @param _reader binary reader instance
|
|
490
|
+
*/
|
|
491
|
+
static deserializeBinaryFromReader(_instance: CreateContextRequest, _reader: BinaryReader): void;
|
|
492
|
+
/**
|
|
493
|
+
* Serializes a message to binary format using provided binary reader
|
|
494
|
+
* @param _instance message instance
|
|
495
|
+
* @param _writer binary writer instance
|
|
496
|
+
*/
|
|
497
|
+
static serializeBinaryToWriter(_instance: CreateContextRequest, _writer: BinaryWriter): void;
|
|
498
|
+
private _parent?;
|
|
499
|
+
private _context?;
|
|
500
|
+
/**
|
|
501
|
+
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
502
|
+
* @param _value initial values object or instance of CreateContextRequest to deeply clone from
|
|
503
|
+
*/
|
|
504
|
+
constructor(_value?: RecursivePartial<CreateContextRequest.AsObject>);
|
|
505
|
+
get parent(): string | undefined;
|
|
506
|
+
set parent(value: string | undefined);
|
|
507
|
+
get context(): Context | undefined;
|
|
508
|
+
set context(value: Context | undefined);
|
|
509
|
+
/**
|
|
510
|
+
* Serialize message to binary data
|
|
511
|
+
* @param instance message instance
|
|
512
|
+
*/
|
|
513
|
+
serializeBinary(): any;
|
|
514
|
+
/**
|
|
515
|
+
* Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
|
|
516
|
+
*/
|
|
517
|
+
toObject(): CreateContextRequest.AsObject;
|
|
518
|
+
/**
|
|
519
|
+
* Convenience method to support JSON.stringify(message), replicates the structure of toObject()
|
|
520
|
+
*/
|
|
521
|
+
toJSON(): CreateContextRequest.AsObject;
|
|
522
|
+
/**
|
|
523
|
+
* Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
|
|
524
|
+
* Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
|
|
525
|
+
* If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
|
|
526
|
+
*/
|
|
527
|
+
toProtobufJSON(options?: ToProtobufJSONOptions): CreateContextRequest.AsProtobufJSON;
|
|
528
|
+
}
|
|
529
|
+
export declare module CreateContextRequest {
|
|
530
|
+
/**
|
|
531
|
+
* Standard JavaScript object representation for CreateContextRequest
|
|
532
|
+
*/
|
|
533
|
+
interface AsObject {
|
|
534
|
+
parent?: string;
|
|
535
|
+
context?: Context.AsObject;
|
|
536
|
+
}
|
|
537
|
+
/**
|
|
538
|
+
* Protobuf JSON representation for CreateContextRequest
|
|
539
|
+
*/
|
|
540
|
+
interface AsProtobufJSON {
|
|
541
|
+
parent?: string;
|
|
542
|
+
context?: Context.AsProtobufJSON | null;
|
|
543
|
+
}
|
|
544
|
+
}
|
|
545
|
+
/**
|
|
546
|
+
* Message implementation for ondewo.nlu.UpdateContextRequest
|
|
547
|
+
*/
|
|
548
|
+
export declare class UpdateContextRequest implements GrpcMessage {
|
|
549
|
+
static id: string;
|
|
550
|
+
/**
|
|
551
|
+
* Deserialize binary data to message
|
|
552
|
+
* @param instance message instance
|
|
553
|
+
*/
|
|
554
|
+
static deserializeBinary(bytes: ByteSource): UpdateContextRequest;
|
|
555
|
+
/**
|
|
556
|
+
* Check all the properties and set default protobuf values if necessary
|
|
557
|
+
* @param _instance message instance
|
|
558
|
+
*/
|
|
559
|
+
static refineValues(_instance: UpdateContextRequest): void;
|
|
560
|
+
/**
|
|
561
|
+
* Deserializes / reads binary message into message instance using provided binary reader
|
|
562
|
+
* @param _instance message instance
|
|
563
|
+
* @param _reader binary reader instance
|
|
564
|
+
*/
|
|
565
|
+
static deserializeBinaryFromReader(_instance: UpdateContextRequest, _reader: BinaryReader): void;
|
|
566
|
+
/**
|
|
567
|
+
* Serializes a message to binary format using provided binary reader
|
|
568
|
+
* @param _instance message instance
|
|
569
|
+
* @param _writer binary writer instance
|
|
570
|
+
*/
|
|
571
|
+
static serializeBinaryToWriter(_instance: UpdateContextRequest, _writer: BinaryWriter): void;
|
|
572
|
+
private _context?;
|
|
573
|
+
private _updateMask?;
|
|
574
|
+
/**
|
|
575
|
+
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
576
|
+
* @param _value initial values object or instance of UpdateContextRequest to deeply clone from
|
|
577
|
+
*/
|
|
578
|
+
constructor(_value?: RecursivePartial<UpdateContextRequest.AsObject>);
|
|
579
|
+
get context(): Context | undefined;
|
|
580
|
+
set context(value: Context | undefined);
|
|
581
|
+
get updateMask(): googleProtobuf004.FieldMask | undefined;
|
|
582
|
+
set updateMask(value: googleProtobuf004.FieldMask | undefined);
|
|
583
|
+
/**
|
|
584
|
+
* Serialize message to binary data
|
|
585
|
+
* @param instance message instance
|
|
586
|
+
*/
|
|
587
|
+
serializeBinary(): any;
|
|
588
|
+
/**
|
|
589
|
+
* Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
|
|
590
|
+
*/
|
|
591
|
+
toObject(): UpdateContextRequest.AsObject;
|
|
592
|
+
/**
|
|
593
|
+
* Convenience method to support JSON.stringify(message), replicates the structure of toObject()
|
|
594
|
+
*/
|
|
595
|
+
toJSON(): UpdateContextRequest.AsObject;
|
|
596
|
+
/**
|
|
597
|
+
* Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
|
|
598
|
+
* Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
|
|
599
|
+
* If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
|
|
600
|
+
*/
|
|
601
|
+
toProtobufJSON(options?: ToProtobufJSONOptions): UpdateContextRequest.AsProtobufJSON;
|
|
602
|
+
}
|
|
603
|
+
export declare module UpdateContextRequest {
|
|
604
|
+
/**
|
|
605
|
+
* Standard JavaScript object representation for UpdateContextRequest
|
|
606
|
+
*/
|
|
607
|
+
interface AsObject {
|
|
608
|
+
context?: Context.AsObject;
|
|
609
|
+
updateMask?: googleProtobuf004.FieldMask.AsObject;
|
|
610
|
+
}
|
|
611
|
+
/**
|
|
612
|
+
* Protobuf JSON representation for UpdateContextRequest
|
|
613
|
+
*/
|
|
614
|
+
interface AsProtobufJSON {
|
|
615
|
+
context?: Context.AsProtobufJSON | null;
|
|
616
|
+
updateMask?: googleProtobuf004.FieldMask.AsProtobufJSON | null;
|
|
617
|
+
}
|
|
618
|
+
}
|
|
619
|
+
/**
|
|
620
|
+
* Message implementation for ondewo.nlu.DeleteContextRequest
|
|
621
|
+
*/
|
|
622
|
+
export declare class DeleteContextRequest implements GrpcMessage {
|
|
623
|
+
static id: string;
|
|
624
|
+
/**
|
|
625
|
+
* Deserialize binary data to message
|
|
626
|
+
* @param instance message instance
|
|
627
|
+
*/
|
|
628
|
+
static deserializeBinary(bytes: ByteSource): DeleteContextRequest;
|
|
629
|
+
/**
|
|
630
|
+
* Check all the properties and set default protobuf values if necessary
|
|
631
|
+
* @param _instance message instance
|
|
632
|
+
*/
|
|
633
|
+
static refineValues(_instance: DeleteContextRequest): void;
|
|
634
|
+
/**
|
|
635
|
+
* Deserializes / reads binary message into message instance using provided binary reader
|
|
636
|
+
* @param _instance message instance
|
|
637
|
+
* @param _reader binary reader instance
|
|
638
|
+
*/
|
|
639
|
+
static deserializeBinaryFromReader(_instance: DeleteContextRequest, _reader: BinaryReader): void;
|
|
640
|
+
/**
|
|
641
|
+
* Serializes a message to binary format using provided binary reader
|
|
642
|
+
* @param _instance message instance
|
|
643
|
+
* @param _writer binary writer instance
|
|
644
|
+
*/
|
|
645
|
+
static serializeBinaryToWriter(_instance: DeleteContextRequest, _writer: BinaryWriter): void;
|
|
646
|
+
private _name?;
|
|
647
|
+
/**
|
|
648
|
+
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
649
|
+
* @param _value initial values object or instance of DeleteContextRequest to deeply clone from
|
|
650
|
+
*/
|
|
651
|
+
constructor(_value?: RecursivePartial<DeleteContextRequest.AsObject>);
|
|
652
|
+
get name(): string | undefined;
|
|
653
|
+
set name(value: string | undefined);
|
|
654
|
+
/**
|
|
655
|
+
* Serialize message to binary data
|
|
656
|
+
* @param instance message instance
|
|
657
|
+
*/
|
|
658
|
+
serializeBinary(): any;
|
|
659
|
+
/**
|
|
660
|
+
* Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
|
|
661
|
+
*/
|
|
662
|
+
toObject(): DeleteContextRequest.AsObject;
|
|
663
|
+
/**
|
|
664
|
+
* Convenience method to support JSON.stringify(message), replicates the structure of toObject()
|
|
665
|
+
*/
|
|
666
|
+
toJSON(): DeleteContextRequest.AsObject;
|
|
667
|
+
/**
|
|
668
|
+
* Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
|
|
669
|
+
* Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
|
|
670
|
+
* If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
|
|
671
|
+
*/
|
|
672
|
+
toProtobufJSON(options?: ToProtobufJSONOptions): DeleteContextRequest.AsProtobufJSON;
|
|
673
|
+
}
|
|
674
|
+
export declare module DeleteContextRequest {
|
|
675
|
+
/**
|
|
676
|
+
* Standard JavaScript object representation for DeleteContextRequest
|
|
677
|
+
*/
|
|
678
|
+
interface AsObject {
|
|
679
|
+
name?: string;
|
|
680
|
+
}
|
|
681
|
+
/**
|
|
682
|
+
* Protobuf JSON representation for DeleteContextRequest
|
|
683
|
+
*/
|
|
684
|
+
interface AsProtobufJSON {
|
|
685
|
+
name?: string;
|
|
686
|
+
}
|
|
687
|
+
}
|
|
688
|
+
/**
|
|
689
|
+
* Message implementation for ondewo.nlu.DeleteAllContextsRequest
|
|
690
|
+
*/
|
|
691
|
+
export declare class DeleteAllContextsRequest implements GrpcMessage {
|
|
692
|
+
static id: string;
|
|
693
|
+
/**
|
|
694
|
+
* Deserialize binary data to message
|
|
695
|
+
* @param instance message instance
|
|
696
|
+
*/
|
|
697
|
+
static deserializeBinary(bytes: ByteSource): DeleteAllContextsRequest;
|
|
698
|
+
/**
|
|
699
|
+
* Check all the properties and set default protobuf values if necessary
|
|
700
|
+
* @param _instance message instance
|
|
701
|
+
*/
|
|
702
|
+
static refineValues(_instance: DeleteAllContextsRequest): void;
|
|
703
|
+
/**
|
|
704
|
+
* Deserializes / reads binary message into message instance using provided binary reader
|
|
705
|
+
* @param _instance message instance
|
|
706
|
+
* @param _reader binary reader instance
|
|
707
|
+
*/
|
|
708
|
+
static deserializeBinaryFromReader(_instance: DeleteAllContextsRequest, _reader: BinaryReader): void;
|
|
709
|
+
/**
|
|
710
|
+
* Serializes a message to binary format using provided binary reader
|
|
711
|
+
* @param _instance message instance
|
|
712
|
+
* @param _writer binary writer instance
|
|
713
|
+
*/
|
|
714
|
+
static serializeBinaryToWriter(_instance: DeleteAllContextsRequest, _writer: BinaryWriter): void;
|
|
715
|
+
private _parent?;
|
|
716
|
+
/**
|
|
717
|
+
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
718
|
+
* @param _value initial values object or instance of DeleteAllContextsRequest to deeply clone from
|
|
719
|
+
*/
|
|
720
|
+
constructor(_value?: RecursivePartial<DeleteAllContextsRequest.AsObject>);
|
|
721
|
+
get parent(): string | undefined;
|
|
722
|
+
set parent(value: string | undefined);
|
|
723
|
+
/**
|
|
724
|
+
* Serialize message to binary data
|
|
725
|
+
* @param instance message instance
|
|
726
|
+
*/
|
|
727
|
+
serializeBinary(): any;
|
|
728
|
+
/**
|
|
729
|
+
* Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
|
|
730
|
+
*/
|
|
731
|
+
toObject(): DeleteAllContextsRequest.AsObject;
|
|
732
|
+
/**
|
|
733
|
+
* Convenience method to support JSON.stringify(message), replicates the structure of toObject()
|
|
734
|
+
*/
|
|
735
|
+
toJSON(): DeleteAllContextsRequest.AsObject;
|
|
736
|
+
/**
|
|
737
|
+
* Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
|
|
738
|
+
* Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
|
|
739
|
+
* If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
|
|
740
|
+
*/
|
|
741
|
+
toProtobufJSON(options?: ToProtobufJSONOptions): DeleteAllContextsRequest.AsProtobufJSON;
|
|
742
|
+
}
|
|
743
|
+
export declare module DeleteAllContextsRequest {
|
|
744
|
+
/**
|
|
745
|
+
* Standard JavaScript object representation for DeleteAllContextsRequest
|
|
746
|
+
*/
|
|
747
|
+
interface AsObject {
|
|
748
|
+
parent?: string;
|
|
749
|
+
}
|
|
750
|
+
/**
|
|
751
|
+
* Protobuf JSON representation for DeleteAllContextsRequest
|
|
752
|
+
*/
|
|
753
|
+
interface AsProtobufJSON {
|
|
754
|
+
parent?: string;
|
|
755
|
+
}
|
|
756
|
+
}
|