@voiceflow/voiceflow-types
Advanced tools
Comparing version 3.12.1 to 3.13.0
@@ -63,3 +63,3 @@ import { SlotType } from '../constants'; | ||
} | ||
export interface LuisUtterances { | ||
export interface LuisUtterance { | ||
text: string; | ||
@@ -79,2 +79,3 @@ intent: string; | ||
export interface LuisWorkspace { | ||
culture: string; | ||
intents: LuisIntentStructure[]; | ||
@@ -84,3 +85,3 @@ entities: LuisEntityStructure[]; | ||
builtInEntities: LuisBuiltInEntity[]; | ||
utterances: LuisUtterances[]; | ||
utterances: LuisUtterance[]; | ||
} |
@@ -63,3 +63,3 @@ import { SlotType } from '../constants'; | ||
} | ||
export interface LuisUtterances { | ||
export interface LuisUtterance { | ||
text: string; | ||
@@ -79,2 +79,3 @@ intent: string; | ||
export interface LuisWorkspace { | ||
culture: string; | ||
intents: LuisIntentStructure[]; | ||
@@ -84,3 +85,3 @@ entities: LuisEntityStructure[]; | ||
builtInEntities: LuisBuiltInEntity[]; | ||
utterances: LuisUtterances[]; | ||
utterances: LuisUtterance[]; | ||
} |
{ | ||
"name": "@voiceflow/voiceflow-types", | ||
"description": "Voiceflow 'voiceflow' project types", | ||
"version": "3.12.1", | ||
"version": "3.13.0", | ||
"author": "Voiceflow", | ||
@@ -10,5 +10,5 @@ "bugs": { | ||
"dependencies": { | ||
"@voiceflow/base-types": "^2.23.3", | ||
"@voiceflow/chat-types": "^2.7.3", | ||
"@voiceflow/voice-types": "^2.5.17" | ||
"@voiceflow/base-types": "^2.23.4", | ||
"@voiceflow/chat-types": "^2.7.4", | ||
"@voiceflow/voice-types": "^2.5.18" | ||
}, | ||
@@ -47,3 +47,3 @@ "files": [ | ||
}, | ||
"gitHead": "5d2192c396458db5ed76a5b59b6b726b474df995" | ||
"gitHead": "d3c1af71d24f5b17dd6d78538b2c92c7fdfc3c43" | ||
} |
218336
5688