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

DialogData is empty on middleware #14

@CristianPQ

Description

@CristianPQ

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions