Slot / Entity is not getting updated

Hi, I have created BOT which required input from User. It is setting only first time,Next it is not updating. I have tried in debug modes and found it is not setting;

rasa.core.processor - Received user message ‘INC123’ with intent ‘{‘name’: ‘askticket’, ‘confidence’: 0.9826536774635315}’ and entities ‘[{‘entity’: ‘ticketnum’, ‘start’: 0, ‘end’: 6, ‘extractor’: ‘DIETClassifier’, ‘value’: ‘INC123’}]’

rasa.core.processor - Received user message ‘INC456’ with intent ‘{‘name’: ‘askticket’, ‘confidence’: 0.663059651851654}’ and entities ‘[]’