@ondewo/nlu-client-angular
Version:
ONDEWO Natural Language Understanding (NLU) Client library for Angular
16 lines (14 loc) • 418 B
text/typescript
/* tslint:disable */
/* eslint-disable */
// @ts-nocheck
//
// THIS IS A GENERATED FILE
// DO NOT MODIFY IT! YOUR CHANGES WILL BE LOST
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 const GRPC_QA_CLIENT_SETTINGS = new InjectionToken<any>(
'GRPC_QA_CLIENT_SETTINGS'
);