Bez popisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

nlu.yml 85KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463
  1. version: "3.1"
  2. nlu:
  3. - intent: greet
  4. examples: |
  5. - hey
  6. - hello
  7. - hi
  8. - hello there
  9. - good morning
  10. - good evening
  11. - moin
  12. - hey there
  13. - let's go
  14. - hey dude
  15. - goodmorning
  16. - goodevening
  17. - good afternoon
  18. - hy
  19. - intent: goodbye
  20. examples: |
  21. - cu
  22. - good by
  23. - cee you later
  24. - good night
  25. - bye
  26. - goodbye
  27. - have a nice day
  28. - see you around
  29. - bye bye
  30. - see you later
  31. - intent: affirm
  32. examples: |
  33. - yes
  34. - y
  35. - indeed
  36. - of course
  37. - that sounds good
  38. - correct
  39. - intent: deny
  40. examples: |
  41. - no
  42. - n
  43. - never
  44. - I don't think so
  45. - don't like that
  46. - no way
  47. - not really
  48. - intent: mood_great
  49. examples: |
  50. - perfect
  51. - great
  52. - amazing
  53. - feeling like a king
  54. - wonderful
  55. - I am feeling very good
  56. - I am great
  57. - I am amazing
  58. - I am going to save the world
  59. - super stoked
  60. - extremely good
  61. - so so perfect
  62. - so good
  63. - so perfect
  64. - intent: mood_unhappy
  65. examples: |
  66. - my day was horrible
  67. - I am sad
  68. - I don't feel very well
  69. - I am disappointed
  70. - super sad
  71. - I'm so sad
  72. - sad
  73. - very sad
  74. - unhappy
  75. - not good
  76. - not very good
  77. - extremly sad
  78. - so saad
  79. - so sad
  80. - intent: bot_challenge
  81. examples: |
  82. - are you a bot?
  83. - are you a human?
  84. - am I talking to a bot?
  85. - am I talking to a human?
  86. - intent: Question0
  87. examples: |
  88. - "Not able to change tagging between DSRs"
  89. - "The tagging between DSRs cannot be changed"
  90. - "Changing the tagging between DSRs is not allowed."
  91. - "There is no way to modify the tagging between DSRs."
  92. - "The tagging between DSRs is fixed and cannot be altered."
  93. - "It is not feasible to change the tagging between DSRs."
  94. - intent: Question1
  95. examples: |
  96. - "sales graph in dms is showing only overall sales, partywise graph is missing. other graphs also showing only customer codes instead of customer names. please rectify"
  97. - "The sales graph in DMS only displays the overall sales and does not include the party-wise graph. Additionally, the other graphs only show the customer codes instead of their names. Could you please rectify this issue?"
  98. - "The DMS sales graph is only presenting the total sales and is not exhibiting the party-wise graph. Moreover, the other graphs are only demonstrating customer codes, not their names. Can you please fix this problem?"
  99. - "The DMS sales graph shows solely the overall sales and lacks the party-wise graph. Further, other graphs only showcase customer codes rather than their names. Please address this issue."
  100. - "The sales graph in DMS is only presenting the total sales and is not displaying the party-wise graph. Additionally, other graphs only exhibit customer codes, not their names. Kindly rectify this problem."
  101. - "The DMS sales graph is only showing the overall sales and does not include the party-wise graph. Also, the other graphs are only displaying customer codes and not their names. Would you please fix this issue?"
  102. - intent: Question2
  103. examples: |
  104. - "HOW TO CHANGE RETAILER DETAIL"
  105. - "please tell how to change RETAILER DETAIL"
  106. - intent: Question3
  107. examples: |
  108. - "regarding for customer E.B.Taiging and purchase invoice"
  109. - "Regarding the customer E.B. Taiging and purchase invoice, could you please provide more information?"
  110. - "Can you please give me further details on the customer E.B. Taiging and purchase invoice?"
  111. - "I need more information about the customer E.B. Taiging and purchase invoice. Could you please help me with that?"
  112. - "Regarding the customer E.B. Taiging and purchase invoice, there are some questions I have. Would you mind providing me with more information?"
  113. - "In relation to the customer E.B. Taiging and purchase invoice, I would appreciate it if you could give me more details."
  114. - intent: Question4
  115. examples: |
  116. - "we would like to inform you today create the DC and also tagging the EB, but volume is not showing,so please rectify the same as per as possible."
  117. - "We would like to inform you that we have created the DC and tagged the EB today, but the volume is not showing. Could you please rectify this issue as soon as possible?"
  118. - "Today, we have created the DC and tagged the EB. However, the volume is not displaying. Can you please fix this issue at the earliest?"
  119. - "We have created the DC and tagged the EB today, but the volume is not being shown. Kindly rectify this issue as soon as possible."
  120. - "Regarding the DC and EB tagging, we have completed the process today. However, the volume is not visible. Please fix this issue as soon as you can."
  121. - "We have successfully created the DC and tagged the EB today. However, the volume is not showing up. We kindly request you to rectify this issue as soon as possible."
  122. - intent: Question5
  123. examples: |
  124. - "i am from trichy branch. i have billed materials from madurai branch, i am unable to select madurai branch in my login"
  125. - "I am from Trichy branch, and I have billed materials from Madurai branch. However, I am unable to select the Madurai branch in my login. Can you please assist me in resolving this issue?"
  126. - "In my login, I am unable to select the Madurai branch from where I have billed materials as I belong to the Trichy branch. Could you please help me resolve this issue?"
  127. - "As an employee of the Trichy branch, I have billed materials from the Madurai branch. Unfortunately, I am facing issues in selecting the Madurai branch in my login. Can you please guide me on how to resolve this issue?"
  128. - "I belong to the Trichy branch and have billed materials from the Madurai branch. However, I am facing issues in selecting the Madurai branch in my login. Kindly assist me in fixing this issue."
  129. - "The Madurai branch is where I billed the materials from, but I belong to the Trichy branch, and I am unable to select it in my login. Could you please provide me with a solution to this issue?"
  130. - intent: Question6
  131. examples: |
  132. - "we can't see the stock our stock is mismatch"
  133. - "We are unable to view our stock, and it appears that there is a mismatch. Could you please help us resolve this issue?"
  134. - "Our stock is showing a mismatch, and we are unable to view it. Can you please assist us in resolving this issue?"
  135. - "There seems to be a mismatch in our stock, and we are unable to view it. Would you please help us resolve this issue?"
  136. - "We are facing an issue where our stock is showing a mismatch, and we are unable to view it. Could you please provide a solution for this problem?"
  137. - "Our stock appears to be mismatched, and we are currently unable to view it. We kindly request your assistance in resolving this issue."
  138. - intent: Question7
  139. examples: |
  140. - "INVOICE NO H2/CR/2/1594 WRONGLY BILLED"
  141. - "There seems to be an error with invoice number H2/CR/2/1594 as it has been wrongly billed."
  142. - "We have identified an error with the invoicing of H2/CR/2/1594, which has been billed incorrectly."
  143. - "It has come to our attention that invoice number H2/CR/2/1594 has been billed erroneously."
  144. - "We regret to inform you that there is an issue with invoice number H2/CR/2/1594, as it has been wrongly billed."
  145. - "We have noticed an error with the billing of invoice number H2/CR/2/1594. It has been billed incorrectly."
  146. - intent: Question8
  147. examples: |
  148. - "receipt is shown in advance even after adjust to b.no.357"
  149. - Even after adjusting to b.no.357, the receipt is still showing as an advance payment."
  150. - We adjusted to b.no.357, but the receipt is still showing as an advance payment."
  151. - Despite adjusting to b.no.357, the receipt is still reflecting as an advance payment."
  152. - The receipt is still displaying as an advance payment, even after being adjusted to b.no.357."
  153. - We are facing an issue where the receipt is still showing as an advance payment, even after adjusting to b.no.357.
  154. - intent: Question9
  155. examples: |
  156. - "Please help change dsr name to customer master."
  157. - "Could you please help me change the DSR name to customer master?"
  158. - "I would appreciate your assistance in changing the DSR name to customer master."
  159. - "Is it possible for you to help me rename the DSR to customer master?"
  160. - "I am looking for your support in changing the DSR name to customer master."
  161. - "May I request your help in renaming the DSR to customer master?"
  162. - intent: Question10
  163. examples: |
  164. - "How to create stock transfer"
  165. - "Could you guide me on how to create a stock transfer?"
  166. - "Can you please provide me with the steps to create a stock transfer?"
  167. - "I need assistance with creating a stock transfer. Could you please help me with the process?"
  168. - "Is there any documentation available on how to create a stock transfer?"
  169. - "I am not familiar with how to create a stock transfer. Could you please show me the steps involved?"
  170. - intent: Question11
  171. examples: |
  172. - "Required Geo tagged & non tagged report"
  173. - "We require both geo-tagged and non-tagged reports."
  174. - "Could you please provide us with both geo-tagged and non-tagged reports?"
  175. - "We need reports that include both geo-tagged and non-tagged data."
  176. - "Please ensure that we receive both geo-tagged and non-tagged reports."
  177. - "We would like to request for reports that contain both geo-tagged and non-tagged information."
  178. - intent: Question12
  179. examples: |
  180. - "Geo tag not submit"
  181. - "The geo tag has not been submitted."
  182. - "There seems to be an issue with submitting the geo tag."
  183. - "We have been unable to submit the geo tag."
  184. - "Submitting the geo tag has not been successful."
  185. - "We are facing a problem in submitting the geo tag."
  186. - intent: Question13
  187. examples: |
  188. - "As per GRN stock of 20w40 50 ltr. and 15w30 50 ltr. stock not shown in stock report"
  189. - "The stock report does not show the stock of 20w40 50 ltr. and 15w30 50 ltr. as per the GRN."
  190. - "We have observed that the stock report does not display the stock of 20w40 50 ltr. and 15w30 50 ltr. as per the GRN."
  191. - "According to the GRN, the stock of 20w40 50 ltr. and 15w30 50 ltr. is missing from the stock report."
  192. - "The stock report seems to be missing the stock of 20w40 50 ltr. and 15w30 50 ltr. as per the GRN."
  193. - "We have noticed that the stock report does not reflect the stock of 20w40 50 ltr. and 15w30 50 ltr. as per the GRN."
  194. - intent: Question14
  195. examples: |
  196. - "He couldn't able to logg in due to Password problem."
  197. - "He is unable to log in due to a password issue."
  198. - "There seems to be a problem with his login due to a password issue."
  199. - "He is having trouble logging in because of a password problem."
  200. - "Due to a password issue, he is currently unable to log in."
  201. - "He is experiencing login difficulties because of a password problem."
  202. - intent: Question15
  203. examples: |
  204. - "Please help him to create his Email id in the DMS portal"
  205. - "Could you please assist him in creating his email ID on the DMS portal?"
  206. - "Please guide him in creating his email ID on the DMS portal."
  207. - "Kindly provide support to him in creating his email ID on the DMS portal."
  208. - "He needs help in creating his email ID on the DMS portal, could you please assist him?"
  209. - "As he is new to the DMS portal, please help him in creating his email ID."
  210. - intent: Question18
  211. examples: |
  212. - "admin forget their id password "
  213. - "The admin has forgotten their ID password. Can you assist them in resetting it?"
  214. - "The admin is unable to access their account as they have forgotten their ID password. Could you please provide assistance?"
  215. - "The admin has misplaced or forgotten their ID password. Please advise on how to reset it."
  216. - "The admin needs help in recovering their forgotten ID password. Could you please provide support?"
  217. - "The admin cannot log in as they have forgotten their ID password. Can you help them reset it?"
  218. - intent: Question19
  219. examples: |
  220. - "Geo tag problem no current location received"
  221. - "We are experiencing a problem with Geo-tagging as the current location is not being received. Can you please advise on how to resolve this issue?"
  222. - "The Geo-tagging feature is not working, and we are not receiving any current location information. Can you please assist us in resolving this problem?"
  223. - "We are facing an issue with the Geo-tagging functionality, and we are not getting the current location information. Could you please provide support in fixing this problem?"
  224. - "The Geo-tagging is not working, and we have not received the current location. Can you please help us resolve this issue?"
  225. - "There is an issue with the Geo-tagging feature as we are not receiving any current location information. Please advise on how to fix this problem."
  226. - intent: Question20
  227. examples: |
  228. - "Pending Order Details Report are not generated."
  229. - "We are unable to generate the Pending Order Details Report. Can you please help us resolve this issue?"
  230. - "The Pending Order Details Report is not being generated. Could you please provide assistance in fixing this problem?"
  231. - "We are facing an issue with generating the Pending Order Details Report. Can you please advise on how to resolve this?"
  232. - "The Pending Order Details Report is not getting generated, and we need your support in fixing this problem."
  233. - "We are experiencing a problem with the Pending Order Details Report, and it is not being generated. Please assist us in resolving this issue."
  234. - intent: Question21
  235. examples: |
  236. - "Not able to generate pci report of last month and this quarter"
  237. - "We are facing an issue with generating the PCI report for last month and this quarter. Can you please provide assistance in resolving this problem?"
  238. - "The PCI report for last month and this quarter is not getting generated. Could you please advise on how to fix this issue?"
  239. - "We are unable to generate the PCI report for the last month and this quarter. Can you please help us resolve this problem?"
  240. - "There is an issue with generating the PCI report for last month and this quarter. We need your support in fixing this problem."
  241. - "The PCI report for last month and this quarter is not being generated. Please assist us in resolving this issue."
  242. - intent: Question22
  243. examples: |
  244. - "i AM NOT ABLE TO ADD SALES MANAGER WHILE CREATING NEW CUSTOMER"
  245. - "We are encountering an issue where we cannot add a sales manager while creating a new customer. Can you please advise on how to resolve this problem?"
  246. - "While creating a new customer, we are unable to add a sales manager. Could you provide assistance in fixing this issue?"
  247. - "We are facing a problem where we cannot add a sales manager while creating a new customer. Can you please help us resolve this?"
  248. - "There is an issue where we cannot add a sales manager while creating a new customer. We need your support in fixing this problem."
  249. - "We are experiencing difficulties adding a sales manager while creating a new customer. Please assist us in resolving this issue."
  250. - intent: Question23
  251. examples: |
  252. - "data not showing correct data in sales report."
  253. - "The data in our sales report is not displaying accurately. Can you please investigate and help us resolve this issue?"
  254. - "We have noticed that the sales report is not showing the correct data. Can you assist us in resolving this problem?"
  255. - "There seems to be an issue with the sales report as it is not displaying accurate data. We need your support in resolving this."
  256. - "We are facing a problem where the sales report is not showing the correct data. Can you please look into this and provide a solution?"
  257. - "Our sales report is displaying incorrect data. We require your assistance in fixing this problem."
  258. - intent: Question24
  259. examples: |
  260. - "We are unable to create sale order. It shows "series is expired/ series format does not exist."
  261. - "We are encountering an issue where we cannot create a sales order due to an error message stating that the series is expired or the series format does not exist. Can you please help us resolve this?"
  262. - "The system is not allowing us to create a sales order and is displaying an error message saying that the series is expired or the series format does not exist. Can you guide us on how to fix this problem?"
  263. - "We are facing an issue while creating a sales order as the system is showing an error message that the series is expired or the series format does not exist. Can you assist us in resolving this error?"
  264. - "The sales order creation process is failing due to an error message stating that the series is expired or the series format does not exist. Can you investigate this and provide a solution?"
  265. - "An error message is appearing when we try to create a sales order, saying that the series is expired or the series format does not exist. We need your support in resolving this issue."
  266. - intent: Question25
  267. examples: |
  268. - "one of the new DSR created few customers and by mistake created as admin instead of owner"
  269. - "There has been an error in creating new customers by one of our DSRs, who mistakenly assigned them as admins instead of owners. Can you help us correct this?"
  270. - "One of our DSRs mistakenly assigned some new customers as admins instead of owners. We need your guidance on how to rectify this mistake."
  271. - "We are facing an issue where some new customers created by our DSR have been assigned as admins instead of owners by mistake. Can you assist us in fixing this error?"
  272. - "The DSR accidentally assigned some new customers as admins instead of owners. Can you please provide us with a solution to rectify this mistake?"
  273. - "We have encountered an issue where some customers created by our DSR have been mistakenly assigned as admins instead of owners. We need your support in correcting this error."
  274. - intent: Question26
  275. examples: |
  276. - "CREATION OF NEW ACCOUNT"
  277. - "We need assistance in creating a new account. Can you guide us through the process?"
  278. - "We would like to create a new account and require your help to do so."
  279. - "Please provide us with instructions on how to create a new account in the system."
  280. - "We are looking to create a new account and would appreciate your support in doing so."
  281. - "Could you assist us in setting up a new account?"
  282. - intent: Question27
  283. examples: |
  284. - "Purchase invoice wrongly create in purchase return, how to convert this stock again"
  285. - "We have mistakenly created a purchase invoice in the purchase return section. Can you guide us on how to convert this stock back?"
  286. - "A purchase invoice was created in the wrong section, specifically in the purchase return area. How can we convert this stock back to its original state?"
  287. - "We require assistance in rectifying a mistake where a purchase invoice was incorrectly created in the purchase return section. Could you advise us on how to convert this stock back?"
  288. - "There has been an error in creating a purchase invoice in the purchase return category. We need help in converting the stock back to its original form. Can you provide guidance on this?"
  289. - "We mistakenly created a purchase invoice in the purchase return section and need to convert the stock back. Could you help us by providing instructions on how to do this?"
  290. - intent: Question28
  291. examples: |
  292. - "Unable to geo tag"
  293. - "We are facing difficulty in geo-tagging and are unable to do so at the moment."
  294. - "Geo-tagging seems to be problematic as we are unable to perform the task."
  295. - "We are having trouble with geo-tagging and cannot seem to get it to work."
  296. - "There appears to be an issue with geo-tagging, and we are currently unable to perform the task."
  297. - "We are unable to geo-tag at the moment and require assistance in resolving this problem."
  298. # - intent: Question29
  299. # examples: |
  300. # - "My DSR TANVIR ALAM is unable to geo tag."
  301. - intent: Question30
  302. examples: |
  303. - "Sales Order not showing"
  304. - "We are experiencing an issue where sales orders are not appearing in the system."
  305. - "There seems to be a problem with sales orders not being displayed in the system."
  306. - "We cannot view sales orders in the system, and are unsure why."
  307. - "Sales orders are not being shown in the system, and we require assistance in resolving this issue."
  308. - "The sales orders we have created are not visible in the system, and we need help in figuring out why."
  309. - intent: Question31
  310. examples: |
  311. - "Creation of user id for accounts purpose"
  312. - "We need to create a user ID for the purpose of managing our accounts."
  313. - "We require assistance in generating a user ID for our accounting needs."
  314. - "Can you please help us create a user ID specifically for handling our financial accounts?"
  315. - "We are looking to create a new user ID that is dedicated to our accounting tasks."
  316. - "The purpose of our request is to have a new user ID created solely for the management of our financial accounts."
  317. - intent: Question32
  318. examples: |
  319. - "Did not able to Void Order"
  320. - "We're having trouble voiding an order and need some assistance."
  321. - "We're unable to cancel an order and need help resolving the issue."
  322. - "We're encountering difficulties voiding an order and require some guidance."
  323. - "We've been unsuccessful in our attempts to void an order and need some support."
  324. - "We're facing an issue where we're unable to void an order and would appreciate some assistance."
  325. - intent: Question33
  326. examples: |
  327. - "Stock transfer issue"
  328. - "We're experiencing a problem with stock transfer and need some assistance to resolve it."
  329. - "We're unable to complete a stock transfer and require some help to resolve the issue."
  330. - "We're facing an issue with transferring stock and need some guidance to resolve it."
  331. - "There seems to be an issue with our stock transfer process and we need some support to resolve it."
  332. - "We're encountering difficulties with stock transfer and would appreciate some assistance to resolve the issue."
  333. - intent: Question34
  334. examples: |
  335. - "ENABLE TO TAG DSRS"
  336. - "We are experiencing issues with tagging DSRs in the system."
  337. - "Tagging DSRs is not currently possible due to a technical problem."
  338. - "The system is not allowing us to tag DSRs at the moment."
  339. - "We are encountering difficulties when trying to tag DSRs in the system."
  340. - "Tagging DSRs is currently unavailable and we are investigating the issue."
  341. - intent: Question38
  342. examples: |
  343. - "need help in opportunity download"
  344. - "I require assistance in downloading the opportunity information, please."
  345. - "Can someone please help me with downloading the opportunity details?"
  346. - "I am facing difficulty in downloading the opportunity data, can you assist me?"
  347. - "Is it possible to get some help with the opportunity download process?"
  348. - "I need guidance in downloading the opportunity information, could someone help me out?"
  349. - intent: Question39
  350. examples: |
  351. - "Need to change below customer RTS status from 'NO' to "Yes""
  352. - "We need to modify the RTS status of the following customer from 'No' to 'Yes'."
  353. - "Please change the RTS status of the customer mentioned below from 'No' to 'Yes'."
  354. - "The RTS status of the customer listed below needs to be updated from 'No' to 'Yes'."
  355. - "Kindly alter the RTS status of the below-mentioned customer from 'No' to 'Yes'."
  356. - "Requesting to change the RTS status of the customer given below from 'No' to 'Yes'."
  357. - intent: Question40
  358. examples: |
  359. - "Support for confimation invoices for Q1 Q2 & Q3"
  360. - "Assistance required to generate confirmation invoices for Q1, Q2, and Q3."
  361. - "Need help in creating confirmation invoices for Q1, Q2, and Q3."
  362. - "Looking for support in generating confirmation invoices for the first three quarters."
  363. - "Require assistance with confirmation invoice generation for the first three quarters."
  364. - "Seeking help in creating confirmation invoices for Q1, Q2, and Q3 of the year."
  365. - intent: Question41
  366. examples: |
  367. - "notification realeted issue"
  368. - "There seems to be an issue with notifications, can you please assist?"
  369. - "I am facing a problem with notifications, can you help me with it?"
  370. - "Notifications are not working properly, can you provide some support?"
  371. - "I am having trouble with notifications, can you offer some assistance?"
  372. - "Could you help me with a notification issue, please?"
  373. - intent: Question42
  374. examples: |
  375. - "Even after saving the location in geo tag, the location is not showing correctly later."
  376. - "The saved location in geo tag does not show up correctly later, even after it has been saved."
  377. - "Despite having saved the location in geo tag, the location fails to show up correctly at a later time."
  378. - "Saved locations in geo tag are not being displayed correctly at a later point in time."
  379. - "Geo tag is not displaying the correct location despite having saved it earlier."
  380. - "The location saved in geo tag is not appearing correctly when checked at a later time."
  381. - intent: Question43
  382. examples: |
  383. - "Please send Q4 MHP My Target we can't see the Target in the DMS APP."
  384. - "We are unable to view the Q4 MHP target in the DMS app, kindly provide the target details."
  385. - "The Q4 MHP target is not visible in the DMS app, please send the target information."
  386. - "Could you please provide us with the Q4 MHP target as it is not showing up in the DMS app?"
  387. - "We are facing an issue where the Q4 MHP target is not visible in the DMS app, please share the target details."
  388. - "The Q4 MHP target is missing in the DMS app, could you please share the target information with us?"
  389. - intent: Question44
  390. examples: |
  391. - "VINOD AUTOMOBILES IS NOT SHOWING ON SALES ORDER DMS"
  392. - "Sales order DMS does not display Vinod Automobiles."
  393. - "Unable to view Vinod Automobiles in sales order DMS."
  394. - "Sales order DMS does not recognize Vinod Automobiles."
  395. - "Vinod Automobiles is missing from the sales order DMS".
  396. - "Sales order DMS is not reflecting Vinod Automobiles."
  397. - intent: Question45
  398. examples: |
  399. - "we sell one product to customer and they paid in cash. but its still showing in pending."
  400. - "The sales record for a product sold to a customer who paid in cash still shows as pending."
  401. - "Despite receiving cash payment from a customer for a product, the pending status still appears in the sales record."
  402. - "The sales record is indicating pending status for a product that was sold to a customer who made a cash payment."
  403. - "Cash payment was made by a customer for a product sold, but the sales record is still showing it as pending."
  404. - "There is a discrepancy in the sales record where a cash transaction for a product sold to a customer is still showing as pending."
  405. - intent: Question46
  406. examples: |
  407. - "Need DMS adaption report"
  408. - "Could you please provide me with a report on the DMS adoption status?"
  409. - "I require a report on the level of DMS adoption. Can you assist?"
  410. - "Can you generate a report that shows how widely the DMS has been adopted?"
  411. - "I need a report on the DMS adaptation progress. Could you help me with this?"
  412. - "Please provide me with a report that outlines the adoption rate of the DMS."
  413. - intent: Question47
  414. examples: |
  415. - "We are unable to generate Debit Note."
  416. - "We're experiencing difficulties in producing a Debit Note."
  417. - "The Debit Note cannot be created at the moment."
  418. - "We're encountering issues with generating a Debit Note."
  419. - "There seems to be a problem with generating a Debit Note."
  420. - "We're facing obstacles in generating a Debit Note."
  421. - intent: Question48
  422. examples: |
  423. - "Geo tagging is not visible in DMS ,Please do the needful"
  424. - "We're having trouble viewing geo-tagging information in the DMS. Can you assist us with this issue?"
  425. - "The geo-tagging feature is not displaying properly in DMS. Can you help us troubleshoot?"
  426. - "We're encountering an issue with geo-tagging not being visible in DMS. Can you provide assistance with this matter?"
  427. - "Geo-tagging is not showing up in DMS. Could you please take a look and help us resolve this problem?"
  428. - "The DMS is not displaying geo-tagging data properly. We require assistance to fix this issue."
  429. - intent: Question49
  430. examples: |
  431. - "unable to enter GRN"
  432. - "Encountering issues while trying to input GRN details."
  433. - "Unable to log in GRN data in the system."
  434. - "Facing problems with GRN entry."
  435. - "Cannot enter GRN information."
  436. - "Experiencing difficulty while adding GRN."
  437. - intent: Question50
  438. examples: |
  439. - "MHP Q4 IS NOT SHOW IN DMS"
  440. - "Q4 MHP not appearing on DMS"
  441. - "Unable to view Q4 MHP on DMS"
  442. - "Missing Q4 MHP on DMS"
  443. - "DMS not displaying Q4 MHP"
  444. - "Q4 MHP not visible on DMS"
  445. - intent: Question51
  446. examples: |
  447. - "disusing for stock"
  448. - "Stock disposal support needed"
  449. - "Need assistance with stock liquidation"
  450. - "Help required for stock disbursement"
  451. - "Looking for guidance in managing disused stock"
  452. - "Requesting aid for disposing of excess stock"
  453. - intent: Question52
  454. examples: |
  455. - "Not able to do the billing, showing lob issue"
  456. - "Encountering a lob issue while trying to generate a bill."
  457. - "Facing an issue with the lob while billing process."
  458. - "Unable to complete the billing process due to an error in the lob."
  459. - "Encountering an error related to lob while trying to generate the bill."
  460. - "Having trouble generating the bill due to a lob issue."
  461. - intent: Question54
  462. examples: |
  463. - "My geo tagging is not working"
  464. - "I am facing issues with my geo tagging functionality."
  465. - "The geo tagging feature is not functioning properly for me."
  466. - "I am experiencing problems with the geo tagging tool."
  467. - "I am unable to use the geo tagging function at the moment."
  468. - "The geo tagging function is not working as expected."
  469. - intent: Question55
  470. examples: |
  471. - "Dealer Tag"
  472. - "Need assistance with dealer tagging."
  473. - "Looking for help with assigning dealer tags."
  474. - "Issue with dealer tag creation."
  475. - "Unable to create dealer tags."
  476. - "Dealer tagging feature not functioning properly."
  477. - intent: Question56
  478. examples: |
  479. - "Customer tag"
  480. - "Tagging customers"
  481. - "Tagging of customer accounts"
  482. - "Customer account tagging"
  483. - "Tagging of customers for tracking"
  484. - "Assigning tags to customers"
  485. - intent: Question57
  486. examples: |
  487. - "sales invoice is not moving to confirmed stage."
  488. - "The sales invoice cannot be moved to the confirmed stage."
  489. - "I am unable to move the sales invoice to the confirmed stage."
  490. - "The confirmed stage is not showing for the sales invoice."
  491. - "There is an issue preventing the sales invoice from being confirmed."
  492. - "The sales invoice is stuck and cannot be confirmed."
  493. - intent: Question58
  494. examples: |
  495. - "how to change email id"
  496. - "Can you guide me on changing my email address?"
  497. - "I need to update my email ID, what's the process for it?"
  498. - "Is there a way to modify my email address on this platform?"
  499. - "I would like to change my email ID, can you assist me with the steps?"
  500. - "Could you please provide me with instructions on how to change my email address?"
  501. - intent: Question59
  502. examples: |
  503. - "Issue regarding edit bill"
  504. - "Encountering problem while editing bill"
  505. - "Unable to modify bill, need assistance"
  506. - "Edit bill function not working, seeking help"
  507. - "Facing issue with changing details in bill"
  508. - "Require support with editing bill in the system"
  509. - intent: Question60
  510. examples: |
  511. - "SALES REPORT DSR WISE"
  512. - Go to the sales module in DMS.
  513. - Click on the "Reports" tab.
  514. - Select "Sales Report" from the drop-down menu.
  515. - Choose the desired date range for which you want to generate the report.
  516. - Select "DSR Wise" from the report type drop-down menu.
  517. - Click on "Generate Report" button to get the report.
  518. - intent: Question61
  519. examples: |
  520. - "DSRs have not able to log-in DMS"
  521. - "DSRs are experiencing login issues with the DMS."
  522. - "There seems to be a problem with DSRs logging into the DMS."
  523. - "DSRs are unable to access the DMS due to login difficulties."
  524. - "Login problems are preventing DSRs from using the DMS."
  525. - "DSRs are facing issues while attempting to log in to the DMS."
  526. - intent: Question62
  527. examples: |
  528. - "MONTHLY SALES NOT SHOWING IN SALES PERSON"
  529. - "Monthly sales report is not reflecting for salespersons."
  530. - "Salespersons are not able to view their monthly sales report."
  531. - "Salespersons are facing an issue where their monthly sales are not showing up in the report."
  532. - "The monthly sales data for salespersons is not appearing in the dashboard."
  533. - "The salesperson report is not displaying monthly sales figures."
  534. - intent: Question64
  535. examples: |
  536. - "We are not received Q-4 targets"
  537. - "The Q-4 targets have not been received by us."
  538. - "We have not received the targets for Q-4."
  539. - "The targets for Q-4 have not been received by us yet."
  540. - "The Q-4 sales targets have not been delivered to us."
  541. - "Our team has yet to receive the Q-4 sales targets."
  542. - intent: Question65
  543. examples: |
  544. - "Please suggest if we add any customers GST number effective as on date then is it effect the back bills.?"
  545. - "If we add a customer's GST number with effect from a certain date, will it impact the previous bills?"
  546. - "Will the inclusion of a customer's GST number with effect from a certain date have any impact on past bills?"
  547. - "Can you advise whether adding a customer's GST number from a specific date will affect their previous bills?"
  548. - "Is there any impact on previous bills if we add a customer's GST number with effect from a certain date?"
  549. - "Does adding a customer's GST number from a specific date have any effect on their previous bills?"
  550. - intent: Question66
  551. examples: |
  552. - "unable to edit GRN"
  553. - "We're having trouble making edits to the GRN."
  554. - "It's not possible for us to modify the GRN."
  555. - "We're facing an issue while trying to edit the GRN."
  556. - "The GRN cannot be edited at the moment."
  557. - "We're encountering difficulties in making changes to the GRN."
  558. - intent: Question67
  559. examples: |
  560. - "While geo-tagging wrong address showing"
  561. - "The geo-tagging is displaying the wrong address."
  562. - "There seems to be an issue with the geo-tagging as it's showing the wrong address."
  563. - "The address being displayed during geo-tagging is incorrect."
  564. - "We are encountering an error where the geo-tagging is showing an incorrect address."
  565. - "Despite geo-tagging, an inaccurate address is being displayed."
  566. - intent: Question68
  567. examples: |
  568. - "Difference in Sales Return"
  569. - "There are variations in the amount of sales returns."
  570. - "Differences can be observed in the sales returns."
  571. - "Sales returns can differ in their values."
  572. - "The level of sales returns may vary."
  573. - "Sales returns exhibit dissimilarities."
  574. - intent: Question69
  575. examples: |
  576. - "NOT TAKING INWARD"
  577. - "Refusing to reflect on one's internal thoughts and emotions."
  578. - "Choosing to ignore introspection and self-analysis."
  579. - "Avoiding self-examination and introspection."
  580. - "Failing to look inward for self-understanding."
  581. - "Disregarding the importance of self-reflection and introspection."
  582. - intent: Question70
  583. examples: |
  584. - "Need help to upload icici bank statment"
  585. - "Require assistance with uploading ICICI bank statement."
  586. - "Looking for guidance on how to upload my ICICI bank statement."
  587. - "Need help to submit my ICICI bank statement through online channels."
  588. - "Requesting support to upload my ICICI bank statement to the designated platform."
  589. - "Seeking assistance to complete the upload process for my ICICI bank statement."
  590. - intent: Question71
  591. examples: |
  592. - "want to change item in invoice"
  593. - "Looking to modify an item on the invoice."
  594. - "Need to make an alteration to a product or service on the invoice."
  595. - "Requesting to update a specific item on the invoice."
  596. - "Interested in changing an item listed on the invoice."
  597. - "Wishing to revise a line item on the invoice."
  598. - intent: Question72
  599. examples: |
  600. - "Dealers name not coming to my DMS APP."
  601. - "I'm unable to view the dealer's name on my DMS app."
  602. - "The dealer's name isn't appearing on my DMS application."
  603. - "I cannot see the dealer's name on my DMS app."
  604. - "The dealer's name is missing from my DMS software."
  605. - "I'm experiencing an issue with the dealer's name not showing up on my DMS app."
  606. - intent: Question73
  607. examples: |
  608. - "rts amount nahi aa raha h"
  609. - "I am not receiving the RTS amount."
  610. - "The RTS amount is not showing up."
  611. - "There is an issue with the RTS amount not appearing."
  612. - "The RTS amount is not being credited."
  613. - "The RTS amount is missing."
  614. - intent: Question74
  615. examples: |
  616. - "Create return in sales invoice"
  617. - "Generate a return on the sales invoice."
  618. - "Initiate a return within the sales invoice."
  619. - "Add a return to the existing sales invoice."
  620. - "Create a refund request from the sales invoice."
  621. - "Enter a return transaction in the sales invoice."
  622. - intent: Question76
  623. examples: |
  624. - "SALES DSR WISE"
  625. - "Sales report by DSR" - "Generate a sales report based on DSR data."
  626. - "Sales analysis by DSR" - "Conduct a sales analysis by DSR."
  627. - "Sales tracking by DSR" - "Track sales performance by DSR."
  628. - "Sales comparison by DSR" - "Compare sales data by DSR."
  629. - "Sales monitoring by DSR" - "Monitor sales trends and performance by DSR."
  630. - intent: Question77
  631. examples: |
  632. - "GRN not show create invoice."
  633. - "The GRN is not visible, and I cannot create an invoice."
  634. - "I am unable to create an invoice as the GRN is not showing up."
  635. - "The GRN is missing, and I cannot generate an invoice."
  636. - "I cannot proceed with the invoice creation as the GRN is not available."
  637. - "The invoice creation is on hold as the GRN is not appearing."
  638. - intent: Question79
  639. examples: |
  640. - "New create customer"
  641. - "Add a new customer to the system."
  642. - "Create a customer account for a new client."
  643. - "Generate a new customer profile."
  644. - "Set up a new customer record."
  645. - "Enter a new customer into the database.
  646. - intent: Question81
  647. examples: |
  648. - "DSR WISE SALES"
  649. - "Sales data by DSR" - "Review the sales data segmented by DSR."
  650. - "Sales report by DSR" - "Generate a sales report based on DSR-wise data."
  651. - "Sales performance by DSR" - "Analyze sales performance by DSR."
  652. - "Sales tracking by DSR" - "Track sales progress by DSR."
  653. - "Sales comparison by DSR" - "Compare sales figures by DSR-wise data."
  654. - intent: Question82
  655. examples: |
  656. - "MBC/MCC reports"
  657. - "MBC/MCC performance reports" - "Generate reports on the performance of MBC/MCC."
  658. - "MBC/MCC analysis reports" - "Analyze data and produce reports on MBC/MCC."
  659. - "MBC/MCC status reports" - "Produce reports on the current status of MBC/MCC."
  660. - "MBC/MCC trend reports" - "Generate reports on the trends related to MBC/MCC."
  661. - "MBC/MCC comparison reports" - "Compare data and produce reports on MBC/MCC."
  662. - intent: Question151
  663. examples: |
  664. - "PLEASE GIVE ME FULL ACSSES PLEASE"
  665. - "May I request complete access, please?"
  666. - "I am in need of full access, could you grant it to me?"
  667. - "Could you please provide me with unrestricted access?"
  668. - "It would be greatly appreciated if you could give me full access."
  669. - "Can you authorize me with complete access, please?"
  670. - intent: Question152
  671. examples: |
  672. - "Having error in sales return."
  673. - "There's an error in the sales return."
  674. - "We've encountered an issue with the sales return."
  675. - "The sales return is showing an error."
  676. - "We're facing an error while processing the sales return."
  677. - "The sales return is not processing correctly due to an error."
  678. - intent: Question153
  679. examples: |
  680. - "My DSR Team is geo tagging the retailers but same not reflecting in geo tagging report I am downloading from Bizgaze. Kindly resolve the issue."
  681. - "The retailers are being geo-tagged by my DSR team, but the changes are not appearing in the geo-tagging report I downloaded from Bizgaze. Can you please help me resolve this issue?"
  682. - "I am facing an issue with the geo-tagging of retailers by my DSR team. The changes made are not being reflected in the geo-tagging report I downloaded from Bizgaze. Could you please assist in resolving this problem?"
  683. - "There seems to be an issue with the geo-tagging of retailers by my DSR team, as the changes made are not showing up in the geo-tagging report I downloaded from Bizgaze. I would appreciate your help in resolving this issue."
  684. - "Despite geo-tagging the retailers by my DSR team, the geo-tagging report I downloaded from Bizgaze does not reflect any changes. Can you please resolve this issue for me?"
  685. - "My DSR team has been geo-tagging retailers, but unfortunately, the changes are not showing up in the geo-tagging report I downloaded from Bizgaze. Could you please help me resolve this issue?"
  686. - intent: Question155
  687. examples: |
  688. - "PURCHASE BILL ISSUE"
  689. - "I am facing an issue with the purchase bill."
  690. - "There is a problem with the purchase bill that needs to be resolved."
  691. - "The purchase bill is causing an issue that needs to be addressed."
  692. - "I need assistance in resolving an issue related to the purchase bill."
  693. - "There seems to be an issue with the purchase bill that requires attention."
  694. - intent: Question156
  695. examples: |
  696. - "raise the QTR credit notes."
  697. - "Please generate credit notes for the QTR transactions."
  698. - "I need you to create credit notes for the QTR transactions."
  699. - "Could you kindly raise credit notes for the QTR transactions?"
  700. - "We require credit notes for the QTR transactions to be raised."
  701. - "It would be appreciated if you could generate the credit notes for the QTR transactions."
  702. - intent: Question157
  703. examples: |
  704. - "HOW EDIT GST NUMBER"
  705. - "Could you please guide me on how to edit a GST number?"
  706. - "What are the steps to edit a GST number?"
  707. - "I am unsure of how to edit a GST number, can you help me with the process?"
  708. - "Please provide instructions on how to edit a GST number."
  709. - "Is there a way to modify a GST number? If so, how can it be done?"
  710. - intent: Question158
  711. examples: |
  712. - "Geo tagging nai ho raha h"
  713. - "I am unable to geo tag at the moment."
  714. - "There seems to be a problem with geo tagging."
  715. - "Geo tagging is not functioning properly."
  716. - "I am encountering difficulties with geo tagging."
  717. - "The geo tagging feature is currently not working."
  718. - intent: Question159
  719. examples: |
  720. - "Error! Default Series For Receipt is not found. (receipt entry not taken) today"
  721. - "There seems to be an error with the receipt entry: Default Series For Receipt not found."
  722. - "I am unable to process the receipt entry due to an error: Default Series For Receipt not found."
  723. - "The receipt entry cannot be taken as there is an error with the Default Series For Receipt."
  724. - "An error message is displayed: Default Series For Receipt is missing in the receipt entry."
  725. - "Default Series For Receipt is not found, resulting in an error preventing receipt entry for today."
  726. - intent: Question160
  727. examples: |
  728. - "FOR BILLING INVOICE issue"
  729. - "There seems to be an issue with billing invoices. Could you please assist me with resolving it?"
  730. - "I am facing an issue while creating billing invoices. Can you please help me troubleshoot?"
  731. - "I am encountering problems with billing invoices. Can someone please look into this?"
  732. - "Could you please address the issue I am facing with billing invoices?"
  733. - "I am unable to proceed with billing invoice generation due to an issue. Can you please guide me on how to resolve it?"
  734. - intent: Question161
  735. examples: |
  736. - "Unable to do geo tag. Kindly send video for this"
  737. - "I am currently facing issues with geo tagging and would appreciate it if you could provide me with a video tutorial to guide me through the process."
  738. - "Could you kindly share a video demonstrating the geo tagging process as I am unable to complete it successfully?"
  739. - "I require assistance with geo tagging and would be grateful if you could send me a video tutorial to help me understand the process."
  740. - "I am struggling with geo tagging and would like to request a video tutorial to guide me through the process."
  741. - "It would be helpful if you could provide me with a video tutorial on geo tagging as I am currently unable to complete it."
  742. - intent: Question162
  743. examples: |
  744. - "Not working . User is locked on screen "
  745. - "The system seems to be malfunctioning as the user is unable to move past a locked screen."
  746. - "There appears to be an issue with the user being stuck on a locked screen. Can you please assist?"
  747. - "I am encountering a problem where the user is unable to navigate past a locked screen."
  748. - "The user is unable to proceed due to being locked on a screen. Can someone please provide assistance?"
  749. - "The system is not functioning correctly, resulting in the user being unable to progress past a locked screen."
  750. - intent: Question164
  751. examples: |
  752. - "INVOICE COMPLETED, BUT ONE ITEM ADD THIS INVOICE"
  753. - "I have completed the invoice, but I need to add one more item to it. Can you please assist me with this?"
  754. - "Is it possible to add an item to a completed invoice? I have already submitted it but missed one item."
  755. - "I would like to request an update to a completed invoice as I forgot to add one item. Can someone please guide me through the process?"
  756. - "I require assistance in adding an item to an already completed invoice. Can you please advise on the next steps?"
  757. - "I completed the invoice but forgot to include one item. Can someone please help me update the invoice accordingly?"
  758. - intent: Question165
  759. examples: |
  760. - "not showing sales person name"
  761. - "I am experiencing an issue where the sales person's name is not being displayed. Can someone please assist with this problem?"
  762. - "The name of the sales person is not appearing on the screen. Is there something I can do to resolve this issue?"
  763. - "There seems to be a problem with the display of the sales person's name. Could you please provide guidance on how to address this matter?"
  764. - "The sales person's name is not visible on the screen, even though it should be. Can you please help me troubleshoot this problem?"
  765. - "I am unable to see the name of the sales person on the screen. Can someone please provide assistance in resolving this issue?"
  766. - intent: Question167
  767. examples: |
  768. - "PLEASE CORRECT INWARD QTY."
  769. - "Could you please help me correct the quantity of the inward item received?"
  770. - "I have noticed an error in the inward quantity and would like to request assistance in correcting it."
  771. - "There appears to be a mistake in the quantity of the item received. Is it possible to correct it?"
  772. - "I need to correct the inward quantity of an item, but I am unsure of how to do so. Can someone please provide guidance?"
  773. - "The inward quantity of the item is incorrect, and I would like to request help in correcting it. Can you please advise on the next steps?"
  774. - intent: Question168
  775. examples: |
  776. - "cash bucket is not view"
  777. - "I am having trouble viewing the cash bucket. Can someone please provide guidance on how to resolve this issue?"
  778. - "The cash bucket is not visible on my screen. Is there something I can do to fix this problem?"
  779. - "I have been unable to view the cash bucket, even though I need to. Could you please help me troubleshoot this issue?"
  780. - "There appears to be an issue with the display of the cash bucket. Can you please assist me with this problem?"
  781. - "I need to access the cash bucket, but it is not visible on my screen. Can someone please provide assistance in resolving this issue?"
  782. - intent: Question170
  783. examples: |
  784. - "Upon adding customer to our account we are facing problem in selecting sales manager as there is no option available for choosing the manager in the drag down button."
  785. - "We are experiencing an issue with selecting a sales manager when adding a customer to our account. The drop-down menu does not offer any options for choosing a manager. Could you please assist us with resolving this problem?"
  786. - "We are unable to select a sales manager when adding a customer to our account. The option to choose a manager is missing from the drop-down menu. Can you please help us fix this issue?"
  787. - "Adding a customer to our account has become problematic due to an issue with selecting a sales manager. The drag-down menu does not provide any choices for choosing a manager. Could you please advise us on how to proceed?"
  788. - "The process of adding a customer to our account has been hindered by the fact that we are unable to select a sales manager. The drop-down button does not show any options for choosing a manager. Is there something we can do to fix this problem?"
  789. - "We have encountered an issue when adding a customer to our account because we cannot select a sales manager. The drag-down button does not allow us to choose a manager. Can someone please assist us with resolving this problem?"
  790. - intent: Question171
  791. examples: |
  792. - "Unable to do GRN"
  793. - "I am experiencing difficulty completing a GRN. Is there something I can do to resolve this issue?"
  794. - "I am unable to complete a GRN, despite several attempts. Could someone please help me troubleshoot this problem?"
  795. - "There seems to be an issue with doing a GRN, as I have been unable to complete it. Can you please assist me with resolving this problem?"
  796. - "I am encountering problems with doing a GRN, and am unsure how to proceed. Can someone provide guidance on how to fix this issue?"
  797. - "Despite several attempts, I have been unable to do a GRN. Is there someone who can help me with this problem?"
  798. - intent: Question172
  799. examples: |
  800. - "sales targets (sale in-out) are not visible in Mobil Dashboards, please rivert back"
  801. - "I am not able to view the sales targets (sale in-out) on the Mobile Dashboards. Could you please help me resolve this issue?"
  802. - "There appears to be a problem with the Mobile Dashboards as the sales targets (sale in-out) are not showing up. Could someone please provide me with assistance to fix this problem?"
  803. - "I am encountering an issue with the Mobile Dashboards as the sales targets (sale in-out) are not visible. Could you please advise me on how to resolve this problem?"
  804. - "The sales targets (sale in-out) are not being displayed on the Mobile Dashboards, which is causing me some difficulty. Can someone please help me fix this issue?"
  805. - "Despite my attempts, I am unable to view the sales targets (sale in-out) on the Mobile Dashboards. Can someone revert back to me with a solution to this problem?"
  806. - intent: Question173
  807. examples: |
  808. - "GST No not Showing"
  809. - "I am unable to view the GST number, despite several attempts. Can someone please help me troubleshoot this issue?"
  810. - "The GST number is not showing up on my screen, which is causing me some difficulty. Is there a way to fix this problem?"
  811. - "I am experiencing an issue with the GST number not being displayed. Could someone please provide me with assistance to resolve this issue?"
  812. - "Despite entering the GST number, it is not being shown on the screen. Can someone please help me figure out why this is happening?"
  813. - "I am encountering difficulty as the GST number is not showing up on the screen. Could someone please revert back with a solution to this problem?"
  814. - intent: Question174
  815. examples: |
  816. - "Geo tagging issue"
  817. - "I am encountering an issue with geo tagging, and I am unsure how to resolve it. Could someone please provide me with assistance?"
  818. - "The geo tagging feature appears to be malfunctioning, and I am unable to use it. Could someone please help me troubleshoot this issue?"
  819. - "I am experiencing some difficulty with geo tagging, and it is causing me some inconvenience. Is there a way to fix this problem?"
  820. - "Despite multiple attempts, I am unable to geo tag properly. Can someone please provide me with guidance on how to resolve this issue?"
  821. - "The geo tagging functionality is not working as expected, and I am encountering some trouble. Could someone please revert back with a solution to this problem?"
  822. - intent: Question175
  823. examples: |
  824. - "GST ISSUE"
  825. - "I am encountering an issue with filing my GST returns. Could someone please provide me with guidance on how to resolve this problem?"
  826. - "There seems to be a discrepancy in the GST amount being charged for a particular product. Can someone please help me resolve this issue?"
  827. - "I am having difficulty registering for a GST number. Could someone please assist me with this process?"
  828. - "There appears to be an error in the GST invoice that I received. Can someone please help me rectify this issue?"
  829. - "I am unsure about how to claim a GST refund for a purchase that I made. Could someone please provide me with guidance on how to proceed?"
  830. - intent: Question176
  831. examples: |
  832. - "Stock issue in product code"
  833. - "I am facing a stock issue related to a particular product code. Could someone please help me rectify this problem?"
  834. - "The stock for a specific product code appears to be incorrect. Is there a way to update this information?"
  835. - "I am encountering some trouble related to the stock of a particular product code. Could someone please assist me in resolving this issue?"
  836. - "There seems to be a discrepancy between the stock of a particular product code and what is actually available. Can someone please help me rectify this problem?"
  837. - "The product code that I am trying to order appears to be out of stock, despite the inventory indicating otherwise. Could someone please help me understand and rectify this issue?"
  838. - intent: Question177
  839. examples: |
  840. - "Unable to take print out of Debit note"
  841. - "I am facing some trouble with printing a debit note. Is there a way to resolve this issue?"
  842. - "Despite repeated attempts, I am unable to print out a debit note. Could someone please help me rectify this problem?"
  843. - "The printer is not responding when I try to print a debit note. Can someone please provide me with guidance on how to proceed?"
  844. - "I am encountering some errors when attempting to print a debit note. Could someone please assist me in resolving this issue?"
  845. - "The debit note that I am trying to print is not displaying properly, and I am unable to obtain a hard copy. Can someone please help me rectify this issue?"
  846. - intent: Question178
  847. examples: |
  848. - " APP HAS BEEN LOCKED REQUESTE YOU TO KINDLY UNLOCK "
  849. - "I am unable to access the app as it appears to be locked. Could someone please assist me in unlocking it?"
  850. - "The app seems to be locked and I am unable to use it. Can someone please help me unlock it?"
  851. - "I have encountered an issue with the app being locked, and I am requesting assistance in unlocking it. Could someone please help me with this problem?"
  852. - "The app is currently locked and I am unable to proceed. Is there a way to unlock it so that I may continue using it?"
  853. - "I am seeing a message indicating that the app is locked and I am unable to access it. Could someone please provide me with assistance in unlocking it?"
  854. - intent: Question179
  855. examples: |
  856. - "HOW WE CAN FIND THE LIST OF NON GEO TAGGING CUSTOMERS"
  857. - "To locate customers who have not been geo-tagged, you can follow these steps within your CRM or sales management system."
  858. - "If you need to find a list of customers that are not geo-tagged, you can do so through your sales management system or CRM."
  859. - "Looking for a way to identify customers that have not been geo-tagged? You can easily find this information in your CRM or sales management system."
  860. - "To uncover a list of customers that have not been geo-tagged, simply navigate to the appropriate section in your sales management system or CRM."
  861. - "Don't know how to find customers who haven't been geo-tagged yet? Check your CRM or sales management system for an option to filter customers based on their geo-tagging status."
  862. - intent: Question180
  863. examples: |
  864. - "We need a Location details for all Empolyee. Jio Taging details need."
  865. - "In order to track the locations of all employees, we require their geo-tagging details through Jio Tagging."
  866. - "We need the geo-tagging details of all employees through Jio Tagging to obtain their location information."
  867. - "To obtain the location details of all employees, we are requesting their geo-tagging information through Jio Tagging."
  868. - "The Jio Tagging details of all employees are necessary to track their location information, which is why we need them."
  869. - "To ensure we have location information for all employees, we require their geo-tagging details through Jio Tagging."
  870. - intent: Question181
  871. examples: |
  872. - "Please Check invoice number issue , Api Queue saved Successfully but All quantity are same but invoice not link in DMS Invoice number"
  873. - "The invoice number seems to be causing an issue as the API queue has been saved successfully but the quantity remains the same and the invoice is not linked in DMS."
  874. - "We are experiencing an issue with the invoice number as the API queue has been saved without any problems, but the quantity remains unchanged and the invoice is not linked in DMS."
  875. - "The API queue has been saved successfully, but the invoice number is causing problems as the quantity is not updating and the invoice is not linked in DMS."
  876. - "We are encountering an issue with the invoice number as the API queue is saved successfully, but the quantity remains the same and the invoice is not linked in DMS."
  877. - "The invoice number is causing a problem as the API queue has been saved successfully, but the quantity is not updating and the invoice is not linked in DMS."
  878. - intent: Question182
  879. examples: |
  880. - "Debit not we issued from portal but unable to take print out."
  881. - "We have issued a debit note from the portal, but we are unable to print it out."
  882. - "The portal generated a debit note for us, but we are facing difficulty in obtaining a printout of the same."
  883. - "Although we created a debit note through the portal, we are unable to get a printout of it."
  884. - "The portal has generated a debit note for us, but we are experiencing issues in taking a printout of it."
  885. - "We are facing difficulties in printing out a debit note that was issued through the portal."
  886. - intent: Question183
  887. examples: |
  888. - "HOW TO ADD A GST NUMBER IN AN EXISTENCE DEALER ACCOUNT"
  889. - "I need guidance on adding a GST number to an existing dealer account. Could you please help me out?"
  890. - "Can you walk me through the process of adding a GST number to an existing dealer account?"
  891. - "I am having trouble figuring out how to add a GST number to an existing dealer account. Can you provide some assistance?"
  892. - "Is there a tutorial or guide available on how to add a GST number to an existing dealer account?"
  893. - "I am looking for information on how to update an existing dealer account with a GST number. Any suggestions or advice?"
  894. - intent: Question184
  895. examples: |
  896. - "Invoice creation problem"
  897. - "We seem to be encountering some issues while trying to create an invoice."
  898. - "There appears to be a problem with generating invoices at the moment."
  899. - "We are facing difficulties in creating invoices for some reason."
  900. - "Invoice creation seems to be causing some problems."
  901. - "We are experiencing a glitch in the invoice creation process."
  902. - intent: Question185
  903. examples: |
  904. - "WANT TO DELETE SOME DC ITEMS AS WELL AS FROM SALES ORDER WHICH WERE CREATED MISTAKELY CREATED IN WRONG SKU"
  905. - "I want to delete some DC items and sales orders which were mistakenly created for the wrong SKU."
  906. - "I need to remove some items from the DC and sales orders due to a mistake in the SKU selection."
  907. - "Can you please guide me on how to delete DC items and sales orders created for the wrong SKU?"
  908. - "There is an issue with the DC items and sales orders created for the wrong SKU. Can we delete them?"
  909. - "I mistakenly created some DC items and sales orders for the wrong SKU. How can I delete them?"
  910. - intent: Question188
  911. examples: |
  912. - "Invoice finding issue"
  913. - intent: Question189
  914. examples: |
  915. - "Need to edit one sales order and DC. Please guide."
  916. - "Unable to locate the invoice, please assist."
  917. - "Facing trouble in finding the invoice, need help."
  918. - "Having difficulty in locating the invoice, kindly guide."
  919. - "Issue with finding the invoice, require assistance."
  920. - "Unable to find the invoice, seeking support to locate it."
  921. - intent: Question190
  922. examples: |
  923. - "HAVING ISSUE IN UPDATING GST DETAILS RESOLVE THIS ISSUE IN PRIORITY"
  924. - "I am experiencing issues with updating GST details and I need this to be resolved urgently."
  925. - "I am facing a problem with updating GST details and request for an urgent solution."
  926. - "Please prioritize resolving the issue with updating GST details as it is causing problems for me."
  927. - "Urgent attention is needed to fix the problem with updating GST details."
  928. - "Having trouble updating GST details and I need it fixed as soon as possible."
  929. - intent: Question191
  930. examples: |
  931. - "WE UNABLE TO CHECK THE STOCK."
  932. - "We are experiencing difficulties in accessing the stock information."
  933. - "The stock status cannot be verified at this time."
  934. - "There seems to be an issue with checking the current stock level."
  935. - "We are encountering problems with viewing the available stock."
  936. - "There is a problem in checking the stock inventory."
  937. - intent: Question192
  938. examples: |
  939. - "need to correct the invoice format"
  940. - "The invoice format requires correction."
  941. - "It's necessary to fix the format of the invoice."
  942. - "We need to amend the invoice's format."
  943. - "The invoice format needs to be rectified."
  944. - "There is a need to adjust the format of the invoice."
  945. - intent: Question193
  946. examples: |
  947. - "AR onboarding not sow in DMS"
  948. - "The AR onboarding process is not visible in the DMS system."
  949. - "We cannot locate the AR onboarding details in the DMS system."
  950. - "The DMS system is not displaying the AR onboarding information."
  951. - "There seems to be an issue with the visibility of AR onboarding in the DMS system."
  952. - "AR onboarding data is not appearing in the DMS system."
  953. - intent: Question194
  954. examples: |
  955. - "We need customer master data or tell how to download in dms."
  956. - "The customer master data is required. Can you please provide instructions on how to download it from DMS?"
  957. - "We are in need of customer master data. Could you guide us on how to retrieve it from DMS?"
  958. - "To proceed, we require the customer master data. Kindly advise us on the process to download it from DMS."
  959. - "Can you please provide us with the customer master data or explain the steps to download it from DMS?"
  960. - "Our operations require the customer master data. Please let us know how we can access it through DMS."
  961. - intent: Question195
  962. examples: |
  963. - "Receipt payment is not showing in account check receipt"
  964. - "The receipt payment is not visible in the account when checking the receipt."
  965. - "When verifying the receipt, the account does not show the payment received."
  966. - "We are unable to view the receipt payment in the account when reviewing the receipt."
  967. - "There appears to be an issue where the receipt payment is not reflecting in the account upon checking the receipt."
  968. - "The payment received on the receipt is not being displayed in the account upon receipt verification."
  969. - intent: Question196
  970. examples: |
  971. - "add one new employee in our dms system."
  972. - "We need to add a new employee to our DMS system."
  973. - "Please initiate the process of adding a new employee to our DMS system."
  974. - "It's necessary to include a new employee in our DMS system."
  975. - "We require the addition of a new employee in our DMS system."
  976. - "Kindly add a new employee to our DMS system."
  977. - intent: Question197
  978. examples: |
  979. - "Item is not coming in stock report. This item is coming while making PO. Please show this item in stock report."
  980. - "The item is missing from the stock report, even though it appears in the PO. Kindly include this item in the stock report."
  981. - "We have observed that the item is absent from the stock report, although it is visible when making a PO. Please ensure that the stock report displays this item."
  982. - "The stock report does not feature the item, despite it being present in the PO. We request you to add this item to the stock report."
  983. - "Although the item is included in the PO, it is not showing in the stock report. Could you please include this item in the stock report?"
  984. - "We have noticed that the item is not reflecting in the stock report, but it is present in the PO. Kindly update the stock report to include this item."
  985. - intent: Question198
  986. examples: |
  987. - "Need Login ID and Password for the updated list of employees"
  988. - "We require a Login ID and Password to access the updated list of employees."
  989. - "Please provide us with the Login credentials necessary to view the updated employee list."
  990. - "To access the updated employee list, we need a Login ID and Password."
  991. - "Kindly furnish us with the Login details to view the updated list of employees."
  992. - "We are requesting a Login ID and Password to access the latest version of the employee list."
  993. - intent: Question199
  994. examples: |
  995. - "Need support in customer tagging to different DSRs"
  996. - "We require assistance in tagging customers to different DSRs."
  997. - "Please provide us with support in customer tagging for various DSRs."
  998. - "We need help with customer tagging to assign them to different DSRs."
  999. - "Kindly assist us in tagging customers and assigning them to different DSRs."
  1000. - "We are requesting support in customer tagging to allocate them to different DSRs."
  1001. - intent: Question200
  1002. examples: |
  1003. - "PRODUCT AND PRODUCT CODE NOT FOUND BUT HAVE PLACED THE ORDER IN SAME CODE"
  1004. - "Although we placed the order under the same product code, we are unable to locate the product or product code."
  1005. - "We are unable to find the product or product code, despite ordering it under the same code."
  1006. - "The product and its code are missing, even though we placed the order under the same code."
  1007. - "We placed the order under the same product code, but the product and its code are not found."
  1008. - "Although the order was placed using the same product code, we cannot locate the product or its code."
  1009. - intent: Question201
  1010. examples: |
  1011. - "trying to set Dms password thru link but otp was not coming."
  1012. - "I attempted to set a DMS password via the link provided but did not receive an OTP."
  1013. - "The OTP did not arrive when I tried to set my DMS password using the link provided."
  1014. - "I did not receive the OTP when attempting to set my DMS password through the link."
  1015. - "While trying to set my DMS password using the link provided, I did not receive the OTP."
  1016. - "Despite trying to set my DMS password through the link, I did not receive the OTP."
  1017. - intent: Question202
  1018. examples: |
  1019. - "I need your help to know about Jio tagging."
  1020. - "Could you assist me in understanding Jio tagging?"
  1021. - "I am seeking your help to gain knowledge about Jio tagging."
  1022. - "I require your assistance to learn about Jio tagging."
  1023. - "Can you provide me with information on Jio tagging?"
  1024. - "I need your guidance to understand the concept of Jio tagging."
  1025. - intent: Question203
  1026. examples: |
  1027. - "NAME NOT SHOWING IN RECEIPTS."
  1028. - "The name is missing from the receipts."
  1029. - "The receipts are not displaying the name."
  1030. - "We are unable to see the name on the receipts."
  1031. - "The receipts are not showing the name of the person or entity."
  1032. - "Despite having made the receipts, the name is not being displayed."
  1033. - intent: Question204
  1034. examples: |
  1035. - "STOCK NOT SHOWING"
  1036. - "The stock is not being displayed."
  1037. - "We are unable to view the stock."
  1038. - "The stock is not appearing on the system."
  1039. - "Despite checking, we cannot see the stock."
  1040. - "The system is not showing the available stock."
  1041. - intent: Question206
  1042. examples: |
  1043. - "not showing customer name for order placed"
  1044. - "The customer name is not appearing for the placed order."
  1045. - "We cannot see the name of the customer who placed the order."
  1046. - "Despite placing the order, the customer name is not being displayed."
  1047. - "The system is not showing the customer name for the order that was placed."
  1048. - "We are unable to view the name of the customer who placed the order."
  1049. - intent: Question207
  1050. examples: |
  1051. - "not showing customer for order placed"
  1052. - "The customer information is not being displayed for the order placed."
  1053. - "We cannot see any details about the customer who placed the order."
  1054. - "Despite placing the order, the system is not showing the customer's information."
  1055. - "The order placed is not associated with any customer information."
  1056. - "We are unable to view any customer details for the order that was placed."
  1057. - intent: Question208
  1058. examples: |
  1059. - "purchase bill related issue"
  1060. - "We are facing an issue related to the purchase bill."
  1061. - "There is an issue with the purchase bill that needs to be addressed."
  1062. - "We require assistance with an issue related to the purchase bill."
  1063. - "We need to resolve an issue with a purchase bill."
  1064. - "There is a problem with the purchase bill that we need help with."
  1065. - intent: Question209
  1066. examples: |
  1067. - "TAG OPTION NOT SHOW IN INVOICE WHEN I CREAT INVOICE"
  1068. - "The tag option is not appearing when I create an invoice."
  1069. - "We are unable to see the tag option when creating invoices."
  1070. - "Despite creating an invoice, the tag option is not showing."
  1071. - "The system is not displaying the tag option when we create invoices."
  1072. - "We cannot find the tag option while creating invoices."
  1073. - intent: Question210
  1074. examples: |
  1075. - "Party name not showing in my login id"
  1076. - "The party name is not visible on my login ID."
  1077. - "I cannot see the name of the party on my login ID."
  1078. - "Despite logging in, the party name is not being displayed."
  1079. - "The system is not showing the party name on my login ID."
  1080. - "I am facing an issue where the party name is not appearing on my login ID."
  1081. - intent: Question211
  1082. examples: |
  1083. - "I need to upload the Sales Opportunity File. Attaching the excel for uploading"
  1084. - "I would like to upload the Sales Opportunity File and have attached the excel for uploading."
  1085. - "Could you please help me upload the Sales Opportunity File? I have attached the excel for reference."
  1086. - "I am attaching the excel file for uploading the Sales Opportunity File and require your assistance."
  1087. - "I have an excel file for uploading the Sales Opportunity File and have attached it for your reference."
  1088. - "Could you guide me on uploading the Sales Opportunity File? I have attached the excel for your review."
  1089. - intent: Question212
  1090. examples: |
  1091. - "Geo tagging not working"
  1092. - "We are facing issues with the geo tagging feature."
  1093. - "The geo tagging function is not working properly."
  1094. - "Despite attempting to use the geo tagging feature, it is not functioning as expected."
  1095. - "The system is experiencing difficulties with the geo tagging functionality."
  1096. - "We are unable to use the geo tagging feature due to technical issues."
  1097. - intent: Question213
  1098. examples: |
  1099. - "Error! Series is Expired/Series Format Does Not Exist"
  1100. - "We are getting an error message stating that the series is expired or the series format does not exist."
  1101. - "An error has occurred indicating that the series is no longer valid or does not exist in the correct format."
  1102. - "We are unable to proceed due to an error which states that the series has expired or does not exist in the correct format."
  1103. - "The system is generating an error message that indicates the series is expired or in an incorrect format."
  1104. - "There is an error that prevents us from proceeding as the series is expired or not found in the correct format."
  1105. - intent: Question214
  1106. examples: |
  1107. - "How to take entry from one dealer to another"
  1108. - "Can you please guide me on how to make an entry from one dealer to another?"
  1109. - "I need assistance with taking an entry from one dealer to another. Could you help me with that?"
  1110. - "Is there a process for taking entry from one dealer to another? I would like to know how it can be done."
  1111. - "I am facing difficulty in taking an entry from one dealer to another. Could you please provide guidance?"
  1112. - "What is the procedure for making an entry from one dealer to another? I need to learn how to do it."
  1113. - intent: Question215
  1114. examples: |
  1115. - "Geo tagging tab is not showing under reports"
  1116. - "The geo tagging tab is not visible under the reports section."
  1117. - "We are unable to find the geo tagging tab under the reports section."
  1118. - "Despite searching, we cannot locate the geo tagging tab under the reports section."
  1119. - "The system is not displaying the geo tagging tab under the reports section."
  1120. - "We are facing an issue where the geo tagging tab is missing from the reports section."
  1121. - intent: Question216
  1122. examples: |
  1123. - "Want to delete one Product"
  1124. - "I would like to remove a product from the system."
  1125. - "Can you guide me on how to delete a product from the system?"
  1126. - "I need assistance with deleting a product from the system."
  1127. - "I want to eliminate a product from the system. How can I do that?"
  1128. - "Is it possible to delete a product from the system? I want to remove one."
  1129. - intent: Question217
  1130. examples: |
  1131. - "REGARDING MBC & MCC AGREEMENT"
  1132. - "I have a query regarding the MBC and MCC agreement."
  1133. - "Could you provide more information about the MBC and MCC agreement?"
  1134. - "I need clarification about the terms of the MBC and MCC agreement."
  1135. - "Is there someone who can help me with the MBC and MCC agreement?"
  1136. - "I would like to discuss the MBC and MCC agreement with someone who is knowledgeable about it."
  1137. - intent: Question218
  1138. examples: |
  1139. - "I AM FACING ERRORS WHILE PLACING SALES ORDER"
  1140. - "I am encountering errors when attempting to place a sales order."
  1141. - "There are some issues that I am facing while trying to place a sales order."
  1142. - "I am experiencing errors while trying to create a sales order. Can you help me resolve them?"
  1143. - "Whenever I try to place a sales order, I encounter errors that prevent me from completing the process."
  1144. - "I need assistance with the errors that are occurring while I am placing a sales order."
  1145. - intent: Question219
  1146. examples: |
  1147. - "Geo Tagging Report is not updated report in the system. Kindly resolve"
  1148. - "The Geo Tagging Report is not being updated in the system."
  1149. - "We have noticed that the Geo Tagging Report is not up to date in the system."
  1150. - "The system is not refreshing the Geo Tagging Report, and it is outdated."
  1151. - "The Geo Tagging Report has not been updated in the system, and we are unable to access the latest data."
  1152. - "We are facing an issue where the Geo Tagging Report is not getting updated in the system."
  1153. - intent: Question220
  1154. examples: |
  1155. - "regarding ledger"
  1156. - "I have a query regarding a ledger."
  1157. - "Can you provide more information about ledgers?"
  1158. - "I need assistance with understanding how ledgers work."
  1159. - "Is there someone who can help me with ledger-related questions?"
  1160. - "I would like to discuss a ledger-related matter with someone who is knowledgeable about it."
  1161. - intent: Question222
  1162. examples: |
  1163. - "Please suggest how to download the list of which customers have been geo-tagged?"
  1164. - "Could you please advise on how to retrieve a list of customers that have been geo-tagged?"
  1165. - "I would like to know how to download a list of customers who have been geo-tagged. Could you please assist me with this?"
  1166. - "Is there a way to extract a list of customers that have been geo-tagged? If so, could you explain how to do this?"
  1167. - "I need to obtain a list of customers that have been geo-tagged. How can I do this through the system?"
  1168. - "Please provide instructions on how to retrieve a list of customers that have been geo-tagged."
  1169. - intent: Question223
  1170. examples: |
  1171. - "I CANT CREATE SALES ORDER "
  1172. - "I'm encountering an issue when attempting to create a sales order. Can you assist me with this problem?"
  1173. - "There seems to be an error preventing me from creating a sales order. Can you provide guidance on how to resolve this?"
  1174. - "I'm having difficulty creating a sales order. Is there a technical issue causing this problem or is there another solution?"
  1175. - "When attempting to create a sales order, I'm not able to proceed. Could you please help me troubleshoot the issue?"
  1176. - "I've been unsuccessful in creating a sales order. Can you provide any insight or assistance on resolving this matter?"
  1177. - intent: Question225
  1178. examples: |
  1179. - "PLEASE TELL US WHERE WE CHECK GEO TAGGING"
  1180. - "Can you advise us on where to find the geo-tagging information within our DMS software?"
  1181. - "We're unsure of where to locate the geo-tagging data in our system. Can you point us in the right direction?"
  1182. - "We're trying to access our geo-tagging data, but we're not sure where to find it in our DMS software. Could you please provide guidance on this matter?"
  1183. - "Could you please inform us where we can find the geo-tagging information in our DMS software?"
  1184. - "We need to check our geo-tagging data, but we're having trouble finding it in the system. Can you help us locate it?"
  1185. - intent: Question226
  1186. examples: |
  1187. - "how to Create New DC Series for Stock Transfer"
  1188. - "Can you explain the process for creating a new DC series for stock transfer?"
  1189. - "I need to create a new DC series for stock transfer. How do I do that?"
  1190. - "What are the steps involved in creating a new DC series for stock transfer?"
  1191. - "Could you guide me through the process of creating a new DC series for stock transfer?"
  1192. - "I'm looking to set up a new DC series for stock transfer. Can you walk me through the process?"
  1193. - intent: Question227
  1194. examples: |
  1195. - "How to Create Stock Transfer inward Entry,"
  1196. - "Could you please guide me on creating a stock transfer inward entry in DMS?"
  1197. - "I am looking for instructions on how to create a stock transfer inward entry. Can you assist me?"
  1198. - "Can you show me the steps to create a stock transfer inward entry in the DMS system?"
  1199. - "I'm having trouble figuring out how to create a stock transfer inward entry. Could you provide some guidance?"
  1200. - "Please explain the process of creating a stock transfer inward entry in DMS."
  1201. - intent: Question228
  1202. examples: |
  1203. - "Unable to add jio tagging"
  1204. - "Encountering difficulties while attempting to add Jio tagging."
  1205. - "Facing issues while trying to include Jio tagging."
  1206. - "Experiencing problems adding Jio tagging to the system."
  1207. - "Having trouble incorporating Jio tagging in the system."
  1208. - "Finding it impossible to add Jio tagging to the platform."
  1209. - intent: Question229
  1210. examples: |
  1211. - "I NEED ACCESSS TO MANUAL ENTERING THE GST NUMBER "
  1212. - "Can you grant me permission to enter the GST number manually?"
  1213. - "I am requesting access to manually input the GST number."
  1214. - "Could you provide me with the ability to enter the GST number manually?"
  1215. - "I am unable to input the GST number manually, could you please grant me access?"
  1216. - "Is it possible for me to have manual access for entering the GST number?"
  1217. - intent: Question231
  1218. examples: |
  1219. - "activate stock movement log"
  1220. - "Please enable the stock movement log."
  1221. - "I need assistance in activating the stock movement log."
  1222. - "How can I turn on the stock movement log?"
  1223. - "The stock movement log needs to be activated, please advise."
  1224. - "I am unable to access the stock movement log, can you help me activate it?"
  1225. - intent: Question232
  1226. examples: |
  1227. - "how to see customer GEO tagging reports ?"
  1228. - "Can you guide me on how to access the customer GEO tagging reports?"
  1229. - "I am looking for information on how to view the reports for customer GEO tagging, can you assist me?"
  1230. - "Please advise me on the steps to follow in order to check the customer GEO tagging reports."
  1231. - "I'm having trouble finding the customer GEO tagging reports, can you show me how to access them?"
  1232. - "I would like to know how I can view the customer GEO tagging reports, can you provide me with the necessary steps?"
  1233. - intent: Question235
  1234. examples: |
  1235. - "how to get Non - Geo tagging customers list"
  1236. - "What is the process for obtaining a list of customers who haven't been geo-tagged?"
  1237. - "How can I retrieve a list of customers who do not have geographic tags assigned to them?"
  1238. - "Is there a way to obtain a list of customers who haven't been identified with geographical tags?"
  1239. - "Can you provide me with guidance on how to generate a list of customers who haven't been geo-tagged?"
  1240. - "I am looking for information on how to obtain a list of customers who do not have geotags assigned to them. What steps should I take?"
  1241. - intent: Question237
  1242. examples: |
  1243. - "not showing Any report "
  1244. - "No report is being displayed."
  1245. - "I am not seeing any reports."
  1246. - "There are currently no reports being shown."
  1247. - "The system is not generating any reports."
  1248. - "There is a lack of reports being displayed."
  1249. - intent: Question238
  1250. examples: |
  1251. - "We need MBC/MCC Month wise volume report and need to change some details in mcc workshop"
  1252. - "We require a month-wise volume report for MBC/MCC and some modifications need to be made to the details in MCC workshop."
  1253. - "In order to proceed, we need a report on the volume of MBC/MCC by month, and adjustments need to be made to the details in the MCC workshop."
  1254. - "To move forward, we need a report that breaks down the volume of MBC/MCC on a monthly basis, along with some modifications that must be made to the MCC workshop."
  1255. - "Our next step is to obtain a report that shows the MBC/MCC volume on a monthly basis, and we also need to make changes to the details in the MCC workshop."
  1256. - "Our team requires a report that provides a monthly breakdown of the volume for MBC/MCC, as well as updates to the MCC workshop details."
  1257. - intent: Question239
  1258. examples: |
  1259. - "PLEASE HELP REGARDING UPDATE OF SALES INVOICE."
  1260. - "I am in need of assistance with updating a sales invoice. Can you provide me with some guidance?"
  1261. - "I require help with updating a sales invoice. Could you please assist me?"
  1262. - "I am having difficulty with updating a sales invoice and I could use some help. Can you provide me with assistance?"
  1263. - "Can you please help me with updating a sales invoice? I am currently facing some challenges."
  1264. - "I need some assistance with updating a sales invoice. Can you please provide me with some guidance?"
  1265. - intent: Question240
  1266. examples: |
  1267. - "DSR"
  1268. - "dsr"
  1269. - intent: Question241
  1270. examples: |
  1271. - "is it possible to convert the customer details from busy software to dms."
  1272. - "Can customer details from the Busy software be converted to DMS?"
  1273. - "I am wondering if it is possible to transfer customer details from Busy software to DMS. Is this feasible?"
  1274. - "Is there a way to convert customer information from Busy software to DMS?"
  1275. - "We need to transfer customer details from Busy software to DMS. Is this possible?"
  1276. - "Can you provide guidance on converting customer details from Busy software to DMS?"
  1277. - intent: Question242
  1278. examples: |
  1279. - "INVOICE IS COMPLETE, BUT HOW EDIT THE LITER"
  1280. - "I have finished creating the invoice, but I need to know how to edit the details."
  1281. - "The invoice has been completed, but I am unsure how to modify the information."
  1282. - "I need to edit the contents of an invoice that has already been finalized. Can you provide me with some guidance?"
  1283. - "Is it possible to make changes to a completed invoice? I need to edit the details."
  1284. - "I am looking for assistance with modifying the content of an invoice that has already been marked as complete."
  1285. - intent: Question243
  1286. examples: |
  1287. - "regarding MBC/MCC agreement"
  1288. - "I would like to discuss the MBC/MCC agreement. Can you provide me with some guidance or information?"
  1289. - "Can you please help me with a query I have about the MBC/MCC agreement?"
  1290. - "I have a question or concern about the MBC/MCC agreement. Could you please assist me?"
  1291. - "I need some assistance or clarification regarding the MBC/MCC agreement. Can you provide me with some guidance?"
  1292. - "I have some inquiries about the MBC/MCC agreement and would appreciate your assistance in addressing them."
  1293. - intent: Question245
  1294. examples: |
  1295. - "Stock Movement Log not showing please solve the issue."
  1296. - "I am experiencing an issue where the Stock Movement Log is not displaying. Can you provide assistance in resolving this?"
  1297. - "The Stock Movement Log is not showing up, and I require help in fixing this problem. Could you provide me with some guidance?"
  1298. - "I am having trouble viewing the Stock Movement Log and need assistance in resolving this issue. Can you help me?"
  1299. - "The Stock Movement Log is not appearing, and I need assistance in resolving this matter. Could you please provide me with some guidance?"
  1300. - "Can you please help me with an issue I am facing where the Stock Movement Log is not showing up?"