diff --git a/src/bp/sdk/botpress.d.ts b/src/bp/sdk/botpress.d.ts index 85a97a07c02..99a7cd495f4 100644 --- a/src/bp/sdk/botpress.d.ts +++ b/src/bp/sdk/botpress.d.ts @@ -331,7 +331,7 @@ declare module 'botpress/sdk' { export interface SlotDefinition { name: string - entity: string + entities: string[] } export interface IntentDefinition { @@ -375,6 +375,7 @@ declare module 'botpress/sdk' { name: string value: any entity: Entity + confidence: number } export interface SlotCollection {