Excel Automation query : Should generate a report by comparing the values from excel sheet with the response which was given from BOT application

Assume,i have a list of questions in first Column (Column A) in an excel sheet and i am passing those values in the bot(like google assistant) using UI path script and i have a list of expected answers respectively for all the questions in Column B and my question is i have to compare the response which given by bot with the expected response which i mentioned in the sheet(Column B) and finally it should generate a report with listing all the passed and failed cases.Help me in doing this please?

Pls elaborate how bot’s response is getting created and how it is getting captured ?