Skip to content

[EPIC] More Data in the nextAbility function #123

@howlowck

Description

@howlowck

Description:
nextAbility is currently a simple function that has no parameters. However in order of this function to be useful, it needs information like the slotData, convoState, etc.

The difficulty comes from the fact that convoState is changed after the execute stage, we would either have to run the nextAbility function right after when onComplete function is run in the execute Stage, or create a new stage after the execute stage to run the nextAbility Function.

Acceptance Criteria:

  • nextAbility has conversationState and the getSlotData function.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Epicrel:abilityPertaining to ability structurerel:apiWolf developer APIsstage:executeRelevant to execute stage

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions