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;