Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update an intent either with batch or single operation loses the end of conversation flag #35

Open
asavvop opened this issue Nov 15, 2019 · 1 comment

Comments

@asavvop
Copy link

asavvop commented Nov 15, 2019

Hi guys,

It seems that after using either the BatchUpdateIntentsAsync or UpdateIntentAsync calls from the client api results in the intent losing the state of whether this intent is the end of the conversation.
Note: The used intent name has not been changed at all.

Is there anyway to read the state of this flag or force an update of this flag?

Thanks

@markusrt
Copy link

markusrt commented Nov 15, 2019

@asavvop We had a similar issue in our project. Maybe you did had a consistent model zip in your restore. This is crucial as end intends are referenced via their id in agent.json

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants