From ac48c1161a7d9ec6dbafc998064219f5d63d10e7 Mon Sep 17 00:00:00 2001 From: "yuichi.watanabe" Date: Sun, 26 Jun 2016 19:55:12 +0900 Subject: [PATCH] correct the property name of the Session class --- Node/src/botbuilder.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Node/src/botbuilder.d.ts b/Node/src/botbuilder.d.ts index a60708e550..6b08118e53 100644 --- a/Node/src/botbuilder.d.ts +++ b/Node/src/botbuilder.d.ts @@ -883,7 +883,7 @@ export class Session { dialogs: DialogCollection; /** Sessions current state information. */ - ISessionState: ISessionState; + sessionState: ISessionState; /** The message recieved from the user. For bot originated messages this may only contain the "to" & "from" fields. */ message: IMessage;