Skip to content
Discussion options

You must be logged in to vote

Hi @DineshKumar-Engg I added a 2 features that should allow you to implement what you want:

  1. Access to conversation history: Now NLUX tracks every message typed by the user to send it to the server, and to allow storing it.
  2. Pre-Destroy event - Documentation here : This event is called prior to component being destroyed, and it enables users to capture conversation history.

They are available starting from version 0.11.1. The NLUX events documentation page has been updated to mention those features.

Your Example

I created an example below that does what you are trying to achieve:

  • We capture conversation history prior to destroying (hiding) the component
  • We use that conversation history a…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@DineshKumar-Engg
Comment options

Comment options

You must be logged in to vote
1 reply
@DineshKumar-Engg
Comment options

Answer selected by salmenus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants