UNPKG
@ondewo/nlu-client-angular
Version:
latest (7.0.1)
7.0.1
7.0.0
6.14.0
6.13.0
6.12.0
6.11.0
6.10.0
6.9.0
6.8.0
6.7.0
6.6.0
6.5.0
6.4.0
6.3.0
6.2.0
6.1.0
6.0.0
5.0.0
4.9.0
4.8.0
4.7.1
4.7.0
4.6.0
4.5.0
4.4.0
4.3.0
4.2.0
4.0.0
3.5.2
3.5.0
3.4.0
3.3.0
3.2.0
3.1.0
3.0.0
2.15.0
2.14.0
2.13.0
2.11.0
2.10.0
2.9.1
2.9.0
2.8.0
2.6.0
2.5.0
2.4.0
2.3.1
2.3.0
2.2.0
2.1.0
2.0.1
2.0.0
1.0.3
ONDEWO Natural Language Understanding (NLU) Client library for Angular
ondewo.com
@ondewo/nlu-client-angular
/
api
/
ondewo
/
qa
/
qa.pbconf.d.ts
7 lines
(6 loc)
•
254 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
InjectionToken
}
from
'@angular/core'
;
/** * Specific GrpcClientSettings for Qa. * Use it only if your default settings are not set or the service requires other settings. */
export
declare
const
GRPC_QA_CLIENT_SETTINGS
:
InjectionToken
<
any
>;