You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
Is your feature request related to a problem? Please describe.
Ensure sessionEnded request is correctly mapped in Virtual Google Assistant, by checking the "sessionEnded": true property. Trying this out with Guess The Price for Google repository shows the sessionEnded flag on every single response, so it's probably an issue with the google assistant library itself or an unknown behavior.
Describe the solution you'd like
The sessionEnded flag should correctly indicate if it's the end of the session for a google assistant action.
Additional context
Guess The Price for Google can be used to test this. It should indicate sessionEnded at the end of the skill but not before that.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Ensure sessionEnded request is correctly mapped in Virtual Google Assistant, by checking the "sessionEnded": true property. Trying this out with Guess The Price for Google repository shows the sessionEnded flag on every single response, so it's probably an issue with the google assistant library itself or an unknown behavior.
Describe the solution you'd like
The sessionEnded flag should correctly indicate if it's the end of the session for a google assistant action.
Additional context
Guess The Price for Google can be used to test this. It should indicate sessionEnded at the end of the skill but not before that.
The text was updated successfully, but these errors were encountered: