UNPKG
@botonic/plugin-intent-classification
Version:
alpha (0.19.0-alpha.5)
latest (0.20.0)
rc (0.20.0-rc.0)
0.20.0
0.20.0-rc.0
0.19.0
0.19.0-alpha.5
0.19.0-alpha.4
0.19.0-alpha.3
0.19.0-alpha.2
0.19.0-alpha.1
0.19.0-alpha.0
## What does this plugin do?
@botonic/plugin-intent-classification
/
src
/
options.ts
4 lines
(2 loc)
•
99 B
text/typescript
View Raw
1
2
3
4
import
{
Locale
}
from
'@botonic/nlp/lib/types'
export
type
PluginOptions
= {
locales
:
Locale
[] }