From 588bb4973d3bd1119457f7d8fcd2b6a70eb67cbb Mon Sep 17 00:00:00 2001 From: koaning Date: Tue, 24 Nov 2020 10:19:33 +0100 Subject: [PATCH] added-import --- docs/docs/sdk-actions.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/sdk-actions.mdx b/docs/docs/sdk-actions.mdx index 155ca231a..16e7db0b6 100644 --- a/docs/docs/sdk-actions.mdx +++ b/docs/docs/sdk-actions.mdx @@ -85,6 +85,7 @@ your bot could execute the action `ActionCheckRestaurants`, which might look like this: ```python +from typing import Text, Dict, Any, List from rasa_sdk import Action from rasa_sdk.events import SlotSet