Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.

DialogData is empty on middleware #14

Open
CristianPQ opened this issue Jul 26, 2017 · 1 comment
Open

DialogData is empty on middleware #14

CristianPQ opened this issue Jul 26, 2017 · 1 comment

Comments

@CristianPQ
Copy link
Collaborator

I've configured the additional settings and now I'm logging some data that is on UserData.
I was trying to log some data from DialogData but it was always null, so I debugged it and I realised that on the middleware dialogData is empty, as it was a different dialog.

customFields: {
	userData: [ "currentBot", "country", "locale", "BotBuilder.Data.PreferredLocale" ],
	dialogData: [ "BotBuilder.Data.Intent", "BotBuilder.Data.WaterfallStep"],
	conversationData: [],
	privateConversationData: []
}

screen shot 2017-07-26 at 11 31 47

I think you should disable dialogData to be defined on customFields

@morsh
Copy link
Contributor

morsh commented Aug 7, 2017

@CristianPQ - I'll check this, but it might take some time.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants