More fields due to deploy.
This commit is contained in:
parent
965e26548e
commit
d9b41490ce
1 changed files with 10 additions and 2 deletions
|
|
@ -65,10 +65,12 @@ export interface IGBInstance {
|
||||||
ui: string
|
ui: string
|
||||||
kb: string
|
kb: string
|
||||||
nlpAppId: string
|
nlpAppId: string
|
||||||
nlpSubscriptionKey: string
|
nlpKey: string
|
||||||
nlpServerUrl: string
|
nlpEndpoint: string
|
||||||
speechKey: string
|
speechKey: string
|
||||||
|
speechEndpoint: string
|
||||||
spellcheckerKey: string
|
spellcheckerKey: string
|
||||||
|
spellcheckerEndpoint: string
|
||||||
searchHost: string
|
searchHost: string
|
||||||
searchKey: string
|
searchKey: string
|
||||||
searchIndex: string
|
searchIndex: string
|
||||||
|
|
@ -76,4 +78,10 @@ export interface IGBInstance {
|
||||||
nlpVsSearch: number
|
nlpVsSearch: number
|
||||||
searchScore: number
|
searchScore: number
|
||||||
nlpScore: number
|
nlpScore: number
|
||||||
|
storageUsername: string
|
||||||
|
storagePassword: string
|
||||||
|
storageName: string
|
||||||
|
storageServer: string
|
||||||
|
storageDialect: string
|
||||||
|
storagePath: string
|
||||||
}
|
}
|
||||||
Loading…
Add table
Reference in a new issue