Restrict the entity node after one use

Hi
I want to avoid using the same entity throughout the session. For example, I initially presented a list of language options using one entity. After the user selected a language, the bot responded accordingly. However, if the user says ‘hi’ again during the same session, the language selection buttons reappear. I want to prevent this entity from reappearing if the user has already selected a language.