Skip to content

Bug in 45.state-management sample #425

Closed
@rvinothrajendran

Description

@rvinothrajendran

To create the user profile property , it should refer the UserState but in the sample its referring the
conversationstate.

Current code : self.user_profile = self.conversation_state.create_property("UserProfile")

Expected code : self.user_profile = self.user_state.create_property("UserProfile")

Metadata

Metadata

Assignees

No one assigned

    Labels

    customer-replied-toIndicates that the team has replied to the issue reported by the customer. Do not delete.customer-reportedIssue is created by anyone that is not a collaborator in the repository.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions