Bot not getting trained on domain.yml

my simple chat bot is not responding as per intent in domain.yml 1 2

nlu.yml (2.6 KB) rules.yml (369 Bytes) stories.yml (777 Bytes)

config.yml (1.7 KB) credentials.yml (998 Bytes) domain.yml (981 Bytes) endpoints.yml (1.4 KB)

Error found that C:\Users\hp\anaconda3\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’: Found intent ‘beam_design_steps’ in stories which is not part of the domain. More info at Stories C:\Users\hp\anaconda3\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Issue found in ‘data\stories.yml’: Found intent ‘thanks’ in stories which is not part of the domain. More info at Stories

Can anybody please help me find error. My bot is not trained on Domain.yml file. How can I fix this issue.