Discussion Watson reset conversation

Is there any way to tell watson that he could reset the conversation "after this point was set the same as talk_start"?

TCS

+3


source to share


1 answer


Discussion of stateless Watson. Thus, he knows nothing about where you are in a conversation without a context object.

In reset conversation, you just don't send the context object and it will generate a new one.



Or let's say you are in a process thread and want to reset to a specific point. Just grab a copy of the context object at this point in time. Then use that to rollback.

This assumes that your application layer has not done anything outside of the conversation that would involve a rollback.

+3


source







All Articles