Advertisement
Guest User

Untitled

a guest
Aug 5th, 2021
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 427.93 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <BotVersion xmlns="http://soap.sforce.com/2006/04/metadata">
  3. <fullName>v3</fullName>
  4. <botDialogGroups>
  5. <developerName>Child_Tax_Credit_Group</developerName>
  6. <label>Child Tax Credit Group</label>
  7. </botDialogGroups>
  8. <botDialogGroups>
  9. <developerName>Continue_With_Bot_Group</developerName>
  10. <label>Continue With Bot Group</label>
  11. </botDialogGroups>
  12. <botDialogGroups>
  13. <developerName>Dependent_Care_Credit_Group</developerName>
  14. <label>Dependent Care Credit Group</label>
  15. </botDialogGroups>
  16. <botDialogGroups>
  17. <developerName>Dependent_Qualification_Group</developerName>
  18. <label>Dependent Qualification Group</label>
  19. </botDialogGroups>
  20. <botDialogGroups>
  21. <developerName>Earned_Income_Credit_Group</developerName>
  22. <label>Earned Income Credit Group</label>
  23. </botDialogGroups>
  24. <botDialogGroups>
  25. <developerName>Education_Group</developerName>
  26. <label>Education Group</label>
  27. </botDialogGroups>
  28. <botDialogGroups>
  29. <developerName>Filing_Requirement_Group</developerName>
  30. <label>Filing Requirement Group</label>
  31. </botDialogGroups>
  32. <botDialogGroups>
  33. <developerName>Filing_Status_Group</developerName>
  34. <label>Filing Status Group</label>
  35. </botDialogGroups>
  36. <botDialogGroups>
  37. <developerName>IRS_Letter_Intent</developerName>
  38. <label>IRS Letter Intent</label>
  39. </botDialogGroups>
  40. <botDialogGroups>
  41. <developerName>Tax_Reform_Group</developerName>
  42. <label>Tax Reform Group</label>
  43. </botDialogGroups>
  44. <botDialogGroups>
  45. <developerName>VA_End_of_Flow_Group</developerName>
  46. <label>VA End of Flow Group</label>
  47. </botDialogGroups>
  48. <botDialogs>
  49. <botDialogGroup>IRS_Letter_Intent</botDialogGroup>
  50. <botSteps>
  51. <botVariableOperation>
  52. <askCollectIfSet>true</askCollectIfSet>
  53. <botMessages>
  54. <message>Does your letter list penalties and interest?</message>
  55. </botMessages>
  56. <botQuickReplyOptions>
  57. <literalValue>Yes</literalValue>
  58. </botQuickReplyOptions>
  59. <botQuickReplyOptions>
  60. <literalValue>No</literalValue>
  61. </botQuickReplyOptions>
  62. <botVariableOperands>
  63. <disableAutoFill>true</disableAutoFill>
  64. <sourceName>YesOrNoValue</sourceName>
  65. <sourceType>MlSlotClass</sourceType>
  66. <targetName>irsLetter</targetName>
  67. <targetType>ConversationVariable</targetType>
  68. </botVariableOperands>
  69. <optionalCollect>false</optionalCollect>
  70. <quickReplyType>Static</quickReplyType>
  71. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  72. <retryMessages>
  73. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  74. </retryMessages>
  75. <type>Collect</type>
  76. </botVariableOperation>
  77. <type>VariableOperation</type>
  78. </botSteps>
  79. <botSteps>
  80. <botStepConditions>
  81. <leftOperandName>irsLetter</leftOperandName>
  82. <leftOperandType>ConversationVariable</leftOperandType>
  83. <operatorType>Equals</operatorType>
  84. <rightOperandValue>Yes</rightOperandValue>
  85. </botStepConditions>
  86. <botSteps>
  87. <botVariableOperation>
  88. <botVariableOperands>
  89. <targetName>irsLetter</targetName>
  90. <targetType>ConversationVariable</targetType>
  91. </botVariableOperands>
  92. <type>Unset</type>
  93. </botVariableOperation>
  94. <type>VariableOperation</type>
  95. </botSteps>
  96. <botSteps>
  97. <botMessages>
  98. <message>Based on your responses, I’m going to transfer you to an agent for help.</message>
  99. </botMessages>
  100. <type>Message</type>
  101. </botSteps>
  102. <botSteps>
  103. <botNavigation>
  104. <botNavigationLinks>
  105. <targetBotDialog>Transfer_To_Agent</targetBotDialog>
  106. </botNavigationLinks>
  107. <type>Redirect</type>
  108. </botNavigation>
  109. <type>Navigation</type>
  110. </botSteps>
  111. <type>Group</type>
  112. </botSteps>
  113. <botSteps>
  114. <botStepConditions>
  115. <leftOperandName>irsLetter</leftOperandName>
  116. <leftOperandType>ConversationVariable</leftOperandType>
  117. <operatorType>Equals</operatorType>
  118. <rightOperandValue>No</rightOperandValue>
  119. </botStepConditions>
  120. <botSteps>
  121. <botVariableOperation>
  122. <botVariableOperands>
  123. <targetName>irsLetter</targetName>
  124. <targetType>ConversationVariable</targetType>
  125. </botVariableOperands>
  126. <type>Unset</type>
  127. </botVariableOperation>
  128. <type>VariableOperation</type>
  129. </botSteps>
  130. <botSteps>
  131. <botNavigation>
  132. <botNavigationLinks>
  133. <targetBotDialog>What_letter</targetBotDialog>
  134. </botNavigationLinks>
  135. <type>Redirect</type>
  136. </botNavigation>
  137. <type>Navigation</type>
  138. </botSteps>
  139. <type>Group</type>
  140. </botSteps>
  141. <botSteps>
  142. <type>Wait</type>
  143. </botSteps>
  144. <developerName>IRS_Letter</developerName>
  145. <label>IRS Letter</label>
  146. <showInFooterMenu>false</showInFooterMenu>
  147. </botDialogs>
  148. <botDialogs>
  149. <botDialogGroup>IRS_Letter_Intent</botDialogGroup>
  150. <botSteps>
  151. <botVariableOperation>
  152. <askCollectIfSet>false</askCollectIfSet>
  153. <botMessages>
  154. <message>Please choose from these letters:</message>
  155. </botMessages>
  156. <botQuickReplyOptions>
  157. <literalValue>CP75/ CP75A/ CP75B</literalValue>
  158. </botQuickReplyOptions>
  159. <botQuickReplyOptions>
  160. <literalValue>Any other letter</literalValue>
  161. </botQuickReplyOptions>
  162. <botVariableOperands>
  163. <disableAutoFill>true</disableAutoFill>
  164. <sourceName>IRSLetterValues</sourceName>
  165. <sourceType>MlSlotClass</sourceType>
  166. <targetName>irsLetter</targetName>
  167. <targetType>ConversationVariable</targetType>
  168. </botVariableOperands>
  169. <optionalCollect>false</optionalCollect>
  170. <quickReplyType>Static</quickReplyType>
  171. <quickReplyWidgetType>Menu</quickReplyWidgetType>
  172. <retryMessages>
  173. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  174. </retryMessages>
  175. <type>Collect</type>
  176. </botVariableOperation>
  177. <type>VariableOperation</type>
  178. </botSteps>
  179. <botSteps>
  180. <botStepConditions>
  181. <leftOperandName>irsLetter</leftOperandName>
  182. <leftOperandType>ConversationVariable</leftOperandType>
  183. <operatorType>Equals</operatorType>
  184. <rightOperandValue>CP75/ CP75A/ CP75B</rightOperandValue>
  185. </botStepConditions>
  186. <botSteps>
  187. <botVariableOperation>
  188. <botVariableOperands>
  189. <targetName>irsLetter</targetName>
  190. <targetType>ConversationVariable</targetType>
  191. </botVariableOperands>
  192. <type>Unset</type>
  193. </botVariableOperation>
  194. <type>VariableOperation</type>
  195. </botSteps>
  196. <botSteps>
  197. <botMessages>
  198. <message>Based on your responses, I’m going to transfer you to an agent for help.</message>
  199. </botMessages>
  200. <type>Message</type>
  201. </botSteps>
  202. <botSteps>
  203. <botNavigation>
  204. <botNavigationLinks>
  205. <targetBotDialog>Transfer_To_Agent</targetBotDialog>
  206. </botNavigationLinks>
  207. <type>Redirect</type>
  208. </botNavigation>
  209. <type>Navigation</type>
  210. </botSteps>
  211. <type>Group</type>
  212. </botSteps>
  213. <botSteps>
  214. <botStepConditions>
  215. <leftOperandName>irsLetter</leftOperandName>
  216. <leftOperandType>ConversationVariable</leftOperandType>
  217. <operatorType>Equals</operatorType>
  218. <rightOperandValue>Any other letter</rightOperandValue>
  219. </botStepConditions>
  220. <botSteps>
  221. <botMessages>
  222. <message>The IRS or your state department of revenue can send many different types of letters about your return.
  223. Follow the steps outlined in the letter.
  224. For more info, visit https://www.irs.gov/individuals/understanding-your-irs-notice-or-letter.</message>
  225. </botMessages>
  226. <type>Message</type>
  227. </botSteps>
  228. <botSteps>
  229. <botVariableOperation>
  230. <botVariableOperands>
  231. <targetName>irsLetter</targetName>
  232. <targetType>ConversationVariable</targetType>
  233. </botVariableOperands>
  234. <type>Unset</type>
  235. </botVariableOperation>
  236. <type>VariableOperation</type>
  237. </botSteps>
  238. <botSteps>
  239. <botNavigation>
  240. <botNavigationLinks>
  241. <targetBotDialog>VA_End_of_Flow</targetBotDialog>
  242. </botNavigationLinks>
  243. <type>Redirect</type>
  244. </botNavigation>
  245. <type>Navigation</type>
  246. </botSteps>
  247. <type>Group</type>
  248. </botSteps>
  249. <botSteps>
  250. <botNavigation>
  251. <botNavigationLinks>
  252. <targetBotDialog>Main_Menu</targetBotDialog>
  253. </botNavigationLinks>
  254. <botNavigationLinks>
  255. <targetBotDialog>End_Chat</targetBotDialog>
  256. </botNavigationLinks>
  257. <type>Redirect</type>
  258. </botNavigation>
  259. <type>Navigation</type>
  260. </botSteps>
  261. <developerName>Choose_Letters</developerName>
  262. <label>Choose Letters</label>
  263. <showInFooterMenu>false</showInFooterMenu>
  264. </botDialogs>
  265. <botDialogs>
  266. <botDialogGroup>IRS_Letter_Intent</botDialogGroup>
  267. <botSteps>
  268. <botVariableOperation>
  269. <askCollectIfSet>false</askCollectIfSet>
  270. <botMessages>
  271. <message>In the lower right-hand corner of the front page of your letter, you&apos;ll see the word &quot;Letter&quot; followed by some numbers. Please choose the letter from this list</message>
  272. </botMessages>
  273. <botQuickReplyOptions>
  274. <literalValue>Letter 525 / 566 / 1020 | Letter 2205 / 3572 / 4565</literalValue>
  275. </botQuickReplyOptions>
  276. <botQuickReplyOptions>
  277. <literalValue>Any other letter</literalValue>
  278. </botQuickReplyOptions>
  279. <botVariableOperands>
  280. <disableAutoFill>true</disableAutoFill>
  281. <sourceName>IRSLetter2Values</sourceName>
  282. <sourceType>MlSlotClass</sourceType>
  283. <targetName>irsLetter</targetName>
  284. <targetType>ConversationVariable</targetType>
  285. </botVariableOperands>
  286. <optionalCollect>false</optionalCollect>
  287. <quickReplyType>Static</quickReplyType>
  288. <quickReplyWidgetType>Menu</quickReplyWidgetType>
  289. <retryMessages>
  290. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  291. </retryMessages>
  292. <type>Collect</type>
  293. </botVariableOperation>
  294. <type>VariableOperation</type>
  295. </botSteps>
  296. <botSteps>
  297. <botStepConditions>
  298. <leftOperandName>irsLetter</leftOperandName>
  299. <leftOperandType>ConversationVariable</leftOperandType>
  300. <operatorType>Equals</operatorType>
  301. <rightOperandValue>Letter 525 / 566 / 1020 | Letter 2205 / 3572 / 4565</rightOperandValue>
  302. </botStepConditions>
  303. <botSteps>
  304. <botVariableOperation>
  305. <botVariableOperands>
  306. <targetName>irsLetter</targetName>
  307. <targetType>ConversationVariable</targetType>
  308. </botVariableOperands>
  309. <type>Unset</type>
  310. </botVariableOperation>
  311. <type>VariableOperation</type>
  312. </botSteps>
  313. <botSteps>
  314. <botMessages>
  315. <message>Based on your responses, I’m going to transfer you to an agent for help.</message>
  316. </botMessages>
  317. <type>Message</type>
  318. </botSteps>
  319. <botSteps>
  320. <botNavigation>
  321. <botNavigationLinks>
  322. <targetBotDialog>Transfer_To_Agent</targetBotDialog>
  323. </botNavigationLinks>
  324. <type>Redirect</type>
  325. </botNavigation>
  326. <type>Navigation</type>
  327. </botSteps>
  328. <type>Group</type>
  329. </botSteps>
  330. <botSteps>
  331. <botStepConditions>
  332. <leftOperandName>irsLetter</leftOperandName>
  333. <leftOperandType>ConversationVariable</leftOperandType>
  334. <operatorType>Equals</operatorType>
  335. <rightOperandValue>Any other letter</rightOperandValue>
  336. </botStepConditions>
  337. <botSteps>
  338. <botMessages>
  339. <message>The IRS or your state department of revenue can send many different types of letters about your return.
  340. Follow the steps outlined in the letter.
  341. For more info, visit https://www.irs.gov/individuals/understanding-your-irs-notice-or-letter.</message>
  342. </botMessages>
  343. <type>Message</type>
  344. </botSteps>
  345. <botSteps>
  346. <botVariableOperation>
  347. <botVariableOperands>
  348. <targetName>irsLetter</targetName>
  349. <targetType>ConversationVariable</targetType>
  350. </botVariableOperands>
  351. <type>Unset</type>
  352. </botVariableOperation>
  353. <type>VariableOperation</type>
  354. </botSteps>
  355. <botSteps>
  356. <botNavigation>
  357. <botNavigationLinks>
  358. <targetBotDialog>VA_End_of_Flow</targetBotDialog>
  359. </botNavigationLinks>
  360. <type>Redirect</type>
  361. </botNavigation>
  362. <type>Navigation</type>
  363. </botSteps>
  364. <type>Group</type>
  365. </botSteps>
  366. <botSteps>
  367. <type>Wait</type>
  368. </botSteps>
  369. <developerName>Find_letter</developerName>
  370. <label>Find letter</label>
  371. <showInFooterMenu>false</showInFooterMenu>
  372. </botDialogs>
  373. <botDialogs>
  374. <botDialogGroup>IRS_Letter_Intent</botDialogGroup>
  375. <botSteps>
  376. <botVariableOperation>
  377. <askCollectIfSet>false</askCollectIfSet>
  378. <botMessages>
  379. <message>We need to know what letter you received. Do you see a combination of letters and numbers in the top right corner of the first page of the letter?</message>
  380. </botMessages>
  381. <botQuickReplyOptions>
  382. <literalValue>Yes</literalValue>
  383. </botQuickReplyOptions>
  384. <botQuickReplyOptions>
  385. <literalValue>No</literalValue>
  386. </botQuickReplyOptions>
  387. <botVariableOperands>
  388. <disableAutoFill>true</disableAutoFill>
  389. <sourceName>YesOrNoValue</sourceName>
  390. <sourceType>MlSlotClass</sourceType>
  391. <targetName>irsLetter</targetName>
  392. <targetType>ConversationVariable</targetType>
  393. </botVariableOperands>
  394. <optionalCollect>false</optionalCollect>
  395. <quickReplyType>Static</quickReplyType>
  396. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  397. <retryMessages>
  398. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  399. </retryMessages>
  400. <type>Collect</type>
  401. </botVariableOperation>
  402. <type>VariableOperation</type>
  403. </botSteps>
  404. <botSteps>
  405. <botStepConditions>
  406. <leftOperandName>irsLetter</leftOperandName>
  407. <leftOperandType>ConversationVariable</leftOperandType>
  408. <operatorType>Equals</operatorType>
  409. <rightOperandValue>Yes</rightOperandValue>
  410. </botStepConditions>
  411. <botSteps>
  412. <botVariableOperation>
  413. <botVariableOperands>
  414. <targetName>irsLetter</targetName>
  415. <targetType>ConversationVariable</targetType>
  416. </botVariableOperands>
  417. <type>Unset</type>
  418. </botVariableOperation>
  419. <type>VariableOperation</type>
  420. </botSteps>
  421. <botSteps>
  422. <botNavigation>
  423. <botNavigationLinks>
  424. <targetBotDialog>Choose_Letters</targetBotDialog>
  425. </botNavigationLinks>
  426. <type>Redirect</type>
  427. </botNavigation>
  428. <type>Navigation</type>
  429. </botSteps>
  430. <type>Group</type>
  431. </botSteps>
  432. <botSteps>
  433. <botStepConditions>
  434. <leftOperandName>irsLetter</leftOperandName>
  435. <leftOperandType>ConversationVariable</leftOperandType>
  436. <operatorType>Equals</operatorType>
  437. <rightOperandValue>No</rightOperandValue>
  438. </botStepConditions>
  439. <botSteps>
  440. <botVariableOperation>
  441. <botVariableOperands>
  442. <targetName>irsLetter</targetName>
  443. <targetType>ConversationVariable</targetType>
  444. </botVariableOperands>
  445. <type>Unset</type>
  446. </botVariableOperation>
  447. <type>VariableOperation</type>
  448. </botSteps>
  449. <botSteps>
  450. <botNavigation>
  451. <botNavigationLinks>
  452. <targetBotDialog>Find_letter</targetBotDialog>
  453. </botNavigationLinks>
  454. <type>Redirect</type>
  455. </botNavigation>
  456. <type>Navigation</type>
  457. </botSteps>
  458. <type>Group</type>
  459. </botSteps>
  460. <botSteps>
  461. <type>Wait</type>
  462. </botSteps>
  463. <developerName>What_letter</developerName>
  464. <label>What letter</label>
  465. <showInFooterMenu>false</showInFooterMenu>
  466. </botDialogs>
  467. <botDialogs>
  468. <botSteps>
  469. <botVariableOperation>
  470. <botInvocation>
  471. <invocationActionName>H_R_Block_Utility_Chatbot_Global_Configuration</invocationActionName>
  472. <invocationActionType>flow</invocationActionType>
  473. <invocationMappings>
  474. <parameterName>isActive</parameterName>
  475. <type>Output</type>
  476. <variableName>isActive</variableName>
  477. <variableType>ConversationVariable</variableType>
  478. </invocationMappings>
  479. <invocationMappings>
  480. <parameterName>ExtensionFiling</parameterName>
  481. <type>Output</type>
  482. <variableName>ExtensionFiling</variableName>
  483. <variableType>ConversationVariable</variableType>
  484. </invocationMappings>
  485. <invocationMappings>
  486. <parameterName>EducationMAGI</parameterName>
  487. <type>Output</type>
  488. <variableName>EducationMAGI</variableName>
  489. <variableType>ConversationVariable</variableType>
  490. </invocationMappings>
  491. <invocationMappings>
  492. <parameterName>RTAmount</parameterName>
  493. <type>Output</type>
  494. <variableName>RTAmount</variableName>
  495. <variableType>ConversationVariable</variableType>
  496. </invocationMappings>
  497. <invocationMappings>
  498. <parameterName>CurrentTaxYear</parameterName>
  499. <type>Output</type>
  500. <variableName>CurrentTaxYear</variableName>
  501. <variableType>ConversationVariable</variableType>
  502. </invocationMappings>
  503. <invocationMappings>
  504. <parameterName>TaxDeadLine</parameterName>
  505. <type>Output</type>
  506. <variableName>TaxDeadLine</variableName>
  507. <variableType>ConversationVariable</variableType>
  508. </invocationMappings>
  509. <invocationMappings>
  510. <parameterName>ImportTurboTaxDataFileYear</parameterName>
  511. <type>Output</type>
  512. <variableName>ImportTurboTaxDataFileYear</variableName>
  513. <variableType>ConversationVariable</variableType>
  514. </invocationMappings>
  515. <invocationMappings>
  516. <parameterName>Priortaxyear</parameterName>
  517. <type>Output</type>
  518. <variableName>Priortaxyear</variableName>
  519. <variableType>ConversationVariable</variableType>
  520. </invocationMappings>
  521. <invocationMappings>
  522. <parameterName>IRSEfileOpenDate</parameterName>
  523. <type>Output</type>
  524. <variableName>IRSEfileOpenDate</variableName>
  525. <variableType>ConversationVariable</variableType>
  526. </invocationMappings>
  527. <invocationMappings>
  528. <parameterName>IRSGetTranscript</parameterName>
  529. <type>Output</type>
  530. <variableName>IRSGetTranscript</variableName>
  531. <variableType>ConversationVariable</variableType>
  532. </invocationMappings>
  533. <invocationMappings>
  534. <parameterName>EducationMFJMAGI</parameterName>
  535. <type>Output</type>
  536. <variableName>EducationMFJMAGI</variableName>
  537. <variableType>ConversationVariable</variableType>
  538. </invocationMappings>
  539. <invocationMappings>
  540. <parameterName>Name</parameterName>
  541. <type>Output</type>
  542. <variableName>Name</variableName>
  543. <variableType>ConversationVariable</variableType>
  544. </invocationMappings>
  545. <invocationMappings>
  546. <parameterName>QualChildrule</parameterName>
  547. <type>Output</type>
  548. <variableName>QualChildrule</variableName>
  549. <variableType>ConversationVariable</variableType>
  550. </invocationMappings>
  551. </botInvocation>
  552. <type>Set</type>
  553. </botVariableOperation>
  554. <type>VariableOperation</type>
  555. </botSteps>
  556. <botSteps>
  557. <botVariableOperation>
  558. <botInvocation>
  559. <invocationActionName>ChatBotVariableSearchUtil</invocationActionName>
  560. <invocationActionType>apex</invocationActionType>
  561. <invocationMappings>
  562. <parameterName>routableID</parameterName>
  563. <type>Input</type>
  564. <variableName>RoutableId</variableName>
  565. <variableType>ContextVariable</variableType>
  566. </invocationMappings>
  567. <invocationMappings>
  568. <parameterName>sServiceTypeIndicator</parameterName>
  569. <type>Output</type>
  570. <variableName>Service_Type_Indicator</variableName>
  571. <variableType>ConversationVariable</variableType>
  572. </invocationMappings>
  573. </botInvocation>
  574. <type>Set</type>
  575. </botVariableOperation>
  576. <type>VariableOperation</type>
  577. </botSteps>
  578. <botSteps>
  579. <botNavigation>
  580. <botNavigationLinks>
  581. <targetBotDialog>Context_Transfer</targetBotDialog>
  582. </botNavigationLinks>
  583. <type>Redirect</type>
  584. </botNavigation>
  585. <type>Navigation</type>
  586. </botSteps>
  587. <developerName>Welcome</developerName>
  588. <label>Welcome</label>
  589. <showInFooterMenu>false</showInFooterMenu>
  590. </botDialogs>
  591. <botDialogs>
  592. <botSteps>
  593. <botNavigation>
  594. <botNavigationLinks>
  595. <targetBotDialog>Dependent_Care_Credit</targetBotDialog>
  596. </botNavigationLinks>
  597. <botNavigationLinks>
  598. <targetBotDialog>Transfer_To_Agent</targetBotDialog>
  599. </botNavigationLinks>
  600. <botNavigationLinks>
  601. <targetBotDialog>Child_Tax_Credit</targetBotDialog>
  602. </botNavigationLinks>
  603. <botNavigationLinks>
  604. <targetBotDialog>Dependent_Qualification</targetBotDialog>
  605. </botNavigationLinks>
  606. <botNavigationLinks>
  607. <targetBotDialog>Earned_Income_Credit</targetBotDialog>
  608. </botNavigationLinks>
  609. <botNavigationLinks>
  610. <targetBotDialog>Tax_Reform</targetBotDialog>
  611. </botNavigationLinks>
  612. <botNavigationLinks>
  613. <targetBotDialog>Covid_19</targetBotDialog>
  614. </botNavigationLinks>
  615. <botNavigationLinks>
  616. <targetBotDialog>Filing_Requirement</targetBotDialog>
  617. </botNavigationLinks>
  618. <botNavigationLinks>
  619. <targetBotDialog>IRS_Letter</targetBotDialog>
  620. </botNavigationLinks>
  621. <botNavigationLinks>
  622. <targetBotDialog>Filing_Status</targetBotDialog>
  623. </botNavigationLinks>
  624. <botNavigationLinks>
  625. <targetBotDialog>Education</targetBotDialog>
  626. </botNavigationLinks>
  627. <type>Redirect</type>
  628. </botNavigation>
  629. <type>Navigation</type>
  630. </botSteps>
  631. <developerName>Main_Menu</developerName>
  632. <label>Main Menu</label>
  633. <showInFooterMenu>false</showInFooterMenu>
  634. </botDialogs>
  635. <botDialogs>
  636. <botSteps>
  637. <botSteps>
  638. <botNavigation>
  639. <botNavigationLinks>
  640. <targetBotDialog>Check_Office_Hours</targetBotDialog>
  641. </botNavigationLinks>
  642. <type>Call</type>
  643. </botNavigation>
  644. <type>Navigation</type>
  645. </botSteps>
  646. <type>Group</type>
  647. </botSteps>
  648. <botSteps>
  649. <botStepConditions>
  650. <leftOperandName>Service_Type_Indicator</leftOperandName>
  651. <leftOperandType>ConversationVariable</leftOperandType>
  652. <operatorType>Equals</operatorType>
  653. <rightOperandValue>SWA</rightOperandValue>
  654. </botStepConditions>
  655. <botStepConditions>
  656. <leftOperandName>SWAWithinHours</leftOperandName>
  657. <leftOperandType>ConversationVariable</leftOperandType>
  658. <operatorType>Equals</operatorType>
  659. <rightOperandValue>false</rightOperandValue>
  660. </botStepConditions>
  661. <botStepConditions>
  662. <leftOperandName>DIYWithinHours</leftOperandName>
  663. <leftOperandType>ConversationVariable</leftOperandType>
  664. <operatorType>Equals</operatorType>
  665. <rightOperandValue>true</rightOperandValue>
  666. </botStepConditions>
  667. <botSteps>
  668. <botNavigation>
  669. <botNavigationLinks>
  670. <targetBotDialog>Get_Vendor_Queue</targetBotDialog>
  671. </botNavigationLinks>
  672. <type>Call</type>
  673. </botNavigation>
  674. <type>Navigation</type>
  675. </botSteps>
  676. <botSteps>
  677. <conversationSystemMessage>
  678. <systemMessageMappings>
  679. <mappingType>Input</mappingType>
  680. <parameterType>Transfer</parameterType>
  681. <variableName>DIY_Software_Support</variableName>
  682. </systemMessageMappings>
  683. <type>Transfer</type>
  684. </conversationSystemMessage>
  685. <type>SystemMessage</type>
  686. </botSteps>
  687. <type>Group</type>
  688. </botSteps>
  689. <botSteps>
  690. <botStepConditions>
  691. <leftOperandName>Service_Type_Indicator</leftOperandName>
  692. <leftOperandType>ConversationVariable</leftOperandType>
  693. <operatorType>Equals</operatorType>
  694. <rightOperandValue>SWA</rightOperandValue>
  695. </botStepConditions>
  696. <botStepConditions>
  697. <leftOperandName>SWAWithinHours</leftOperandName>
  698. <leftOperandType>ConversationVariable</leftOperandType>
  699. <operatorType>Equals</operatorType>
  700. <rightOperandValue>false</rightOperandValue>
  701. </botStepConditions>
  702. <botStepConditions>
  703. <leftOperandName>DIYWithinHours</leftOperandName>
  704. <leftOperandType>ConversationVariable</leftOperandType>
  705. <operatorType>Equals</operatorType>
  706. <rightOperandValue>false</rightOperandValue>
  707. </botStepConditions>
  708. <botSteps>
  709. <botMessages>
  710. <message>We’re sorry we missed you! We are closed for holidays, and occasionally for maintenance or training.
  711.  
  712. Please find support hours below for our products:
  713. Software Assist (Tax Pro Chat):
  714. -Monday - Friday: 9am - 7pm CST
  715. -Saturday: 10am - 3pm CST</message>
  716. </botMessages>
  717. <type>Message</type>
  718. </botSteps>
  719. <botSteps>
  720. <botMessages>
  721. <message>Technical Support
  722. -Monday - Friday: 7am - 7pm CST
  723. -Saturday - Sunday: 7am - 7pm CST</message>
  724. </botMessages>
  725. <type>Message</type>
  726. </botSteps>
  727. <botSteps>
  728. <botNavigation>
  729. <botNavigationLinks>
  730. <targetBotDialog>Continue_With_Bot_Prompt</targetBotDialog>
  731. </botNavigationLinks>
  732. <type>Redirect</type>
  733. </botNavigation>
  734. <type>Navigation</type>
  735. </botSteps>
  736. <type>Group</type>
  737. </botSteps>
  738. <botSteps>
  739. <botStepConditions>
  740. <leftOperandName>Service_Type_Indicator</leftOperandName>
  741. <leftOperandType>ConversationVariable</leftOperandType>
  742. <operatorType>NotEquals</operatorType>
  743. <rightOperandValue>SWA</rightOperandValue>
  744. </botStepConditions>
  745. <botStepConditions>
  746. <leftOperandName>DIYWithinHours</leftOperandName>
  747. <leftOperandType>ConversationVariable</leftOperandType>
  748. <operatorType>Equals</operatorType>
  749. <rightOperandValue>true</rightOperandValue>
  750. </botStepConditions>
  751. <botSteps>
  752. <botNavigation>
  753. <botNavigationLinks>
  754. <targetBotDialog>Get_Vendor_Queue</targetBotDialog>
  755. </botNavigationLinks>
  756. <type>Call</type>
  757. </botNavigation>
  758. <type>Navigation</type>
  759. </botSteps>
  760. <botSteps>
  761. <conversationSystemMessage>
  762. <systemMessageMappings>
  763. <mappingType>Input</mappingType>
  764. <parameterType>Transfer</parameterType>
  765. <variableName>DIY_Software_Support</variableName>
  766. </systemMessageMappings>
  767. <type>Transfer</type>
  768. </conversationSystemMessage>
  769. <type>SystemMessage</type>
  770. </botSteps>
  771. <type>Group</type>
  772. </botSteps>
  773. <botSteps>
  774. <botStepConditions>
  775. <leftOperandName>Service_Type_Indicator</leftOperandName>
  776. <leftOperandType>ConversationVariable</leftOperandType>
  777. <operatorType>NotEquals</operatorType>
  778. <rightOperandValue>SWA</rightOperandValue>
  779. </botStepConditions>
  780. <botStepConditions>
  781. <leftOperandName>DIYWithinHours</leftOperandName>
  782. <leftOperandType>ConversationVariable</leftOperandType>
  783. <operatorType>Equals</operatorType>
  784. <rightOperandValue>false</rightOperandValue>
  785. </botStepConditions>
  786. <botSteps>
  787. <botMessages>
  788. <message>We’re sorry we missed you! We are closed for holidays, and occasionally for maintenance or training.
  789.  
  790. Please find support hours below for our products:
  791. Software Assist (Tax Pro Chat):
  792. -Monday - Friday: 9am - 7pm CST
  793. -Saturday: 10am - 3pm CST</message>
  794. </botMessages>
  795. <type>Message</type>
  796. </botSteps>
  797. <botSteps>
  798. <botMessages>
  799. <message>Technical Support:
  800. -Monday - Friday: 7am - 7pm CST
  801. -Saturday - Sunday: 7am - 7pm CST</message>
  802. </botMessages>
  803. <type>Message</type>
  804. </botSteps>
  805. <botSteps>
  806. <botNavigation>
  807. <botNavigationLinks>
  808. <targetBotDialog>Continue_With_Bot_Prompt</targetBotDialog>
  809. </botNavigationLinks>
  810. <type>Redirect</type>
  811. </botNavigation>
  812. <type>Navigation</type>
  813. </botSteps>
  814. <type>Group</type>
  815. </botSteps>
  816. <botSteps>
  817. <conversationSystemMessage>
  818. <type>Transfer</type>
  819. </conversationSystemMessage>
  820. <type>SystemMessage</type>
  821. </botSteps>
  822. <developerName>Transfer_To_Agent</developerName>
  823. <label>Transfer To Agent</label>
  824. <mlIntent>Transfer_To_Agent</mlIntent>
  825. <mlIntentTrainingEnabled>false</mlIntentTrainingEnabled>
  826. <showInFooterMenu>false</showInFooterMenu>
  827. </botDialogs>
  828. <botDialogs>
  829. <botSteps>
  830. <botMessages>
  831. <message>Goodbye!</message>
  832. </botMessages>
  833. <type>Message</type>
  834. </botSteps>
  835. <botSteps>
  836. <botSteps>
  837. <conversationSystemMessage>
  838. <type>EndChat</type>
  839. </conversationSystemMessage>
  840. <type>SystemMessage</type>
  841. </botSteps>
  842. <type>Group</type>
  843. </botSteps>
  844. <botSteps>
  845. <type>Wait</type>
  846. </botSteps>
  847. <developerName>End_Chat</developerName>
  848. <label>End Chat</label>
  849. <showInFooterMenu>false</showInFooterMenu>
  850. </botDialogs>
  851. <botDialogs>
  852. <botSteps>
  853. <botSteps>
  854. <botMessages>
  855. <message>I&apos;m sorry, I didn&apos;t understand that.</message>
  856. </botMessages>
  857. <type>Message</type>
  858. </botSteps>
  859. <botSteps>
  860. <botVariableOperation>
  861. <botVariableOperands>
  862. <sourceName>Software_Chatty</sourceName>
  863. <sourceType>BotDefinition</sourceType>
  864. <targetName>SoftwareBot</targetName>
  865. <targetType>ConversationVariable</targetType>
  866. </botVariableOperands>
  867. <type>Set</type>
  868. </botVariableOperation>
  869. <type>VariableOperation</type>
  870. </botSteps>
  871. <botSteps>
  872. <conversationSystemMessage>
  873. <systemMessageMappings>
  874. <mappingType>Input</mappingType>
  875. <parameterType>Transfer</parameterType>
  876. <variableName>SoftwareBot</variableName>
  877. </systemMessageMappings>
  878. <type>Transfer</type>
  879. </conversationSystemMessage>
  880. <type>SystemMessage</type>
  881. </botSteps>
  882. <type>Group</type>
  883. </botSteps>
  884. <botSteps>
  885. <type>Wait</type>
  886. </botSteps>
  887. <developerName>Confused</developerName>
  888. <label>Confused</label>
  889. <showInFooterMenu>false</showInFooterMenu>
  890. </botDialogs>
  891. <botDialogs>
  892. <botSteps>
  893. <botStepConditions>
  894. <leftOperandName>Service_Type_Indicator</leftOperandName>
  895. <leftOperandType>ConversationVariable</leftOperandType>
  896. <operatorType>Equals</operatorType>
  897. <rightOperandValue>SWA</rightOperandValue>
  898. </botStepConditions>
  899. <botStepConditions>
  900. <leftOperandName>SWAWithinHours</leftOperandName>
  901. <leftOperandType>ConversationVariable</leftOperandType>
  902. <operatorType>Equals</operatorType>
  903. <rightOperandValue>false</rightOperandValue>
  904. </botStepConditions>
  905. <botStepConditions>
  906. <leftOperandName>DIYWithinHours</leftOperandName>
  907. <leftOperandType>ConversationVariable</leftOperandType>
  908. <operatorType>Equals</operatorType>
  909. <rightOperandValue>true</rightOperandValue>
  910. </botStepConditions>
  911. <botSteps>
  912. <botMessages>
  913. <message>All agents are currently at capacity, please try again later.
  914.  
  915. Please find support hours below for our products:
  916. Software Assist (Tax Pro Chat):
  917. -Monday - Friday: 9am - 7pm CST
  918. -Saturday: 10am - 3pm CST</message>
  919. </botMessages>
  920. <type>Message</type>
  921. </botSteps>
  922. <botSteps>
  923. <botMessages>
  924. <message>Technical Support
  925. -Monday - Friday: 7am - 7pm CST
  926. -Saturday - Sunday: 7am - 7pm CST</message>
  927. </botMessages>
  928. <type>Message</type>
  929. </botSteps>
  930. <botSteps>
  931. <botNavigation>
  932. <botNavigationLinks>
  933. <targetBotDialog>Continue_With_Bot_Prompt</targetBotDialog>
  934. </botNavigationLinks>
  935. <type>Redirect</type>
  936. </botNavigation>
  937. <type>Navigation</type>
  938. </botSteps>
  939. <type>Group</type>
  940. </botSteps>
  941. <botSteps>
  942. <botStepConditions>
  943. <leftOperandName>Service_Type_Indicator</leftOperandName>
  944. <leftOperandType>ConversationVariable</leftOperandType>
  945. <operatorType>NotEquals</operatorType>
  946. <rightOperandValue>SWA</rightOperandValue>
  947. </botStepConditions>
  948. <botStepConditions>
  949. <leftOperandName>DIYWithinHours</leftOperandName>
  950. <leftOperandType>ConversationVariable</leftOperandType>
  951. <operatorType>Equals</operatorType>
  952. <rightOperandValue>true</rightOperandValue>
  953. </botStepConditions>
  954. <botSteps>
  955. <botMessages>
  956. <message>All agents are currently at capacity, please try again later.
  957.  
  958. Please find support hours below for our products:
  959. Software Assist (Tax Pro Chat):
  960. -Monday - Friday: 9am - 7pm CST
  961. -Saturday: 10am - 3pm CST</message>
  962. </botMessages>
  963. <type>Message</type>
  964. </botSteps>
  965. <botSteps>
  966. <botMessages>
  967. <message>Technical Support
  968. -Monday - Friday: 7am - 7pm CST
  969. -Saturday - Sunday: 7am - 7pm CST</message>
  970. </botMessages>
  971. <type>Message</type>
  972. </botSteps>
  973. <botSteps>
  974. <botNavigation>
  975. <botNavigationLinks>
  976. <targetBotDialog>Continue_With_Bot_Prompt</targetBotDialog>
  977. </botNavigationLinks>
  978. <type>Redirect</type>
  979. </botNavigation>
  980. <type>Navigation</type>
  981. </botSteps>
  982. <type>Group</type>
  983. </botSteps>
  984. <botSteps>
  985. <type>Wait</type>
  986. </botSteps>
  987. <developerName>No_Agent_Available</developerName>
  988. <label>No Agent</label>
  989. <showInFooterMenu>false</showInFooterMenu>
  990. </botDialogs>
  991. <botDialogs>
  992. <botDialogGroup>Dependent_Care_Credit_Group</botDialogGroup>
  993. <botSteps>
  994. <botVariableOperation>
  995. <askCollectIfSet>false</askCollectIfSet>
  996. <botMessages>
  997. <message>Do you have a qualifying person?</message>
  998. </botMessages>
  999. <botQuickReplyOptions>
  1000. <literalValue>Yes</literalValue>
  1001. </botQuickReplyOptions>
  1002. <botQuickReplyOptions>
  1003. <literalValue>No</literalValue>
  1004. </botQuickReplyOptions>
  1005. <botQuickReplyOptions>
  1006. <literalValue>I don&apos;t know</literalValue>
  1007. </botQuickReplyOptions>
  1008. <botVariableOperands>
  1009. <disableAutoFill>true</disableAutoFill>
  1010. <sourceName>QualifyingPersonValues</sourceName>
  1011. <sourceType>MlSlotClass</sourceType>
  1012. <targetName>QualifyingPerson</targetName>
  1013. <targetType>ConversationVariable</targetType>
  1014. </botVariableOperands>
  1015. <optionalCollect>false</optionalCollect>
  1016. <quickReplyType>Static</quickReplyType>
  1017. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  1018. <retryMessages>
  1019. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  1020. </retryMessages>
  1021. <type>Collect</type>
  1022. </botVariableOperation>
  1023. <type>VariableOperation</type>
  1024. </botSteps>
  1025. <botSteps>
  1026. <botStepConditions>
  1027. <leftOperandName>QualifyingPerson</leftOperandName>
  1028. <leftOperandType>ConversationVariable</leftOperandType>
  1029. <operatorType>Equals</operatorType>
  1030. <rightOperandValue>Yes</rightOperandValue>
  1031. </botStepConditions>
  1032. <botSteps>
  1033. <botVariableOperation>
  1034. <botVariableOperands>
  1035. <targetName>QualifyingPerson</targetName>
  1036. <targetType>ConversationVariable</targetType>
  1037. </botVariableOperands>
  1038. <type>Unset</type>
  1039. </botVariableOperation>
  1040. <type>VariableOperation</type>
  1041. </botSteps>
  1042. <botSteps>
  1043. <botNavigation>
  1044. <botNavigationLinks>
  1045. <targetBotDialog>DCC_Sub_Yes</targetBotDialog>
  1046. </botNavigationLinks>
  1047. <type>Redirect</type>
  1048. </botNavigation>
  1049. <type>Navigation</type>
  1050. </botSteps>
  1051. <type>Group</type>
  1052. </botSteps>
  1053. <botSteps>
  1054. <botStepConditions>
  1055. <leftOperandName>QualifyingPerson</leftOperandName>
  1056. <leftOperandType>ConversationVariable</leftOperandType>
  1057. <operatorType>Equals</operatorType>
  1058. <rightOperandValue>No</rightOperandValue>
  1059. </botStepConditions>
  1060. <botSteps>
  1061. <botVariableOperation>
  1062. <botVariableOperands>
  1063. <targetName>QualifyingPerson</targetName>
  1064. <targetType>ConversationVariable</targetType>
  1065. </botVariableOperands>
  1066. <type>Unset</type>
  1067. </botVariableOperation>
  1068. <type>VariableOperation</type>
  1069. </botSteps>
  1070. <botSteps>
  1071. <botNavigation>
  1072. <botNavigationLinks>
  1073. <targetBotDialog>DCC_Sub_No</targetBotDialog>
  1074. </botNavigationLinks>
  1075. <type>Redirect</type>
  1076. </botNavigation>
  1077. <type>Navigation</type>
  1078. </botSteps>
  1079. <type>Group</type>
  1080. </botSteps>
  1081. <botSteps>
  1082. <botStepConditions>
  1083. <leftOperandName>QualifyingPerson</leftOperandName>
  1084. <leftOperandType>ConversationVariable</leftOperandType>
  1085. <operatorType>Equals</operatorType>
  1086. <rightOperandValue>I don&apos;t know</rightOperandValue>
  1087. </botStepConditions>
  1088. <botSteps>
  1089. <botVariableOperation>
  1090. <botVariableOperands>
  1091. <targetName>QualifyingPerson</targetName>
  1092. <targetType>ConversationVariable</targetType>
  1093. </botVariableOperands>
  1094. <type>Unset</type>
  1095. </botVariableOperation>
  1096. <type>VariableOperation</type>
  1097. </botSteps>
  1098. <botSteps>
  1099. <botNavigation>
  1100. <botNavigationLinks>
  1101. <targetBotDialog>DCC_Sub_Unsure</targetBotDialog>
  1102. </botNavigationLinks>
  1103. <type>Redirect</type>
  1104. </botNavigation>
  1105. <type>Navigation</type>
  1106. </botSteps>
  1107. <type>Group</type>
  1108. </botSteps>
  1109. <botSteps>
  1110. <type>Wait</type>
  1111. </botSteps>
  1112. <developerName>Dependent_Care_Credit</developerName>
  1113. <label>Dependent Care Credit</label>
  1114. <showInFooterMenu>false</showInFooterMenu>
  1115. </botDialogs>
  1116. <botDialogs>
  1117. <botDialogGroup>Dependent_Care_Credit_Group</botDialogGroup>
  1118. <botSteps>
  1119. <botVariableOperation>
  1120. <askCollectIfSet>false</askCollectIfSet>
  1121. <botMessages>
  1122. <message>Are you filing a married filing separately return?</message>
  1123. </botMessages>
  1124. <botQuickReplyOptions>
  1125. <literalValue>Yes</literalValue>
  1126. </botQuickReplyOptions>
  1127. <botQuickReplyOptions>
  1128. <literalValue>No</literalValue>
  1129. </botQuickReplyOptions>
  1130. <botVariableOperands>
  1131. <disableAutoFill>true</disableAutoFill>
  1132. <sourceName>YesOrNoValue</sourceName>
  1133. <sourceType>MlSlotClass</sourceType>
  1134. <targetName>MarriedOrSeparateReturnYesOrNo</targetName>
  1135. <targetType>ConversationVariable</targetType>
  1136. </botVariableOperands>
  1137. <optionalCollect>false</optionalCollect>
  1138. <quickReplyType>Static</quickReplyType>
  1139. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  1140. <retryMessages>
  1141. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  1142. </retryMessages>
  1143. <type>Collect</type>
  1144. </botVariableOperation>
  1145. <type>VariableOperation</type>
  1146. </botSteps>
  1147. <botSteps>
  1148. <botStepConditions>
  1149. <leftOperandName>MarriedOrSeparateReturnYesOrNo</leftOperandName>
  1150. <leftOperandType>ConversationVariable</leftOperandType>
  1151. <operatorType>Equals</operatorType>
  1152. <rightOperandValue>Yes</rightOperandValue>
  1153. </botStepConditions>
  1154. <botSteps>
  1155. <botVariableOperation>
  1156. <botVariableOperands>
  1157. <targetName>MarriedOrSeparateReturnYesOrNo</targetName>
  1158. <targetType>ConversationVariable</targetType>
  1159. </botVariableOperands>
  1160. <type>Unset</type>
  1161. </botVariableOperation>
  1162. <type>VariableOperation</type>
  1163. </botSteps>
  1164. <botSteps>
  1165. <botNavigation>
  1166. <botNavigationLinks>
  1167. <targetBotDialog>DCC_Sub_No</targetBotDialog>
  1168. </botNavigationLinks>
  1169. <type>Redirect</type>
  1170. </botNavigation>
  1171. <type>Navigation</type>
  1172. </botSteps>
  1173. <type>Group</type>
  1174. </botSteps>
  1175. <botSteps>
  1176. <botStepConditions>
  1177. <leftOperandName>MarriedOrSeparateReturnYesOrNo</leftOperandName>
  1178. <leftOperandType>ConversationVariable</leftOperandType>
  1179. <operatorType>Equals</operatorType>
  1180. <rightOperandValue>No</rightOperandValue>
  1181. </botStepConditions>
  1182. <botSteps>
  1183. <botVariableOperation>
  1184. <botVariableOperands>
  1185. <targetName>MarriedOrSeparateReturnYesOrNo</targetName>
  1186. <targetType>ConversationVariable</targetType>
  1187. </botVariableOperands>
  1188. <type>Unset</type>
  1189. </botVariableOperation>
  1190. <type>VariableOperation</type>
  1191. </botSteps>
  1192. <botSteps>
  1193. <botNavigation>
  1194. <botNavigationLinks>
  1195. <targetBotDialog>DCC_Sub_Yes_Not_Married_Return</targetBotDialog>
  1196. </botNavigationLinks>
  1197. <type>Redirect</type>
  1198. </botNavigation>
  1199. <type>Navigation</type>
  1200. </botSteps>
  1201. <type>Group</type>
  1202. </botSteps>
  1203. <botSteps>
  1204. <type>Wait</type>
  1205. </botSteps>
  1206. <developerName>DCC_Sub_Yes</developerName>
  1207. <label>DCC Sub Yes</label>
  1208. <showInFooterMenu>false</showInFooterMenu>
  1209. </botDialogs>
  1210. <botDialogs>
  1211. <botDialogGroup>Dependent_Care_Credit_Group</botDialogGroup>
  1212. <botSteps>
  1213. <botMessages>
  1214. <message>Based on your responses, you don&apos;t qualify for the Child and Dependent Care Credit.</message>
  1215. </botMessages>
  1216. <type>Message</type>
  1217. </botSteps>
  1218. <botSteps>
  1219. <botNavigation>
  1220. <botNavigationLinks>
  1221. <targetBotDialog>VA_End_of_Flow</targetBotDialog>
  1222. </botNavigationLinks>
  1223. <type>Redirect</type>
  1224. </botNavigation>
  1225. <type>Navigation</type>
  1226. </botSteps>
  1227. <developerName>DCC_Sub_No</developerName>
  1228. <label>DCC Sub No</label>
  1229. <showInFooterMenu>false</showInFooterMenu>
  1230. </botDialogs>
  1231. <botDialogs>
  1232. <botDialogGroup>Dependent_Care_Credit_Group</botDialogGroup>
  1233. <botSteps>
  1234. <botVariableOperation>
  1235. <botInvocation>
  1236. <invocationActionName>ChatBotKnowledgeSearchUtil</invocationActionName>
  1237. <invocationActionType>apex</invocationActionType>
  1238. <invocationMappings>
  1239. <parameterName>sKeyword1</parameterName>
  1240. <type>Input</type>
  1241. <value>Dependent Care Credit Qualifications</value>
  1242. </invocationMappings>
  1243. <invocationMappings>
  1244. <parameterName>output</parameterName>
  1245. <type>Output</type>
  1246. <variableName>articleList</variableName>
  1247. <variableType>ConversationVariable</variableType>
  1248. </invocationMappings>
  1249. </botInvocation>
  1250. <type>Set</type>
  1251. </botVariableOperation>
  1252. <type>VariableOperation</type>
  1253. </botSteps>
  1254. <botSteps>
  1255. <botMessages>
  1256. <message>Please see below details to view the instructions:
  1257.  
  1258. {!articleList[0].url}</message>
  1259. </botMessages>
  1260. <type>Message</type>
  1261. </botSteps>
  1262. <botSteps>
  1263. <botVariableOperation>
  1264. <askCollectIfSet>false</askCollectIfSet>
  1265. <botMessages>
  1266. <message>Does at least one of the qualifications shown in the link apply to you?</message>
  1267. </botMessages>
  1268. <botQuickReplyOptions>
  1269. <literalValue>Yes</literalValue>
  1270. </botQuickReplyOptions>
  1271. <botQuickReplyOptions>
  1272. <literalValue>No</literalValue>
  1273. </botQuickReplyOptions>
  1274. <botVariableOperands>
  1275. <disableAutoFill>true</disableAutoFill>
  1276. <sourceName>YesOrNoValue</sourceName>
  1277. <sourceType>MlSlotClass</sourceType>
  1278. <targetName>QualificationsApplyYesOrNo</targetName>
  1279. <targetType>ConversationVariable</targetType>
  1280. </botVariableOperands>
  1281. <optionalCollect>false</optionalCollect>
  1282. <quickReplyType>Static</quickReplyType>
  1283. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  1284. <retryMessages>
  1285. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  1286. </retryMessages>
  1287. <type>Collect</type>
  1288. </botVariableOperation>
  1289. <type>VariableOperation</type>
  1290. </botSteps>
  1291. <botSteps>
  1292. <botStepConditions>
  1293. <leftOperandName>QualificationsApplyYesOrNo</leftOperandName>
  1294. <leftOperandType>ConversationVariable</leftOperandType>
  1295. <operatorType>Equals</operatorType>
  1296. <rightOperandValue>Yes</rightOperandValue>
  1297. </botStepConditions>
  1298. <botSteps>
  1299. <botVariableOperation>
  1300. <botVariableOperands>
  1301. <targetName>QualificationsApplyYesOrNo</targetName>
  1302. <targetType>ConversationVariable</targetType>
  1303. </botVariableOperands>
  1304. <type>Unset</type>
  1305. </botVariableOperation>
  1306. <type>VariableOperation</type>
  1307. </botSteps>
  1308. <botSteps>
  1309. <botNavigation>
  1310. <botNavigationLinks>
  1311. <targetBotDialog>DCC_Sub_Yes</targetBotDialog>
  1312. </botNavigationLinks>
  1313. <type>Redirect</type>
  1314. </botNavigation>
  1315. <type>Navigation</type>
  1316. </botSteps>
  1317. <type>Group</type>
  1318. </botSteps>
  1319. <botSteps>
  1320. <botStepConditions>
  1321. <leftOperandName>QualificationsApplyYesOrNo</leftOperandName>
  1322. <leftOperandType>ConversationVariable</leftOperandType>
  1323. <operatorType>Equals</operatorType>
  1324. <rightOperandValue>No</rightOperandValue>
  1325. </botStepConditions>
  1326. <botSteps>
  1327. <botVariableOperation>
  1328. <botVariableOperands>
  1329. <targetName>QualificationsApplyYesOrNo</targetName>
  1330. <targetType>ConversationVariable</targetType>
  1331. </botVariableOperands>
  1332. <type>Unset</type>
  1333. </botVariableOperation>
  1334. <type>VariableOperation</type>
  1335. </botSteps>
  1336. <botSteps>
  1337. <botNavigation>
  1338. <botNavigationLinks>
  1339. <targetBotDialog>DCC_Sub_No</targetBotDialog>
  1340. </botNavigationLinks>
  1341. <type>Redirect</type>
  1342. </botNavigation>
  1343. <type>Navigation</type>
  1344. </botSteps>
  1345. <type>Group</type>
  1346. </botSteps>
  1347. <botSteps>
  1348. <type>Wait</type>
  1349. </botSteps>
  1350. <developerName>DCC_Sub_Unsure</developerName>
  1351. <label>DCC Sub Unsure</label>
  1352. <showInFooterMenu>false</showInFooterMenu>
  1353. </botDialogs>
  1354. <botDialogs>
  1355. <botDialogGroup>Dependent_Care_Credit_Group</botDialogGroup>
  1356. <botSteps>
  1357. <botVariableOperation>
  1358. <askCollectIfSet>false</askCollectIfSet>
  1359. <botMessages>
  1360. <message>Do you have earned income? (And if you&apos;re filing jointly, do both you and your spouse have earned income?)</message>
  1361. </botMessages>
  1362. <botQuickReplyOptions>
  1363. <literalValue>Yes</literalValue>
  1364. </botQuickReplyOptions>
  1365. <botQuickReplyOptions>
  1366. <literalValue>No</literalValue>
  1367. </botQuickReplyOptions>
  1368. <botVariableOperands>
  1369. <disableAutoFill>true</disableAutoFill>
  1370. <sourceName>YesOrNoValue</sourceName>
  1371. <sourceType>MlSlotClass</sourceType>
  1372. <targetName>EarnedIncomeYesOrNo</targetName>
  1373. <targetType>ConversationVariable</targetType>
  1374. </botVariableOperands>
  1375. <optionalCollect>false</optionalCollect>
  1376. <quickReplyType>Static</quickReplyType>
  1377. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  1378. <retryMessages>
  1379. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  1380. </retryMessages>
  1381. <type>Collect</type>
  1382. </botVariableOperation>
  1383. <type>VariableOperation</type>
  1384. </botSteps>
  1385. <botSteps>
  1386. <botStepConditions>
  1387. <leftOperandName>EarnedIncomeYesOrNo</leftOperandName>
  1388. <leftOperandType>ConversationVariable</leftOperandType>
  1389. <operatorType>Equals</operatorType>
  1390. <rightOperandValue>Yes</rightOperandValue>
  1391. </botStepConditions>
  1392. <botSteps>
  1393. <botVariableOperation>
  1394. <botVariableOperands>
  1395. <targetName>EarnedIncomeYesOrNo</targetName>
  1396. <targetType>ConversationVariable</targetType>
  1397. </botVariableOperands>
  1398. <type>Unset</type>
  1399. </botVariableOperation>
  1400. <type>VariableOperation</type>
  1401. </botSteps>
  1402. <botSteps>
  1403. <botMessages>
  1404. <message>Based on your responses, you qualify for the Child and Dependent Care Credit.</message>
  1405. </botMessages>
  1406. <type>Message</type>
  1407. </botSteps>
  1408. <botSteps>
  1409. <botNavigation>
  1410. <botNavigationLinks>
  1411. <targetBotDialog>VA_End_of_Flow</targetBotDialog>
  1412. </botNavigationLinks>
  1413. <type>Redirect</type>
  1414. </botNavigation>
  1415. <type>Navigation</type>
  1416. </botSteps>
  1417. <type>Group</type>
  1418. </botSteps>
  1419. <botSteps>
  1420. <botStepConditions>
  1421. <leftOperandName>EarnedIncomeYesOrNo</leftOperandName>
  1422. <leftOperandType>ConversationVariable</leftOperandType>
  1423. <operatorType>Equals</operatorType>
  1424. <rightOperandValue>No</rightOperandValue>
  1425. </botStepConditions>
  1426. <botSteps>
  1427. <botVariableOperation>
  1428. <botVariableOperands>
  1429. <targetName>EarnedIncomeYesOrNo</targetName>
  1430. <targetType>ConversationVariable</targetType>
  1431. </botVariableOperands>
  1432. <type>Unset</type>
  1433. </botVariableOperation>
  1434. <type>VariableOperation</type>
  1435. </botSteps>
  1436. <botSteps>
  1437. <botNavigation>
  1438. <botNavigationLinks>
  1439. <targetBotDialog>DCC_Sub_No</targetBotDialog>
  1440. </botNavigationLinks>
  1441. <type>Redirect</type>
  1442. </botNavigation>
  1443. <type>Navigation</type>
  1444. </botSteps>
  1445. <type>Group</type>
  1446. </botSteps>
  1447. <botSteps>
  1448. <type>Wait</type>
  1449. </botSteps>
  1450. <developerName>DCC_Sub_Yes_Not_Married_Return</developerName>
  1451. <label>DCC Sub Yes Not Married Return</label>
  1452. <showInFooterMenu>false</showInFooterMenu>
  1453. </botDialogs>
  1454. <botDialogs>
  1455. <botDialogGroup>Child_Tax_Credit_Group</botDialogGroup>
  1456. <botSteps>
  1457. <botVariableOperation>
  1458. <askCollectIfSet>false</askCollectIfSet>
  1459. <botMessages>
  1460. <message>Does the child have an SSN?</message>
  1461. </botMessages>
  1462. <botQuickReplyOptions>
  1463. <literalValue>Yes</literalValue>
  1464. </botQuickReplyOptions>
  1465. <botQuickReplyOptions>
  1466. <literalValue>No</literalValue>
  1467. </botQuickReplyOptions>
  1468. <botVariableOperands>
  1469. <disableAutoFill>true</disableAutoFill>
  1470. <sourceName>YesOrNoValue</sourceName>
  1471. <sourceType>MlSlotClass</sourceType>
  1472. <targetName>ChildHasSSNYesOrNo</targetName>
  1473. <targetType>ConversationVariable</targetType>
  1474. </botVariableOperands>
  1475. <optionalCollect>false</optionalCollect>
  1476. <quickReplyType>Static</quickReplyType>
  1477. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  1478. <retryMessages>
  1479. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  1480. </retryMessages>
  1481. <type>Collect</type>
  1482. </botVariableOperation>
  1483. <type>VariableOperation</type>
  1484. </botSteps>
  1485. <botSteps>
  1486. <botStepConditions>
  1487. <leftOperandName>ChildHasSSNYesOrNo</leftOperandName>
  1488. <leftOperandType>ConversationVariable</leftOperandType>
  1489. <operatorType>Equals</operatorType>
  1490. <rightOperandValue>No</rightOperandValue>
  1491. </botStepConditions>
  1492. <botSteps>
  1493. <botVariableOperation>
  1494. <botVariableOperands>
  1495. <targetName>ChildHasSSNYesOrNo</targetName>
  1496. <targetType>ConversationVariable</targetType>
  1497. </botVariableOperands>
  1498. <type>Unset</type>
  1499. </botVariableOperation>
  1500. <type>VariableOperation</type>
  1501. </botSteps>
  1502. <botSteps>
  1503. <botNavigation>
  1504. <botNavigationLinks>
  1505. <targetBotDialog>ChildTaxCreditRejection</targetBotDialog>
  1506. </botNavigationLinks>
  1507. <type>Redirect</type>
  1508. </botNavigation>
  1509. <type>Navigation</type>
  1510. </botSteps>
  1511. <type>Group</type>
  1512. </botSteps>
  1513. <botSteps>
  1514. <botStepConditions>
  1515. <leftOperandName>ChildHasSSNYesOrNo</leftOperandName>
  1516. <leftOperandType>ConversationVariable</leftOperandType>
  1517. <operatorType>Equals</operatorType>
  1518. <rightOperandValue>Yes</rightOperandValue>
  1519. </botStepConditions>
  1520. <botSteps>
  1521. <botVariableOperation>
  1522. <botVariableOperands>
  1523. <targetName>ChildHasSSNYesOrNo</targetName>
  1524. <targetType>ConversationVariable</targetType>
  1525. </botVariableOperands>
  1526. <type>Unset</type>
  1527. </botVariableOperation>
  1528. <type>VariableOperation</type>
  1529. </botSteps>
  1530. <botSteps>
  1531. <botNavigation>
  1532. <botNavigationLinks>
  1533. <targetBotDialog>Child_In_United_States</targetBotDialog>
  1534. </botNavigationLinks>
  1535. <type>Redirect</type>
  1536. </botNavigation>
  1537. <type>Navigation</type>
  1538. </botSteps>
  1539. <type>Group</type>
  1540. </botSteps>
  1541. <botSteps>
  1542. <type>Wait</type>
  1543. </botSteps>
  1544. <developerName>Child_Tax_Credit</developerName>
  1545. <label>Child Tax Credit</label>
  1546. <showInFooterMenu>false</showInFooterMenu>
  1547. </botDialogs>
  1548. <botDialogs>
  1549. <botDialogGroup>Child_Tax_Credit_Group</botDialogGroup>
  1550. <botSteps>
  1551. <botMessages>
  1552. <message>Based on your responses, you don&apos;t qualify for the Child Tax Credit.</message>
  1553. </botMessages>
  1554. <type>Message</type>
  1555. </botSteps>
  1556. <botSteps>
  1557. <botNavigation>
  1558. <botNavigationLinks>
  1559. <targetBotDialog>VA_End_of_Flow</targetBotDialog>
  1560. </botNavigationLinks>
  1561. <type>Redirect</type>
  1562. </botNavigation>
  1563. <type>Navigation</type>
  1564. </botSteps>
  1565. <developerName>ChildTaxCreditRejection</developerName>
  1566. <label>Child Tax Credit Rejection</label>
  1567. <showInFooterMenu>false</showInFooterMenu>
  1568. </botDialogs>
  1569. <botDialogs>
  1570. <botDialogGroup>Child_Tax_Credit_Group</botDialogGroup>
  1571. <botSteps>
  1572. <botVariableOperation>
  1573. <askCollectIfSet>false</askCollectIfSet>
  1574. <botMessages>
  1575. <message>Does the child live in the United States?</message>
  1576. </botMessages>
  1577. <botQuickReplyOptions>
  1578. <literalValue>Yes</literalValue>
  1579. </botQuickReplyOptions>
  1580. <botQuickReplyOptions>
  1581. <literalValue>No</literalValue>
  1582. </botQuickReplyOptions>
  1583. <botVariableOperands>
  1584. <disableAutoFill>true</disableAutoFill>
  1585. <sourceName>YesOrNoValue</sourceName>
  1586. <sourceType>MlSlotClass</sourceType>
  1587. <targetName>ChildInUnitedStatesYesOrNo</targetName>
  1588. <targetType>ConversationVariable</targetType>
  1589. </botVariableOperands>
  1590. <optionalCollect>false</optionalCollect>
  1591. <quickReplyType>Static</quickReplyType>
  1592. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  1593. <retryMessages>
  1594. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  1595. </retryMessages>
  1596. <type>Collect</type>
  1597. </botVariableOperation>
  1598. <type>VariableOperation</type>
  1599. </botSteps>
  1600. <botSteps>
  1601. <botStepConditions>
  1602. <leftOperandName>ChildInUnitedStatesYesOrNo</leftOperandName>
  1603. <leftOperandType>ConversationVariable</leftOperandType>
  1604. <operatorType>Equals</operatorType>
  1605. <rightOperandValue>No</rightOperandValue>
  1606. </botStepConditions>
  1607. <botSteps>
  1608. <botVariableOperation>
  1609. <botVariableOperands>
  1610. <targetName>ChildInUnitedStatesYesOrNo</targetName>
  1611. <targetType>ConversationVariable</targetType>
  1612. </botVariableOperands>
  1613. <type>Unset</type>
  1614. </botVariableOperation>
  1615. <type>VariableOperation</type>
  1616. </botSteps>
  1617. <botSteps>
  1618. <botNavigation>
  1619. <botNavigationLinks>
  1620. <targetBotDialog>ChildTaxCreditRejection</targetBotDialog>
  1621. </botNavigationLinks>
  1622. <type>Redirect</type>
  1623. </botNavigation>
  1624. <type>Navigation</type>
  1625. </botSteps>
  1626. <type>Group</type>
  1627. </botSteps>
  1628. <botSteps>
  1629. <botStepConditions>
  1630. <leftOperandName>ChildInUnitedStatesYesOrNo</leftOperandName>
  1631. <leftOperandType>ConversationVariable</leftOperandType>
  1632. <operatorType>Equals</operatorType>
  1633. <rightOperandValue>Yes</rightOperandValue>
  1634. </botStepConditions>
  1635. <botSteps>
  1636. <botVariableOperation>
  1637. <botVariableOperands>
  1638. <targetName>ChildInUnitedStatesYesOrNo</targetName>
  1639. <targetType>ConversationVariable</targetType>
  1640. </botVariableOperands>
  1641. <type>Unset</type>
  1642. </botVariableOperation>
  1643. <type>VariableOperation</type>
  1644. </botSteps>
  1645. <botSteps>
  1646. <botNavigation>
  1647. <botNavigationLinks>
  1648. <targetBotDialog>Qualifying_Child</targetBotDialog>
  1649. </botNavigationLinks>
  1650. <type>Redirect</type>
  1651. </botNavigation>
  1652. <type>Navigation</type>
  1653. </botSteps>
  1654. <type>Group</type>
  1655. </botSteps>
  1656. <botSteps>
  1657. <type>Wait</type>
  1658. </botSteps>
  1659. <developerName>Child_In_United_States</developerName>
  1660. <label>Child In United States</label>
  1661. <showInFooterMenu>false</showInFooterMenu>
  1662. </botDialogs>
  1663. <botDialogs>
  1664. <botDialogGroup>Child_Tax_Credit_Group</botDialogGroup>
  1665. <botSteps>
  1666. <botVariableOperation>
  1667. <botInvocation>
  1668. <invocationActionName>ChatBotKnowledgeSearchUtil</invocationActionName>
  1669. <invocationActionType>apex</invocationActionType>
  1670. <invocationMappings>
  1671. <parameterName>sKeyword1</parameterName>
  1672. <type>Input</type>
  1673. <value>Child Tax Credit Qualifications</value>
  1674. </invocationMappings>
  1675. <invocationMappings>
  1676. <parameterName>output</parameterName>
  1677. <type>Output</type>
  1678. <variableName>articleList</variableName>
  1679. <variableType>ConversationVariable</variableType>
  1680. </invocationMappings>
  1681. </botInvocation>
  1682. <type>Set</type>
  1683. </botVariableOperation>
  1684. <type>VariableOperation</type>
  1685. </botSteps>
  1686. <botSteps>
  1687. <botMessages>
  1688. <message>Please click on the following link for information on a qualifying child:
  1689.  
  1690. {!articleList[0].url}</message>
  1691. </botMessages>
  1692. <type>Message</type>
  1693. </botSteps>
  1694. <botSteps>
  1695. <botVariableOperation>
  1696. <askCollectIfSet>false</askCollectIfSet>
  1697. <botMessages>
  1698. <message>Does the child meet all these requirements?</message>
  1699. </botMessages>
  1700. <botQuickReplyOptions>
  1701. <literalValue>Yes</literalValue>
  1702. </botQuickReplyOptions>
  1703. <botQuickReplyOptions>
  1704. <literalValue>No</literalValue>
  1705. </botQuickReplyOptions>
  1706. <botVariableOperands>
  1707. <disableAutoFill>true</disableAutoFill>
  1708. <sourceName>YesOrNoValue</sourceName>
  1709. <sourceType>MlSlotClass</sourceType>
  1710. <targetName>ChildRequirementsYesOrNo</targetName>
  1711. <targetType>ConversationVariable</targetType>
  1712. </botVariableOperands>
  1713. <optionalCollect>false</optionalCollect>
  1714. <quickReplyType>Static</quickReplyType>
  1715. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  1716. <retryMessages>
  1717. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  1718. </retryMessages>
  1719. <type>Collect</type>
  1720. </botVariableOperation>
  1721. <type>VariableOperation</type>
  1722. </botSteps>
  1723. <botSteps>
  1724. <botStepConditions>
  1725. <leftOperandName>ChildRequirementsYesOrNo</leftOperandName>
  1726. <leftOperandType>ConversationVariable</leftOperandType>
  1727. <operatorType>Equals</operatorType>
  1728. <rightOperandValue>Yes</rightOperandValue>
  1729. </botStepConditions>
  1730. <botSteps>
  1731. <botVariableOperation>
  1732. <botVariableOperands>
  1733. <targetName>ChildRequirementsYesOrNo</targetName>
  1734. <targetType>ConversationVariable</targetType>
  1735. </botVariableOperands>
  1736. <type>Unset</type>
  1737. </botVariableOperation>
  1738. <type>VariableOperation</type>
  1739. </botSteps>
  1740. <botSteps>
  1741. <botMessages>
  1742. <message>Based on your responses, you qualify for the Child Tax Credit.</message>
  1743. </botMessages>
  1744. <type>Message</type>
  1745. </botSteps>
  1746. <botSteps>
  1747. <botNavigation>
  1748. <botNavigationLinks>
  1749. <targetBotDialog>VA_End_of_Flow</targetBotDialog>
  1750. </botNavigationLinks>
  1751. <type>Redirect</type>
  1752. </botNavigation>
  1753. <type>Navigation</type>
  1754. </botSteps>
  1755. <type>Group</type>
  1756. </botSteps>
  1757. <botSteps>
  1758. <botStepConditions>
  1759. <leftOperandName>ChildRequirementsYesOrNo</leftOperandName>
  1760. <leftOperandType>ConversationVariable</leftOperandType>
  1761. <operatorType>Equals</operatorType>
  1762. <rightOperandValue>No</rightOperandValue>
  1763. </botStepConditions>
  1764. <botSteps>
  1765. <botVariableOperation>
  1766. <botVariableOperands>
  1767. <targetName>ChildRequirementsYesOrNo</targetName>
  1768. <targetType>ConversationVariable</targetType>
  1769. </botVariableOperands>
  1770. <type>Unset</type>
  1771. </botVariableOperation>
  1772. <type>VariableOperation</type>
  1773. </botSteps>
  1774. <botSteps>
  1775. <botNavigation>
  1776. <botNavigationLinks>
  1777. <targetBotDialog>ChildTaxCreditRejection</targetBotDialog>
  1778. </botNavigationLinks>
  1779. <type>Redirect</type>
  1780. </botNavigation>
  1781. <type>Navigation</type>
  1782. </botSteps>
  1783. <type>Group</type>
  1784. </botSteps>
  1785. <botSteps>
  1786. <type>Wait</type>
  1787. </botSteps>
  1788. <developerName>Qualifying_Child</developerName>
  1789. <label>Qualifying Child</label>
  1790. <showInFooterMenu>false</showInFooterMenu>
  1791. </botDialogs>
  1792. <botDialogs>
  1793. <botDialogGroup>Dependent_Qualification_Group</botDialogGroup>
  1794. <botSteps>
  1795. <botMessages>
  1796. <message>Is the person you&apos;re trying to claim one of these?</message>
  1797. </botMessages>
  1798. <type>Message</type>
  1799. </botSteps>
  1800. <botSteps>
  1801. <botVariableOperation>
  1802. <askCollectIfSet>false</askCollectIfSet>
  1803. <botMessages>
  1804. <message>Relationship test:
  1805. • Son or daughter (including an adopted child)
  1806. • Stepson/stepdaughter
  1807. • Eligible foster child
  1808. • Brother/sister
  1809. • Half-brother/half-sister
  1810. • Stepbrother/stepsister
  1811. • A descendant of any of these</message>
  1812. </botMessages>
  1813. <botQuickReplyOptions>
  1814. <literalValue>Yes</literalValue>
  1815. </botQuickReplyOptions>
  1816. <botQuickReplyOptions>
  1817. <literalValue>No</literalValue>
  1818. </botQuickReplyOptions>
  1819. <botVariableOperands>
  1820. <disableAutoFill>true</disableAutoFill>
  1821. <sourceName>YesOrNoValue</sourceName>
  1822. <sourceType>MlSlotClass</sourceType>
  1823. <targetName>ClaimRelationshipTestYesOrNo</targetName>
  1824. <targetType>ConversationVariable</targetType>
  1825. </botVariableOperands>
  1826. <optionalCollect>false</optionalCollect>
  1827. <quickReplyType>Static</quickReplyType>
  1828. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  1829. <retryMessages>
  1830. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  1831. </retryMessages>
  1832. <type>Collect</type>
  1833. </botVariableOperation>
  1834. <type>VariableOperation</type>
  1835. </botSteps>
  1836. <botSteps>
  1837. <botStepConditions>
  1838. <leftOperandName>ClaimRelationshipTestYesOrNo</leftOperandName>
  1839. <leftOperandType>ConversationVariable</leftOperandType>
  1840. <operatorType>Equals</operatorType>
  1841. <rightOperandValue>Yes</rightOperandValue>
  1842. </botStepConditions>
  1843. <botSteps>
  1844. <botVariableOperation>
  1845. <botVariableOperands>
  1846. <targetName>ClaimRelationshipTestYesOrNo</targetName>
  1847. <targetType>ConversationVariable</targetType>
  1848. </botVariableOperands>
  1849. <type>Unset</type>
  1850. </botVariableOperation>
  1851. <type>VariableOperation</type>
  1852. </botSteps>
  1853. <botSteps>
  1854. <botNavigation>
  1855. <botNavigationLinks>
  1856. <targetBotDialog>Age_Student_Disabled</targetBotDialog>
  1857. </botNavigationLinks>
  1858. <type>Redirect</type>
  1859. </botNavigation>
  1860. <type>Navigation</type>
  1861. </botSteps>
  1862. <type>Group</type>
  1863. </botSteps>
  1864. <botSteps>
  1865. <botStepConditions>
  1866. <leftOperandName>ClaimRelationshipTestYesOrNo</leftOperandName>
  1867. <leftOperandType>ConversationVariable</leftOperandType>
  1868. <operatorType>Equals</operatorType>
  1869. <rightOperandValue>No</rightOperandValue>
  1870. </botStepConditions>
  1871. <botSteps>
  1872. <botVariableOperation>
  1873. <botVariableOperands>
  1874. <targetName>ClaimRelationshipTestYesOrNo</targetName>
  1875. <targetType>ConversationVariable</targetType>
  1876. </botVariableOperands>
  1877. <type>Unset</type>
  1878. </botVariableOperation>
  1879. <type>VariableOperation</type>
  1880. </botSteps>
  1881. <botSteps>
  1882. <botNavigation>
  1883. <botNavigationLinks>
  1884. <targetBotDialog>Relationship_Test_2</targetBotDialog>
  1885. </botNavigationLinks>
  1886. <type>Redirect</type>
  1887. </botNavigation>
  1888. <type>Navigation</type>
  1889. </botSteps>
  1890. <type>Group</type>
  1891. </botSteps>
  1892. <botSteps>
  1893. <type>Wait</type>
  1894. </botSteps>
  1895. <developerName>Dependent_Qualification</developerName>
  1896. <label>Dependent Qualification</label>
  1897. <showInFooterMenu>false</showInFooterMenu>
  1898. </botDialogs>
  1899. <botDialogs>
  1900. <botDialogGroup>Education_Group</botDialogGroup>
  1901. <botSteps>
  1902. <botVariableOperation>
  1903. <askCollectIfSet>false</askCollectIfSet>
  1904. <botMessages>
  1905. <message>Select the credit below to see if you qualify:</message>
  1906. </botMessages>
  1907. <botQuickReplyOptions>
  1908. <literalValue>American Opportunity Credit</literalValue>
  1909. </botQuickReplyOptions>
  1910. <botQuickReplyOptions>
  1911. <literalValue>Lifetime learning Credit</literalValue>
  1912. </botQuickReplyOptions>
  1913. <botVariableOperands>
  1914. <disableAutoFill>true</disableAutoFill>
  1915. <sourceName>EducationCreditChoiceValues</sourceName>
  1916. <sourceType>MlSlotClass</sourceType>
  1917. <targetName>EducationCreditChoice</targetName>
  1918. <targetType>ConversationVariable</targetType>
  1919. </botVariableOperands>
  1920. <optionalCollect>false</optionalCollect>
  1921. <quickReplyType>Static</quickReplyType>
  1922. <quickReplyWidgetType>Menu</quickReplyWidgetType>
  1923. <retryMessages>
  1924. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  1925. </retryMessages>
  1926. <type>Collect</type>
  1927. </botVariableOperation>
  1928. <type>VariableOperation</type>
  1929. </botSteps>
  1930. <botSteps>
  1931. <botStepConditions>
  1932. <leftOperandName>EducationCreditChoice</leftOperandName>
  1933. <leftOperandType>ConversationVariable</leftOperandType>
  1934. <operatorType>Equals</operatorType>
  1935. <rightOperandValue>American Opportunity Credit</rightOperandValue>
  1936. </botStepConditions>
  1937. <botSteps>
  1938. <botVariableOperation>
  1939. <botVariableOperands>
  1940. <targetName>EducationCreditChoice</targetName>
  1941. <targetType>ConversationVariable</targetType>
  1942. </botVariableOperands>
  1943. <type>Unset</type>
  1944. </botVariableOperation>
  1945. <type>VariableOperation</type>
  1946. </botSteps>
  1947. <botSteps>
  1948. <botNavigation>
  1949. <botNavigationLinks>
  1950. <targetBotDialog>American_Opportunity_Path</targetBotDialog>
  1951. </botNavigationLinks>
  1952. <type>Redirect</type>
  1953. </botNavigation>
  1954. <type>Navigation</type>
  1955. </botSteps>
  1956. <type>Group</type>
  1957. </botSteps>
  1958. <botSteps>
  1959. <botStepConditions>
  1960. <leftOperandName>EducationCreditChoice</leftOperandName>
  1961. <leftOperandType>ConversationVariable</leftOperandType>
  1962. <operatorType>Equals</operatorType>
  1963. <rightOperandValue>Lifetime learning Credit</rightOperandValue>
  1964. </botStepConditions>
  1965. <botSteps>
  1966. <botVariableOperation>
  1967. <botVariableOperands>
  1968. <targetName>EducationCreditChoice</targetName>
  1969. <targetType>ConversationVariable</targetType>
  1970. </botVariableOperands>
  1971. <type>Unset</type>
  1972. </botVariableOperation>
  1973. <type>VariableOperation</type>
  1974. </botSteps>
  1975. <botSteps>
  1976. <botNavigation>
  1977. <botNavigationLinks>
  1978. <targetBotDialog>Lifetime_Learning_Path</targetBotDialog>
  1979. </botNavigationLinks>
  1980. <type>Redirect</type>
  1981. </botNavigation>
  1982. <type>Navigation</type>
  1983. </botSteps>
  1984. <type>Group</type>
  1985. </botSteps>
  1986. <botSteps>
  1987. <type>Wait</type>
  1988. </botSteps>
  1989. <developerName>Education</developerName>
  1990. <label>Education</label>
  1991. <showInFooterMenu>false</showInFooterMenu>
  1992. </botDialogs>
  1993. <botDialogs>
  1994. <botDialogGroup>Education_Group</botDialogGroup>
  1995. <botSteps>
  1996. <botVariableOperation>
  1997. <askCollectIfSet>false</askCollectIfSet>
  1998. <botMessages>
  1999. <message>Did the student complete the first 4 years of post secondary education before the beginning of the tax year?</message>
  2000. </botMessages>
  2001. <botQuickReplyOptions>
  2002. <literalValue>Yes</literalValue>
  2003. </botQuickReplyOptions>
  2004. <botQuickReplyOptions>
  2005. <literalValue>No</literalValue>
  2006. </botQuickReplyOptions>
  2007. <botVariableOperands>
  2008. <disableAutoFill>true</disableAutoFill>
  2009. <sourceName>YesOrNoValue</sourceName>
  2010. <sourceType>MlSlotClass</sourceType>
  2011. <targetName>AmericanOppQuestion1YesOrNo</targetName>
  2012. <targetType>ConversationVariable</targetType>
  2013. </botVariableOperands>
  2014. <optionalCollect>false</optionalCollect>
  2015. <quickReplyType>Static</quickReplyType>
  2016. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  2017. <retryMessages>
  2018. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  2019. </retryMessages>
  2020. <type>Collect</type>
  2021. </botVariableOperation>
  2022. <type>VariableOperation</type>
  2023. </botSteps>
  2024. <botSteps>
  2025. <botStepConditions>
  2026. <leftOperandName>AmericanOppQuestion1YesOrNo</leftOperandName>
  2027. <leftOperandType>ConversationVariable</leftOperandType>
  2028. <operatorType>Equals</operatorType>
  2029. <rightOperandValue>Yes</rightOperandValue>
  2030. </botStepConditions>
  2031. <botSteps>
  2032. <botVariableOperation>
  2033. <botVariableOperands>
  2034. <targetName>AmericanOppQuestion1YesOrNo</targetName>
  2035. <targetType>ConversationVariable</targetType>
  2036. </botVariableOperands>
  2037. <type>Unset</type>
  2038. </botVariableOperation>
  2039. <type>VariableOperation</type>
  2040. </botSteps>
  2041. <botSteps>
  2042. <botNavigation>
  2043. <botNavigationLinks>
  2044. <targetBotDialog>AmericanPathRejection</targetBotDialog>
  2045. </botNavigationLinks>
  2046. <type>Redirect</type>
  2047. </botNavigation>
  2048. <type>Navigation</type>
  2049. </botSteps>
  2050. <type>Group</type>
  2051. </botSteps>
  2052. <botSteps>
  2053. <botStepConditions>
  2054. <leftOperandName>AmericanOppQuestion1YesOrNo</leftOperandName>
  2055. <leftOperandType>ConversationVariable</leftOperandType>
  2056. <operatorType>Equals</operatorType>
  2057. <rightOperandValue>No</rightOperandValue>
  2058. </botStepConditions>
  2059. <botSteps>
  2060. <botVariableOperation>
  2061. <botVariableOperands>
  2062. <targetName>AmericanOppQuestion1YesOrNo</targetName>
  2063. <targetType>ConversationVariable</targetType>
  2064. </botVariableOperands>
  2065. <type>Unset</type>
  2066. </botVariableOperation>
  2067. <type>VariableOperation</type>
  2068. </botSteps>
  2069. <botSteps>
  2070. <botNavigation>
  2071. <botNavigationLinks>
  2072. <targetBotDialog>American_Opportunity_Path_2</targetBotDialog>
  2073. </botNavigationLinks>
  2074. <type>Redirect</type>
  2075. </botNavigation>
  2076. <type>Navigation</type>
  2077. </botSteps>
  2078. <type>Group</type>
  2079. </botSteps>
  2080. <botSteps>
  2081. <type>Wait</type>
  2082. </botSteps>
  2083. <developerName>American_Opportunity_Path</developerName>
  2084. <label>American Opportunity Path</label>
  2085. <showInFooterMenu>false</showInFooterMenu>
  2086. </botDialogs>
  2087. <botDialogs>
  2088. <botDialogGroup>Education_Group</botDialogGroup>
  2089. <botSteps>
  2090. <botVariableOperation>
  2091. <askCollectIfSet>false</askCollectIfSet>
  2092. <botMessages>
  2093. <message>Did you pay qualified education expenses in 2019 for an eligible student?</message>
  2094. </botMessages>
  2095. <botQuickReplyOptions>
  2096. <literalValue>Yes</literalValue>
  2097. </botQuickReplyOptions>
  2098. <botQuickReplyOptions>
  2099. <literalValue>No</literalValue>
  2100. </botQuickReplyOptions>
  2101. <botVariableOperands>
  2102. <disableAutoFill>true</disableAutoFill>
  2103. <sourceName>YesOrNoValue</sourceName>
  2104. <sourceType>MlSlotClass</sourceType>
  2105. <targetName>LifetimeLearningQuestion1YesOrNo</targetName>
  2106. <targetType>ConversationVariable</targetType>
  2107. </botVariableOperands>
  2108. <optionalCollect>false</optionalCollect>
  2109. <quickReplyType>Static</quickReplyType>
  2110. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  2111. <retryMessages>
  2112. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  2113. </retryMessages>
  2114. <type>Collect</type>
  2115. </botVariableOperation>
  2116. <type>VariableOperation</type>
  2117. </botSteps>
  2118. <botSteps>
  2119. <botStepConditions>
  2120. <leftOperandName>LifetimeLearningQuestion1YesOrNo</leftOperandName>
  2121. <leftOperandType>ConversationVariable</leftOperandType>
  2122. <operatorType>Equals</operatorType>
  2123. <rightOperandValue>No</rightOperandValue>
  2124. </botStepConditions>
  2125. <botSteps>
  2126. <botVariableOperation>
  2127. <botVariableOperands>
  2128. <targetName>LifetimeLearningQuestion1YesOrNo</targetName>
  2129. <targetType>ConversationVariable</targetType>
  2130. </botVariableOperands>
  2131. <type>Unset</type>
  2132. </botVariableOperation>
  2133. <type>VariableOperation</type>
  2134. </botSteps>
  2135. <botSteps>
  2136. <botNavigation>
  2137. <botNavigationLinks>
  2138. <targetBotDialog>Lifetime_Path_Rejection</targetBotDialog>
  2139. </botNavigationLinks>
  2140. <type>Redirect</type>
  2141. </botNavigation>
  2142. <type>Navigation</type>
  2143. </botSteps>
  2144. <type>Group</type>
  2145. </botSteps>
  2146. <botSteps>
  2147. <botStepConditions>
  2148. <leftOperandName>LifetimeLearningQuestion1YesOrNo</leftOperandName>
  2149. <leftOperandType>ConversationVariable</leftOperandType>
  2150. <operatorType>Equals</operatorType>
  2151. <rightOperandValue>Yes</rightOperandValue>
  2152. </botStepConditions>
  2153. <botSteps>
  2154. <botVariableOperation>
  2155. <botVariableOperands>
  2156. <targetName>LifetimeLearningQuestion1YesOrNo</targetName>
  2157. <targetType>ConversationVariable</targetType>
  2158. </botVariableOperands>
  2159. <type>Unset</type>
  2160. </botVariableOperation>
  2161. <type>VariableOperation</type>
  2162. </botSteps>
  2163. <botSteps>
  2164. <botNavigation>
  2165. <botNavigationLinks>
  2166. <targetBotDialog>Lifetime_Opportunity_Path_1</targetBotDialog>
  2167. </botNavigationLinks>
  2168. <type>Redirect</type>
  2169. </botNavigation>
  2170. <type>Navigation</type>
  2171. </botSteps>
  2172. <type>Group</type>
  2173. </botSteps>
  2174. <botSteps>
  2175. <type>Wait</type>
  2176. </botSteps>
  2177. <developerName>Lifetime_Learning_Path</developerName>
  2178. <label>Lifetime Learning Path</label>
  2179. <showInFooterMenu>false</showInFooterMenu>
  2180. </botDialogs>
  2181. <botDialogs>
  2182. <botDialogGroup>Education_Group</botDialogGroup>
  2183. <botSteps>
  2184. <botMessages>
  2185. <message>The student isn&apos;t an eligible student for the American Opportunity Credit.</message>
  2186. </botMessages>
  2187. <type>Message</type>
  2188. </botSteps>
  2189. <botSteps>
  2190. <botNavigation>
  2191. <botNavigationLinks>
  2192. <targetBotDialog>VA_End_of_Flow</targetBotDialog>
  2193. </botNavigationLinks>
  2194. <type>Redirect</type>
  2195. </botNavigation>
  2196. <type>Navigation</type>
  2197. </botSteps>
  2198. <developerName>AmericanPathRejection</developerName>
  2199. <label>American Path Rejection</label>
  2200. <showInFooterMenu>false</showInFooterMenu>
  2201. </botDialogs>
  2202. <botDialogs>
  2203. <botDialogGroup>Education_Group</botDialogGroup>
  2204. <botSteps>
  2205. <botVariableOperation>
  2206. <askCollectIfSet>false</askCollectIfSet>
  2207. <botMessages>
  2208. <message>Was either the American Opp. Credit or Hope Scholarship credit claimed at least 4 prior tax years for this student?</message>
  2209. </botMessages>
  2210. <botQuickReplyOptions>
  2211. <literalValue>Yes</literalValue>
  2212. </botQuickReplyOptions>
  2213. <botQuickReplyOptions>
  2214. <literalValue>No</literalValue>
  2215. </botQuickReplyOptions>
  2216. <botVariableOperands>
  2217. <disableAutoFill>true</disableAutoFill>
  2218. <sourceName>YesOrNoValue</sourceName>
  2219. <sourceType>MlSlotClass</sourceType>
  2220. <targetName>AmericanOppQuestion2YesOrNo</targetName>
  2221. <targetType>ConversationVariable</targetType>
  2222. </botVariableOperands>
  2223. <optionalCollect>false</optionalCollect>
  2224. <quickReplyType>Static</quickReplyType>
  2225. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  2226. <retryMessages>
  2227. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  2228. </retryMessages>
  2229. <type>Collect</type>
  2230. </botVariableOperation>
  2231. <type>VariableOperation</type>
  2232. </botSteps>
  2233. <botSteps>
  2234. <botStepConditions>
  2235. <leftOperandName>AmericanOppQuestion2YesOrNo</leftOperandName>
  2236. <leftOperandType>ConversationVariable</leftOperandType>
  2237. <operatorType>Equals</operatorType>
  2238. <rightOperandValue>Yes</rightOperandValue>
  2239. </botStepConditions>
  2240. <botSteps>
  2241. <botVariableOperation>
  2242. <botVariableOperands>
  2243. <targetName>AmericanOppQuestion2YesOrNo</targetName>
  2244. <targetType>ConversationVariable</targetType>
  2245. </botVariableOperands>
  2246. <type>Unset</type>
  2247. </botVariableOperation>
  2248. <type>VariableOperation</type>
  2249. </botSteps>
  2250. <botSteps>
  2251. <botNavigation>
  2252. <botNavigationLinks>
  2253. <targetBotDialog>AmericanPathRejection</targetBotDialog>
  2254. </botNavigationLinks>
  2255. <type>Redirect</type>
  2256. </botNavigation>
  2257. <type>Navigation</type>
  2258. </botSteps>
  2259. <type>Group</type>
  2260. </botSteps>
  2261. <botSteps>
  2262. <botStepConditions>
  2263. <leftOperandName>AmericanOppQuestion2YesOrNo</leftOperandName>
  2264. <leftOperandType>ConversationVariable</leftOperandType>
  2265. <operatorType>Equals</operatorType>
  2266. <rightOperandValue>No</rightOperandValue>
  2267. </botStepConditions>
  2268. <botSteps>
  2269. <botVariableOperation>
  2270. <botVariableOperands>
  2271. <targetName>AmericanOppQuestion2YesOrNo</targetName>
  2272. <targetType>ConversationVariable</targetType>
  2273. </botVariableOperands>
  2274. <type>Unset</type>
  2275. </botVariableOperation>
  2276. <type>VariableOperation</type>
  2277. </botSteps>
  2278. <botSteps>
  2279. <botNavigation>
  2280. <botNavigationLinks>
  2281. <targetBotDialog>American_Opportunity_Path_3</targetBotDialog>
  2282. </botNavigationLinks>
  2283. <type>Redirect</type>
  2284. </botNavigation>
  2285. <type>Navigation</type>
  2286. </botSteps>
  2287. <type>Group</type>
  2288. </botSteps>
  2289. <botSteps>
  2290. <type>Wait</type>
  2291. </botSteps>
  2292. <developerName>American_Opportunity_Path_2</developerName>
  2293. <label>American Opportunity Path 2</label>
  2294. <showInFooterMenu>false</showInFooterMenu>
  2295. </botDialogs>
  2296. <botDialogs>
  2297. <botDialogGroup>Education_Group</botDialogGroup>
  2298. <botSteps>
  2299. <botVariableOperation>
  2300. <askCollectIfSet>false</askCollectIfSet>
  2301. <botMessages>
  2302. <message>Was the student enrolled at least half-time in a program leading to a degree, certificate, or other recognized educational for at least one academic period beginning during 2019 (or the first 3 months of 2020 if the qualified expenses were paid in 2019)?</message>
  2303. </botMessages>
  2304. <botQuickReplyOptions>
  2305. <literalValue>Yes</literalValue>
  2306. </botQuickReplyOptions>
  2307. <botQuickReplyOptions>
  2308. <literalValue>No</literalValue>
  2309. </botQuickReplyOptions>
  2310. <botVariableOperands>
  2311. <disableAutoFill>true</disableAutoFill>
  2312. <sourceName>YesOrNoValue</sourceName>
  2313. <sourceType>MlSlotClass</sourceType>
  2314. <targetName>AmericanOppQuestion3YesOrNo</targetName>
  2315. <targetType>ConversationVariable</targetType>
  2316. </botVariableOperands>
  2317. <optionalCollect>false</optionalCollect>
  2318. <quickReplyType>Static</quickReplyType>
  2319. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  2320. <retryMessages>
  2321. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  2322. </retryMessages>
  2323. <type>Collect</type>
  2324. </botVariableOperation>
  2325. <type>VariableOperation</type>
  2326. </botSteps>
  2327. <botSteps>
  2328. <botStepConditions>
  2329. <leftOperandName>AmericanOppQuestion3YesOrNo</leftOperandName>
  2330. <leftOperandType>ConversationVariable</leftOperandType>
  2331. <operatorType>Equals</operatorType>
  2332. <rightOperandValue>No</rightOperandValue>
  2333. </botStepConditions>
  2334. <botSteps>
  2335. <botVariableOperation>
  2336. <botVariableOperands>
  2337. <targetName>AmericanOppQuestion3YesOrNo</targetName>
  2338. <targetType>ConversationVariable</targetType>
  2339. </botVariableOperands>
  2340. <type>Unset</type>
  2341. </botVariableOperation>
  2342. <type>VariableOperation</type>
  2343. </botSteps>
  2344. <botSteps>
  2345. <botNavigation>
  2346. <botNavigationLinks>
  2347. <targetBotDialog>AmericanPathRejection</targetBotDialog>
  2348. </botNavigationLinks>
  2349. <type>Redirect</type>
  2350. </botNavigation>
  2351. <type>Navigation</type>
  2352. </botSteps>
  2353. <type>Group</type>
  2354. </botSteps>
  2355. <botSteps>
  2356. <botStepConditions>
  2357. <leftOperandName>AmericanOppQuestion3YesOrNo</leftOperandName>
  2358. <leftOperandType>ConversationVariable</leftOperandType>
  2359. <operatorType>Equals</operatorType>
  2360. <rightOperandValue>Yes</rightOperandValue>
  2361. </botStepConditions>
  2362. <botSteps>
  2363. <botVariableOperation>
  2364. <botVariableOperands>
  2365. <targetName>AmericanOppQuestion3YesOrNo</targetName>
  2366. <targetType>ConversationVariable</targetType>
  2367. </botVariableOperands>
  2368. <type>Unset</type>
  2369. </botVariableOperation>
  2370. <type>VariableOperation</type>
  2371. </botSteps>
  2372. <botSteps>
  2373. <botNavigation>
  2374. <botNavigationLinks>
  2375. <targetBotDialog>American_Opportunity_Path_4</targetBotDialog>
  2376. </botNavigationLinks>
  2377. <type>Redirect</type>
  2378. </botNavigation>
  2379. <type>Navigation</type>
  2380. </botSteps>
  2381. <type>Group</type>
  2382. </botSteps>
  2383. <botSteps>
  2384. <type>Wait</type>
  2385. </botSteps>
  2386. <developerName>American_Opportunity_Path_3</developerName>
  2387. <label>American Opportunity Path 3</label>
  2388. <showInFooterMenu>false</showInFooterMenu>
  2389. </botDialogs>
  2390. <botDialogs>
  2391. <botDialogGroup>Education_Group</botDialogGroup>
  2392. <botSteps>
  2393. <botVariableOperation>
  2394. <askCollectIfSet>false</askCollectIfSet>
  2395. <botMessages>
  2396. <message>Is the student free of any federal or state felony convictions for possession or distributing a controlled substance as of the end of the tax year?</message>
  2397. </botMessages>
  2398. <botQuickReplyOptions>
  2399. <literalValue>Yes</literalValue>
  2400. </botQuickReplyOptions>
  2401. <botQuickReplyOptions>
  2402. <literalValue>No</literalValue>
  2403. </botQuickReplyOptions>
  2404. <botVariableOperands>
  2405. <disableAutoFill>true</disableAutoFill>
  2406. <sourceName>YesOrNoValue</sourceName>
  2407. <sourceType>MlSlotClass</sourceType>
  2408. <targetName>AmericanOppQuestion4YesOrNo</targetName>
  2409. <targetType>ConversationVariable</targetType>
  2410. </botVariableOperands>
  2411. <optionalCollect>false</optionalCollect>
  2412. <quickReplyType>Static</quickReplyType>
  2413. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  2414. <retryMessages>
  2415. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  2416. </retryMessages>
  2417. <type>Collect</type>
  2418. </botVariableOperation>
  2419. <type>VariableOperation</type>
  2420. </botSteps>
  2421. <botSteps>
  2422. <botStepConditions>
  2423. <leftOperandName>AmericanOppQuestion4YesOrNo</leftOperandName>
  2424. <leftOperandType>ConversationVariable</leftOperandType>
  2425. <operatorType>Equals</operatorType>
  2426. <rightOperandValue>No</rightOperandValue>
  2427. </botStepConditions>
  2428. <botSteps>
  2429. <botVariableOperation>
  2430. <botVariableOperands>
  2431. <targetName>AmericanOppQuestion4YesOrNo</targetName>
  2432. <targetType>ConversationVariable</targetType>
  2433. </botVariableOperands>
  2434. <type>Unset</type>
  2435. </botVariableOperation>
  2436. <type>VariableOperation</type>
  2437. </botSteps>
  2438. <botSteps>
  2439. <botNavigation>
  2440. <botNavigationLinks>
  2441. <targetBotDialog>AmericanPathRejection</targetBotDialog>
  2442. </botNavigationLinks>
  2443. <type>Redirect</type>
  2444. </botNavigation>
  2445. <type>Navigation</type>
  2446. </botSteps>
  2447. <type>Group</type>
  2448. </botSteps>
  2449. <botSteps>
  2450. <botStepConditions>
  2451. <leftOperandName>AmericanOppQuestion4YesOrNo</leftOperandName>
  2452. <leftOperandType>ConversationVariable</leftOperandType>
  2453. <operatorType>Equals</operatorType>
  2454. <rightOperandValue>Yes</rightOperandValue>
  2455. </botStepConditions>
  2456. <botSteps>
  2457. <botVariableOperation>
  2458. <botVariableOperands>
  2459. <targetName>AmericanOppQuestion4YesOrNo</targetName>
  2460. <targetType>ConversationVariable</targetType>
  2461. </botVariableOperands>
  2462. <type>Unset</type>
  2463. </botVariableOperation>
  2464. <type>VariableOperation</type>
  2465. </botSteps>
  2466. <botSteps>
  2467. <botMessages>
  2468. <message>Based on your response, the student is an eligible student for the American Opportunity Credit.</message>
  2469. </botMessages>
  2470. <type>Message</type>
  2471. </botSteps>
  2472. <botSteps>
  2473. <botNavigation>
  2474. <botNavigationLinks>
  2475. <targetBotDialog>VA_End_of_Flow</targetBotDialog>
  2476. </botNavigationLinks>
  2477. <type>Redirect</type>
  2478. </botNavigation>
  2479. <type>Navigation</type>
  2480. </botSteps>
  2481. <type>Group</type>
  2482. </botSteps>
  2483. <botSteps>
  2484. <type>Wait</type>
  2485. </botSteps>
  2486. <developerName>American_Opportunity_Path_4</developerName>
  2487. <label>American Opportunity Path 4</label>
  2488. <showInFooterMenu>false</showInFooterMenu>
  2489. </botDialogs>
  2490. <botDialogs>
  2491. <botDialogGroup>Education_Group</botDialogGroup>
  2492. <botSteps>
  2493. <botMessages>
  2494. <message>You can&apos;t claim the Lifetime Learning Credit for 2019.</message>
  2495. </botMessages>
  2496. <type>Message</type>
  2497. </botSteps>
  2498. <botSteps>
  2499. <botNavigation>
  2500. <botNavigationLinks>
  2501. <targetBotDialog>VA_End_of_Flow</targetBotDialog>
  2502. </botNavigationLinks>
  2503. <type>Redirect</type>
  2504. </botNavigation>
  2505. <type>Navigation</type>
  2506. </botSteps>
  2507. <developerName>Lifetime_Path_Rejection</developerName>
  2508. <label>Lifetime Path Rejection</label>
  2509. <showInFooterMenu>false</showInFooterMenu>
  2510. </botDialogs>
  2511. <botDialogs>
  2512. <botDialogGroup>Education_Group</botDialogGroup>
  2513. <botSteps>
  2514. <botVariableOperation>
  2515. <askCollectIfSet>false</askCollectIfSet>
  2516. <botMessages>
  2517. <message>Did the academic period for which you paid qualified education expenses begin in 2019 or the first 3 months of 2020?</message>
  2518. </botMessages>
  2519. <botQuickReplyOptions>
  2520. <literalValue>Yes</literalValue>
  2521. </botQuickReplyOptions>
  2522. <botQuickReplyOptions>
  2523. <literalValue>No</literalValue>
  2524. </botQuickReplyOptions>
  2525. <botVariableOperands>
  2526. <disableAutoFill>true</disableAutoFill>
  2527. <sourceName>YesOrNoValue</sourceName>
  2528. <sourceType>MlSlotClass</sourceType>
  2529. <targetName>LifetimeLearningQuestion2YesOrNo</targetName>
  2530. <targetType>ConversationVariable</targetType>
  2531. </botVariableOperands>
  2532. <optionalCollect>false</optionalCollect>
  2533. <quickReplyType>Static</quickReplyType>
  2534. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  2535. <retryMessages>
  2536. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  2537. </retryMessages>
  2538. <type>Collect</type>
  2539. </botVariableOperation>
  2540. <type>VariableOperation</type>
  2541. </botSteps>
  2542. <botSteps>
  2543. <botStepConditions>
  2544. <leftOperandName>LifetimeLearningQuestion2YesOrNo</leftOperandName>
  2545. <leftOperandType>ConversationVariable</leftOperandType>
  2546. <operatorType>Equals</operatorType>
  2547. <rightOperandValue>No</rightOperandValue>
  2548. </botStepConditions>
  2549. <botSteps>
  2550. <botVariableOperation>
  2551. <botVariableOperands>
  2552. <targetName>LifetimeLearningQuestion2YesOrNo</targetName>
  2553. <targetType>ConversationVariable</targetType>
  2554. </botVariableOperands>
  2555. <type>Unset</type>
  2556. </botVariableOperation>
  2557. <type>VariableOperation</type>
  2558. </botSteps>
  2559. <botSteps>
  2560. <botNavigation>
  2561. <botNavigationLinks>
  2562. <targetBotDialog>Lifetime_Path_Rejection</targetBotDialog>
  2563. </botNavigationLinks>
  2564. <type>Redirect</type>
  2565. </botNavigation>
  2566. <type>Navigation</type>
  2567. </botSteps>
  2568. <type>Group</type>
  2569. </botSteps>
  2570. <botSteps>
  2571. <botStepConditions>
  2572. <leftOperandName>LifetimeLearningQuestion2YesOrNo</leftOperandName>
  2573. <leftOperandType>ConversationVariable</leftOperandType>
  2574. <operatorType>Equals</operatorType>
  2575. <rightOperandValue>Yes</rightOperandValue>
  2576. </botStepConditions>
  2577. <botSteps>
  2578. <botVariableOperation>
  2579. <botVariableOperands>
  2580. <targetName>LifetimeLearningQuestion2YesOrNo</targetName>
  2581. <targetType>ConversationVariable</targetType>
  2582. </botVariableOperands>
  2583. <type>Unset</type>
  2584. </botVariableOperation>
  2585. <type>VariableOperation</type>
  2586. </botSteps>
  2587. <botSteps>
  2588. <botNavigation>
  2589. <botNavigationLinks>
  2590. <targetBotDialog>Lifetime_Opportunity_Path_2</targetBotDialog>
  2591. </botNavigationLinks>
  2592. <type>Redirect</type>
  2593. </botNavigation>
  2594. <type>Navigation</type>
  2595. </botSteps>
  2596. <type>Group</type>
  2597. </botSteps>
  2598. <botSteps>
  2599. <type>Wait</type>
  2600. </botSteps>
  2601. <developerName>Lifetime_Opportunity_Path_1</developerName>
  2602. <label>Lifetime Opportunity Path 1</label>
  2603. <showInFooterMenu>false</showInFooterMenu>
  2604. </botDialogs>
  2605. <botDialogs>
  2606. <botDialogGroup>Education_Group</botDialogGroup>
  2607. <botSteps>
  2608. <botVariableOperation>
  2609. <askCollectIfSet>false</askCollectIfSet>
  2610. <botMessages>
  2611. <message>Is the eligible student you, your spouse (if married filing jointly), or your dependent you claim on your tax return?</message>
  2612. </botMessages>
  2613. <botQuickReplyOptions>
  2614. <literalValue>Yes</literalValue>
  2615. </botQuickReplyOptions>
  2616. <botQuickReplyOptions>
  2617. <literalValue>No</literalValue>
  2618. </botQuickReplyOptions>
  2619. <botVariableOperands>
  2620. <disableAutoFill>true</disableAutoFill>
  2621. <sourceName>YesOrNoValue</sourceName>
  2622. <sourceType>MlSlotClass</sourceType>
  2623. <targetName>LifetimeLearningQuestion3YesOrNo</targetName>
  2624. <targetType>ConversationVariable</targetType>
  2625. </botVariableOperands>
  2626. <optionalCollect>false</optionalCollect>
  2627. <quickReplyType>Static</quickReplyType>
  2628. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  2629. <retryMessages>
  2630. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  2631. </retryMessages>
  2632. <type>Collect</type>
  2633. </botVariableOperation>
  2634. <type>VariableOperation</type>
  2635. </botSteps>
  2636. <botSteps>
  2637. <botStepConditions>
  2638. <leftOperandName>LifetimeLearningQuestion3YesOrNo</leftOperandName>
  2639. <leftOperandType>ConversationVariable</leftOperandType>
  2640. <operatorType>Equals</operatorType>
  2641. <rightOperandValue>No</rightOperandValue>
  2642. </botStepConditions>
  2643. <botSteps>
  2644. <botVariableOperation>
  2645. <botVariableOperands>
  2646. <targetName>LifetimeLearningQuestion3YesOrNo</targetName>
  2647. <targetType>ConversationVariable</targetType>
  2648. </botVariableOperands>
  2649. <type>Unset</type>
  2650. </botVariableOperation>
  2651. <type>VariableOperation</type>
  2652. </botSteps>
  2653. <botSteps>
  2654. <botNavigation>
  2655. <botNavigationLinks>
  2656. <targetBotDialog>Lifetime_Path_Rejection</targetBotDialog>
  2657. </botNavigationLinks>
  2658. <type>Redirect</type>
  2659. </botNavigation>
  2660. <type>Navigation</type>
  2661. </botSteps>
  2662. <type>Group</type>
  2663. </botSteps>
  2664. <botSteps>
  2665. <botStepConditions>
  2666. <leftOperandName>LifetimeLearningQuestion3YesOrNo</leftOperandName>
  2667. <leftOperandType>ConversationVariable</leftOperandType>
  2668. <operatorType>Equals</operatorType>
  2669. <rightOperandValue>Yes</rightOperandValue>
  2670. </botStepConditions>
  2671. <botSteps>
  2672. <botVariableOperation>
  2673. <botVariableOperands>
  2674. <targetName>LifetimeLearningQuestion3YesOrNo</targetName>
  2675. <targetType>ConversationVariable</targetType>
  2676. </botVariableOperands>
  2677. <type>Unset</type>
  2678. </botVariableOperation>
  2679. <type>VariableOperation</type>
  2680. </botSteps>
  2681. <botSteps>
  2682. <botNavigation>
  2683. <botNavigationLinks>
  2684. <targetBotDialog>Lifetime_Opportunity_Path_3</targetBotDialog>
  2685. </botNavigationLinks>
  2686. <type>Redirect</type>
  2687. </botNavigation>
  2688. <type>Navigation</type>
  2689. </botSteps>
  2690. <type>Group</type>
  2691. </botSteps>
  2692. <botSteps>
  2693. <type>Wait</type>
  2694. </botSteps>
  2695. <developerName>Lifetime_Opportunity_Path_2</developerName>
  2696. <label>Lifetime Opportunity Path 2</label>
  2697. <showInFooterMenu>false</showInFooterMenu>
  2698. </botDialogs>
  2699. <botDialogs>
  2700. <botDialogGroup>Education_Group</botDialogGroup>
  2701. <botSteps>
  2702. <botVariableOperation>
  2703. <askCollectIfSet>false</askCollectIfSet>
  2704. <botMessages>
  2705. <message>Are you listed as a dependent on another person&apos;s tax return?</message>
  2706. </botMessages>
  2707. <botQuickReplyOptions>
  2708. <literalValue>Yes</literalValue>
  2709. </botQuickReplyOptions>
  2710. <botQuickReplyOptions>
  2711. <literalValue>No</literalValue>
  2712. </botQuickReplyOptions>
  2713. <botVariableOperands>
  2714. <disableAutoFill>true</disableAutoFill>
  2715. <sourceName>YesOrNoValue</sourceName>
  2716. <sourceType>MlSlotClass</sourceType>
  2717. <targetName>LifetimeLearningQuestion4YesOrNo</targetName>
  2718. <targetType>ConversationVariable</targetType>
  2719. </botVariableOperands>
  2720. <optionalCollect>false</optionalCollect>
  2721. <quickReplyType>Static</quickReplyType>
  2722. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  2723. <retryMessages>
  2724. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  2725. </retryMessages>
  2726. <type>Collect</type>
  2727. </botVariableOperation>
  2728. <type>VariableOperation</type>
  2729. </botSteps>
  2730. <botSteps>
  2731. <botStepConditions>
  2732. <leftOperandName>LifetimeLearningQuestion4YesOrNo</leftOperandName>
  2733. <leftOperandType>ConversationVariable</leftOperandType>
  2734. <operatorType>Equals</operatorType>
  2735. <rightOperandValue>Yes</rightOperandValue>
  2736. </botStepConditions>
  2737. <botSteps>
  2738. <botVariableOperation>
  2739. <botVariableOperands>
  2740. <targetName>LifetimeLearningQuestion4YesOrNo</targetName>
  2741. <targetType>ConversationVariable</targetType>
  2742. </botVariableOperands>
  2743. <type>Unset</type>
  2744. </botVariableOperation>
  2745. <type>VariableOperation</type>
  2746. </botSteps>
  2747. <botSteps>
  2748. <botNavigation>
  2749. <botNavigationLinks>
  2750. <targetBotDialog>Lifetime_Path_Rejection</targetBotDialog>
  2751. </botNavigationLinks>
  2752. <type>Redirect</type>
  2753. </botNavigation>
  2754. <type>Navigation</type>
  2755. </botSteps>
  2756. <type>Group</type>
  2757. </botSteps>
  2758. <botSteps>
  2759. <botStepConditions>
  2760. <leftOperandName>LifetimeLearningQuestion4YesOrNo</leftOperandName>
  2761. <leftOperandType>ConversationVariable</leftOperandType>
  2762. <operatorType>Equals</operatorType>
  2763. <rightOperandValue>No</rightOperandValue>
  2764. </botStepConditions>
  2765. <botSteps>
  2766. <botVariableOperation>
  2767. <botVariableOperands>
  2768. <targetName>LifetimeLearningQuestion4YesOrNo</targetName>
  2769. <targetType>ConversationVariable</targetType>
  2770. </botVariableOperands>
  2771. <type>Unset</type>
  2772. </botVariableOperation>
  2773. <type>VariableOperation</type>
  2774. </botSteps>
  2775. <botSteps>
  2776. <botNavigation>
  2777. <botNavigationLinks>
  2778. <targetBotDialog>Lifetime_Opportunity_Path_4</targetBotDialog>
  2779. </botNavigationLinks>
  2780. <type>Redirect</type>
  2781. </botNavigation>
  2782. <type>Navigation</type>
  2783. </botSteps>
  2784. <type>Group</type>
  2785. </botSteps>
  2786. <botSteps>
  2787. <type>Wait</type>
  2788. </botSteps>
  2789. <developerName>Lifetime_Opportunity_Path_3</developerName>
  2790. <label>Lifetime Opportunity Path 3</label>
  2791. <showInFooterMenu>false</showInFooterMenu>
  2792. </botDialogs>
  2793. <botDialogs>
  2794. <botDialogGroup>Education_Group</botDialogGroup>
  2795. <botSteps>
  2796. <botVariableOperation>
  2797. <askCollectIfSet>false</askCollectIfSet>
  2798. <botMessages>
  2799. <message>Is your filing status married filing separately?</message>
  2800. </botMessages>
  2801. <botQuickReplyOptions>
  2802. <literalValue>Yes</literalValue>
  2803. </botQuickReplyOptions>
  2804. <botQuickReplyOptions>
  2805. <literalValue>No</literalValue>
  2806. </botQuickReplyOptions>
  2807. <botVariableOperands>
  2808. <disableAutoFill>true</disableAutoFill>
  2809. <sourceName>YesOrNoValue</sourceName>
  2810. <sourceType>MlSlotClass</sourceType>
  2811. <targetName>LifetimeLearningQuestion5YesOrNo</targetName>
  2812. <targetType>ConversationVariable</targetType>
  2813. </botVariableOperands>
  2814. <optionalCollect>false</optionalCollect>
  2815. <quickReplyType>Static</quickReplyType>
  2816. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  2817. <retryMessages>
  2818. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  2819. </retryMessages>
  2820. <type>Collect</type>
  2821. </botVariableOperation>
  2822. <type>VariableOperation</type>
  2823. </botSteps>
  2824. <botSteps>
  2825. <botStepConditions>
  2826. <leftOperandName>LifetimeLearningQuestion5YesOrNo</leftOperandName>
  2827. <leftOperandType>ConversationVariable</leftOperandType>
  2828. <operatorType>Equals</operatorType>
  2829. <rightOperandValue>Yes</rightOperandValue>
  2830. </botStepConditions>
  2831. <botSteps>
  2832. <botVariableOperation>
  2833. <botVariableOperands>
  2834. <targetName>LifetimeLearningQuestion5YesOrNo</targetName>
  2835. <targetType>ConversationVariable</targetType>
  2836. </botVariableOperands>
  2837. <type>Unset</type>
  2838. </botVariableOperation>
  2839. <type>VariableOperation</type>
  2840. </botSteps>
  2841. <botSteps>
  2842. <botNavigation>
  2843. <botNavigationLinks>
  2844. <targetBotDialog>Lifetime_Path_Rejection</targetBotDialog>
  2845. </botNavigationLinks>
  2846. <type>Redirect</type>
  2847. </botNavigation>
  2848. <type>Navigation</type>
  2849. </botSteps>
  2850. <type>Group</type>
  2851. </botSteps>
  2852. <botSteps>
  2853. <botStepConditions>
  2854. <leftOperandName>LifetimeLearningQuestion5YesOrNo</leftOperandName>
  2855. <leftOperandType>ConversationVariable</leftOperandType>
  2856. <operatorType>Equals</operatorType>
  2857. <rightOperandValue>No</rightOperandValue>
  2858. </botStepConditions>
  2859. <botSteps>
  2860. <botVariableOperation>
  2861. <botVariableOperands>
  2862. <targetName>LifetimeLearningQuestion5YesOrNo</targetName>
  2863. <targetType>ConversationVariable</targetType>
  2864. </botVariableOperands>
  2865. <type>Unset</type>
  2866. </botVariableOperation>
  2867. <type>VariableOperation</type>
  2868. </botSteps>
  2869. <botSteps>
  2870. <botNavigation>
  2871. <botNavigationLinks>
  2872. <targetBotDialog>Lifetime_Opportunity_Path_5</targetBotDialog>
  2873. </botNavigationLinks>
  2874. <type>Redirect</type>
  2875. </botNavigation>
  2876. <type>Navigation</type>
  2877. </botSteps>
  2878. <type>Group</type>
  2879. </botSteps>
  2880. <botSteps>
  2881. <type>Wait</type>
  2882. </botSteps>
  2883. <developerName>Lifetime_Opportunity_Path_4</developerName>
  2884. <label>Lifetime Opportunity Path 4</label>
  2885. <showInFooterMenu>false</showInFooterMenu>
  2886. </botDialogs>
  2887. <botDialogs>
  2888. <botDialogGroup>Education_Group</botDialogGroup>
  2889. <botSteps>
  2890. <botVariableOperation>
  2891. <askCollectIfSet>false</askCollectIfSet>
  2892. <botMessages>
  2893. <message>For any part of 2019, were you (or your spouse if applicable) a nonresident alien who didn&apos;t elect to be treated as a resident alien for tax purposes?</message>
  2894. </botMessages>
  2895. <botQuickReplyOptions>
  2896. <literalValue>Yes</literalValue>
  2897. </botQuickReplyOptions>
  2898. <botQuickReplyOptions>
  2899. <literalValue>No</literalValue>
  2900. </botQuickReplyOptions>
  2901. <botVariableOperands>
  2902. <disableAutoFill>true</disableAutoFill>
  2903. <sourceName>YesOrNoValue</sourceName>
  2904. <sourceType>MlSlotClass</sourceType>
  2905. <targetName>LifetimeLearningQuestion6YesOrNo</targetName>
  2906. <targetType>ConversationVariable</targetType>
  2907. </botVariableOperands>
  2908. <optionalCollect>false</optionalCollect>
  2909. <quickReplyType>Static</quickReplyType>
  2910. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  2911. <retryMessages>
  2912. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  2913. </retryMessages>
  2914. <type>Collect</type>
  2915. </botVariableOperation>
  2916. <type>VariableOperation</type>
  2917. </botSteps>
  2918. <botSteps>
  2919. <botStepConditions>
  2920. <leftOperandName>LifetimeLearningQuestion6YesOrNo</leftOperandName>
  2921. <leftOperandType>ConversationVariable</leftOperandType>
  2922. <operatorType>Equals</operatorType>
  2923. <rightOperandValue>Yes</rightOperandValue>
  2924. </botStepConditions>
  2925. <botSteps>
  2926. <botVariableOperation>
  2927. <botVariableOperands>
  2928. <targetName>LifetimeLearningQuestion6YesOrNo</targetName>
  2929. <targetType>ConversationVariable</targetType>
  2930. </botVariableOperands>
  2931. <type>Unset</type>
  2932. </botVariableOperation>
  2933. <type>VariableOperation</type>
  2934. </botSteps>
  2935. <botSteps>
  2936. <botNavigation>
  2937. <botNavigationLinks>
  2938. <targetBotDialog>Lifetime_Path_Rejection</targetBotDialog>
  2939. </botNavigationLinks>
  2940. <type>Redirect</type>
  2941. </botNavigation>
  2942. <type>Navigation</type>
  2943. </botSteps>
  2944. <type>Group</type>
  2945. </botSteps>
  2946. <botSteps>
  2947. <botStepConditions>
  2948. <leftOperandName>LifetimeLearningQuestion6YesOrNo</leftOperandName>
  2949. <leftOperandType>ConversationVariable</leftOperandType>
  2950. <operatorType>Equals</operatorType>
  2951. <rightOperandValue>Yes</rightOperandValue>
  2952. </botStepConditions>
  2953. <botSteps>
  2954. <botVariableOperation>
  2955. <botVariableOperands>
  2956. <targetName>LifetimeLearningQuestion6YesOrNo</targetName>
  2957. <targetType>ConversationVariable</targetType>
  2958. </botVariableOperands>
  2959. <type>Unset</type>
  2960. </botVariableOperation>
  2961. <type>VariableOperation</type>
  2962. </botSteps>
  2963. <botSteps>
  2964. <botNavigation>
  2965. <botNavigationLinks>
  2966. <targetBotDialog>Lifetime_Opportunity_Path_6</targetBotDialog>
  2967. </botNavigationLinks>
  2968. <type>Redirect</type>
  2969. </botNavigation>
  2970. <type>Navigation</type>
  2971. </botSteps>
  2972. <type>Group</type>
  2973. </botSteps>
  2974. <botSteps>
  2975. <type>Wait</type>
  2976. </botSteps>
  2977. <developerName>Lifetime_Opportunity_Path_5</developerName>
  2978. <label>Lifetime Opportunity Path 5</label>
  2979. <showInFooterMenu>false</showInFooterMenu>
  2980. </botDialogs>
  2981. <botDialogs>
  2982. <botDialogGroup>Education_Group</botDialogGroup>
  2983. <botSteps>
  2984. <botVariableOperation>
  2985. <askCollectIfSet>false</askCollectIfSet>
  2986. <botMessages>
  2987. <message>Is your modified adjusted gross income (MAGI) less than $67,000 ($134,000 if married filing jointly)?</message>
  2988. </botMessages>
  2989. <botQuickReplyOptions>
  2990. <literalValue>Yes</literalValue>
  2991. </botQuickReplyOptions>
  2992. <botQuickReplyOptions>
  2993. <literalValue>No</literalValue>
  2994. </botQuickReplyOptions>
  2995. <botVariableOperands>
  2996. <disableAutoFill>true</disableAutoFill>
  2997. <sourceName>YesOrNoValue</sourceName>
  2998. <sourceType>MlSlotClass</sourceType>
  2999. <targetName>LifetimeLearningQuestion7YesOrNo</targetName>
  3000. <targetType>ConversationVariable</targetType>
  3001. </botVariableOperands>
  3002. <optionalCollect>false</optionalCollect>
  3003. <quickReplyType>Static</quickReplyType>
  3004. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  3005. <retryMessages>
  3006. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  3007. </retryMessages>
  3008. <type>Collect</type>
  3009. </botVariableOperation>
  3010. <type>VariableOperation</type>
  3011. </botSteps>
  3012. <botSteps>
  3013. <botStepConditions>
  3014. <leftOperandName>LifetimeLearningQuestion7YesOrNo</leftOperandName>
  3015. <leftOperandType>ConversationVariable</leftOperandType>
  3016. <operatorType>Equals</operatorType>
  3017. <rightOperandValue>No</rightOperandValue>
  3018. </botStepConditions>
  3019. <botSteps>
  3020. <botVariableOperation>
  3021. <botVariableOperands>
  3022. <targetName>LifetimeLearningQuestion7YesOrNo</targetName>
  3023. <targetType>ConversationVariable</targetType>
  3024. </botVariableOperands>
  3025. <type>Unset</type>
  3026. </botVariableOperation>
  3027. <type>VariableOperation</type>
  3028. </botSteps>
  3029. <botSteps>
  3030. <botNavigation>
  3031. <botNavigationLinks>
  3032. <targetBotDialog>Lifetime_Path_Rejection</targetBotDialog>
  3033. </botNavigationLinks>
  3034. <type>Redirect</type>
  3035. </botNavigation>
  3036. <type>Navigation</type>
  3037. </botSteps>
  3038. <type>Group</type>
  3039. </botSteps>
  3040. <botSteps>
  3041. <botStepConditions>
  3042. <leftOperandName>LifetimeLearningQuestion7YesOrNo</leftOperandName>
  3043. <leftOperandType>ConversationVariable</leftOperandType>
  3044. <operatorType>Equals</operatorType>
  3045. <rightOperandValue>Yes</rightOperandValue>
  3046. </botStepConditions>
  3047. <botSteps>
  3048. <botVariableOperation>
  3049. <botVariableOperands>
  3050. <targetName>LifetimeLearningQuestion7YesOrNo</targetName>
  3051. <targetType>ConversationVariable</targetType>
  3052. </botVariableOperands>
  3053. <type>Unset</type>
  3054. </botVariableOperation>
  3055. <type>VariableOperation</type>
  3056. </botSteps>
  3057. <botSteps>
  3058. <botNavigation>
  3059. <botNavigationLinks>
  3060. <targetBotDialog>Lifetime_Learning_Path_7</targetBotDialog>
  3061. </botNavigationLinks>
  3062. <type>Redirect</type>
  3063. </botNavigation>
  3064. <type>Navigation</type>
  3065. </botSteps>
  3066. <type>Group</type>
  3067. </botSteps>
  3068. <botSteps>
  3069. <type>Wait</type>
  3070. </botSteps>
  3071. <developerName>Lifetime_Opportunity_Path_6</developerName>
  3072. <label>Lifetime Opportunity Path 6</label>
  3073. <showInFooterMenu>false</showInFooterMenu>
  3074. </botDialogs>
  3075. <botDialogs>
  3076. <botDialogGroup>Education_Group</botDialogGroup>
  3077. <botSteps>
  3078. <botVariableOperation>
  3079. <askCollectIfSet>false</askCollectIfSet>
  3080. <botMessages>
  3081. <message>Do you have a tax liability (Form 1040, line 15, minus Schedule 3 (Form 1040), lines 48 and 49, and the amount from Schedule R (Form 1040) line 22)?</message>
  3082. </botMessages>
  3083. <botQuickReplyOptions>
  3084. <literalValue>Yes</literalValue>
  3085. </botQuickReplyOptions>
  3086. <botQuickReplyOptions>
  3087. <literalValue>No</literalValue>
  3088. </botQuickReplyOptions>
  3089. <botVariableOperands>
  3090. <disableAutoFill>true</disableAutoFill>
  3091. <sourceName>YesOrNoValue</sourceName>
  3092. <sourceType>MlSlotClass</sourceType>
  3093. <targetName>LifetimeLearningQuestion8YesOrNo</targetName>
  3094. <targetType>ConversationVariable</targetType>
  3095. </botVariableOperands>
  3096. <optionalCollect>false</optionalCollect>
  3097. <quickReplyType>Static</quickReplyType>
  3098. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  3099. <retryMessages>
  3100. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  3101. </retryMessages>
  3102. <type>Collect</type>
  3103. </botVariableOperation>
  3104. <type>VariableOperation</type>
  3105. </botSteps>
  3106. <botSteps>
  3107. <botStepConditions>
  3108. <leftOperandName>LifetimeLearningQuestion8YesOrNo</leftOperandName>
  3109. <leftOperandType>ConversationVariable</leftOperandType>
  3110. <operatorType>Equals</operatorType>
  3111. <rightOperandValue>No</rightOperandValue>
  3112. </botStepConditions>
  3113. <botSteps>
  3114. <botVariableOperation>
  3115. <botVariableOperands>
  3116. <targetName>LifetimeLearningQuestion8YesOrNo</targetName>
  3117. <targetType>ConversationVariable</targetType>
  3118. </botVariableOperands>
  3119. <type>Unset</type>
  3120. </botVariableOperation>
  3121. <type>VariableOperation</type>
  3122. </botSteps>
  3123. <botSteps>
  3124. <botNavigation>
  3125. <botNavigationLinks>
  3126. <targetBotDialog>Lifetime_Path_Rejection</targetBotDialog>
  3127. </botNavigationLinks>
  3128. <type>Redirect</type>
  3129. </botNavigation>
  3130. <type>Navigation</type>
  3131. </botSteps>
  3132. <type>Group</type>
  3133. </botSteps>
  3134. <botSteps>
  3135. <botStepConditions>
  3136. <leftOperandName>LifetimeLearningQuestion8YesOrNo</leftOperandName>
  3137. <leftOperandType>ConversationVariable</leftOperandType>
  3138. <operatorType>Equals</operatorType>
  3139. <rightOperandValue>Yes</rightOperandValue>
  3140. </botStepConditions>
  3141. <botSteps>
  3142. <botVariableOperation>
  3143. <botVariableOperands>
  3144. <targetName>LifetimeLearningQuestion8YesOrNo</targetName>
  3145. <targetType>ConversationVariable</targetType>
  3146. </botVariableOperands>
  3147. <type>Unset</type>
  3148. </botVariableOperation>
  3149. <type>VariableOperation</type>
  3150. </botSteps>
  3151. <botSteps>
  3152. <botNavigation>
  3153. <botNavigationLinks>
  3154. <targetBotDialog>Lifetime_Opportunity_Path_8</targetBotDialog>
  3155. </botNavigationLinks>
  3156. <type>Redirect</type>
  3157. </botNavigation>
  3158. <type>Navigation</type>
  3159. </botSteps>
  3160. <type>Group</type>
  3161. </botSteps>
  3162. <botSteps>
  3163. <type>Wait</type>
  3164. </botSteps>
  3165. <developerName>Lifetime_Learning_Path_7</developerName>
  3166. <label>Lifetime Opportunity Path 7</label>
  3167. <showInFooterMenu>false</showInFooterMenu>
  3168. </botDialogs>
  3169. <botDialogs>
  3170. <botDialogGroup>Education_Group</botDialogGroup>
  3171. <botSteps>
  3172. <botVariableOperation>
  3173. <askCollectIfSet>false</askCollectIfSet>
  3174. <botMessages>
  3175. <message>Are you claiming an American Opportunity Credit or a tuition and fees deduction (see chapter 6) for the same student?</message>
  3176. </botMessages>
  3177. <botQuickReplyOptions>
  3178. <literalValue>Yes</literalValue>
  3179. </botQuickReplyOptions>
  3180. <botQuickReplyOptions>
  3181. <literalValue>No</literalValue>
  3182. </botQuickReplyOptions>
  3183. <botVariableOperands>
  3184. <disableAutoFill>true</disableAutoFill>
  3185. <sourceName>YesOrNoValue</sourceName>
  3186. <sourceType>MlSlotClass</sourceType>
  3187. <targetName>LifetimeLearningQuestion9YesOrNo</targetName>
  3188. <targetType>ConversationVariable</targetType>
  3189. </botVariableOperands>
  3190. <optionalCollect>false</optionalCollect>
  3191. <quickReplyType>Static</quickReplyType>
  3192. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  3193. <retryMessages>
  3194. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  3195. </retryMessages>
  3196. <type>Collect</type>
  3197. </botVariableOperation>
  3198. <type>VariableOperation</type>
  3199. </botSteps>
  3200. <botSteps>
  3201. <botStepConditions>
  3202. <leftOperandName>LifetimeLearningQuestion9YesOrNo</leftOperandName>
  3203. <leftOperandType>ConversationVariable</leftOperandType>
  3204. <operatorType>Equals</operatorType>
  3205. <rightOperandValue>Yes</rightOperandValue>
  3206. </botStepConditions>
  3207. <botSteps>
  3208. <botVariableOperation>
  3209. <botVariableOperands>
  3210. <targetName>LifetimeLearningQuestion9YesOrNo</targetName>
  3211. <targetType>ConversationVariable</targetType>
  3212. </botVariableOperands>
  3213. <type>Unset</type>
  3214. </botVariableOperation>
  3215. <type>VariableOperation</type>
  3216. </botSteps>
  3217. <botSteps>
  3218. <botNavigation>
  3219. <botNavigationLinks>
  3220. <targetBotDialog>Lifetime_Path_Rejection</targetBotDialog>
  3221. </botNavigationLinks>
  3222. <type>Redirect</type>
  3223. </botNavigation>
  3224. <type>Navigation</type>
  3225. </botSteps>
  3226. <type>Group</type>
  3227. </botSteps>
  3228. <botSteps>
  3229. <botStepConditions>
  3230. <leftOperandName>LifetimeLearningQuestion9YesOrNo</leftOperandName>
  3231. <leftOperandType>ConversationVariable</leftOperandType>
  3232. <operatorType>Equals</operatorType>
  3233. <rightOperandValue>No</rightOperandValue>
  3234. </botStepConditions>
  3235. <botSteps>
  3236. <botVariableOperation>
  3237. <botVariableOperands>
  3238. <targetName>LifetimeLearningQuestion9YesOrNo</targetName>
  3239. <targetType>ConversationVariable</targetType>
  3240. </botVariableOperands>
  3241. <type>Unset</type>
  3242. </botVariableOperation>
  3243. <type>VariableOperation</type>
  3244. </botSteps>
  3245. <botSteps>
  3246. <botNavigation>
  3247. <botNavigationLinks>
  3248. <targetBotDialog>Lifetime_Opportunity_Path_9</targetBotDialog>
  3249. </botNavigationLinks>
  3250. <type>Redirect</type>
  3251. </botNavigation>
  3252. <type>Navigation</type>
  3253. </botSteps>
  3254. <type>Group</type>
  3255. </botSteps>
  3256. <botSteps>
  3257. <type>Wait</type>
  3258. </botSteps>
  3259. <developerName>Lifetime_Opportunity_Path_8</developerName>
  3260. <label>Lifetime Opportunity Path 8</label>
  3261. <showInFooterMenu>false</showInFooterMenu>
  3262. </botDialogs>
  3263. <botDialogs>
  3264. <botDialogGroup>Education_Group</botDialogGroup>
  3265. <botSteps>
  3266. <botVariableOperation>
  3267. <askCollectIfSet>false</askCollectIfSet>
  3268. <botMessages>
  3269. <message>Did you use the same expenses to claim a deduction or credit?</message>
  3270. </botMessages>
  3271. <botQuickReplyOptions>
  3272. <literalValue>Yes</literalValue>
  3273. </botQuickReplyOptions>
  3274. <botQuickReplyOptions>
  3275. <literalValue>No</literalValue>
  3276. </botQuickReplyOptions>
  3277. <botVariableOperands>
  3278. <disableAutoFill>true</disableAutoFill>
  3279. <sourceName>YesOrNoValue</sourceName>
  3280. <sourceType>MlSlotClass</sourceType>
  3281. <targetName>LifetimeLearningQuestion10YesOrNo</targetName>
  3282. <targetType>ConversationVariable</targetType>
  3283. </botVariableOperands>
  3284. <optionalCollect>false</optionalCollect>
  3285. <quickReplyType>Static</quickReplyType>
  3286. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  3287. <retryMessages>
  3288. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  3289. </retryMessages>
  3290. <type>Collect</type>
  3291. </botVariableOperation>
  3292. <type>VariableOperation</type>
  3293. </botSteps>
  3294. <botSteps>
  3295. <botStepConditions>
  3296. <leftOperandName>LifetimeLearningQuestion10YesOrNo</leftOperandName>
  3297. <leftOperandType>ConversationVariable</leftOperandType>
  3298. <operatorType>Equals</operatorType>
  3299. <rightOperandValue>Yes</rightOperandValue>
  3300. </botStepConditions>
  3301. <botSteps>
  3302. <botVariableOperation>
  3303. <botVariableOperands>
  3304. <targetName>LifetimeLearningQuestion10YesOrNo</targetName>
  3305. <targetType>ConversationVariable</targetType>
  3306. </botVariableOperands>
  3307. <type>Unset</type>
  3308. </botVariableOperation>
  3309. <type>VariableOperation</type>
  3310. </botSteps>
  3311. <botSteps>
  3312. <botNavigation>
  3313. <botNavigationLinks>
  3314. <targetBotDialog>Lifetime_Path_Rejection</targetBotDialog>
  3315. </botNavigationLinks>
  3316. <type>Redirect</type>
  3317. </botNavigation>
  3318. <type>Navigation</type>
  3319. </botSteps>
  3320. <type>Group</type>
  3321. </botSteps>
  3322. <botSteps>
  3323. <botStepConditions>
  3324. <leftOperandName>LifetimeLearningQuestion10YesOrNo</leftOperandName>
  3325. <leftOperandType>ConversationVariable</leftOperandType>
  3326. <operatorType>Equals</operatorType>
  3327. <rightOperandValue>No</rightOperandValue>
  3328. </botStepConditions>
  3329. <botSteps>
  3330. <botVariableOperation>
  3331. <botVariableOperands>
  3332. <targetName>LifetimeLearningQuestion10YesOrNo</targetName>
  3333. <targetType>ConversationVariable</targetType>
  3334. </botVariableOperands>
  3335. <type>Unset</type>
  3336. </botVariableOperation>
  3337. <type>VariableOperation</type>
  3338. </botSteps>
  3339. <botSteps>
  3340. <botNavigation>
  3341. <botNavigationLinks>
  3342. <targetBotDialog>Lifetime_Opportunity_Path_10</targetBotDialog>
  3343. </botNavigationLinks>
  3344. <type>Redirect</type>
  3345. </botNavigation>
  3346. <type>Navigation</type>
  3347. </botSteps>
  3348. <type>Group</type>
  3349. </botSteps>
  3350. <botSteps>
  3351. <type>Wait</type>
  3352. </botSteps>
  3353. <developerName>Lifetime_Opportunity_Path_9</developerName>
  3354. <label>Lifetime Opportunity Path 9</label>
  3355. <showInFooterMenu>false</showInFooterMenu>
  3356. </botDialogs>
  3357. <botDialogs>
  3358. <botDialogGroup>Education_Group</botDialogGroup>
  3359. <botSteps>
  3360. <botVariableOperation>
  3361. <askCollectIfSet>false</askCollectIfSet>
  3362. <botMessages>
  3363. <message>Were the same expenses paid with a tax-free scholarship, grant, or employer-provided educational assistance program?</message>
  3364. </botMessages>
  3365. <botQuickReplyOptions>
  3366. <literalValue>Yes</literalValue>
  3367. </botQuickReplyOptions>
  3368. <botQuickReplyOptions>
  3369. <literalValue>No</literalValue>
  3370. </botQuickReplyOptions>
  3371. <botVariableOperands>
  3372. <disableAutoFill>true</disableAutoFill>
  3373. <sourceName>YesOrNoValue</sourceName>
  3374. <sourceType>MlSlotClass</sourceType>
  3375. <targetName>LifetimeLearningQuestion11YesOrNo</targetName>
  3376. <targetType>ConversationVariable</targetType>
  3377. </botVariableOperands>
  3378. <optionalCollect>false</optionalCollect>
  3379. <quickReplyType>Static</quickReplyType>
  3380. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  3381. <retryMessages>
  3382. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  3383. </retryMessages>
  3384. <type>Collect</type>
  3385. </botVariableOperation>
  3386. <type>VariableOperation</type>
  3387. </botSteps>
  3388. <botSteps>
  3389. <botStepConditions>
  3390. <leftOperandName>LifetimeLearningQuestion11YesOrNo</leftOperandName>
  3391. <leftOperandType>ConversationVariable</leftOperandType>
  3392. <operatorType>Equals</operatorType>
  3393. <rightOperandValue>Yes</rightOperandValue>
  3394. </botStepConditions>
  3395. <botSteps>
  3396. <botVariableOperation>
  3397. <botVariableOperands>
  3398. <targetName>LifetimeLearningQuestion11YesOrNo</targetName>
  3399. <targetType>ConversationVariable</targetType>
  3400. </botVariableOperands>
  3401. <type>Unset</type>
  3402. </botVariableOperation>
  3403. <type>VariableOperation</type>
  3404. </botSteps>
  3405. <botSteps>
  3406. <botNavigation>
  3407. <botNavigationLinks>
  3408. <targetBotDialog>Lifetime_Path_Rejection</targetBotDialog>
  3409. </botNavigationLinks>
  3410. <type>Redirect</type>
  3411. </botNavigation>
  3412. <type>Navigation</type>
  3413. </botSteps>
  3414. <type>Group</type>
  3415. </botSteps>
  3416. <botSteps>
  3417. <botStepConditions>
  3418. <leftOperandName>LifetimeLearningQuestion11YesOrNo</leftOperandName>
  3419. <leftOperandType>ConversationVariable</leftOperandType>
  3420. <operatorType>Equals</operatorType>
  3421. <rightOperandValue>No</rightOperandValue>
  3422. </botStepConditions>
  3423. <botSteps>
  3424. <botVariableOperation>
  3425. <botVariableOperands>
  3426. <targetName>LifetimeLearningQuestion11YesOrNo</targetName>
  3427. <targetType>ConversationVariable</targetType>
  3428. </botVariableOperands>
  3429. <type>Unset</type>
  3430. </botVariableOperation>
  3431. <type>VariableOperation</type>
  3432. </botSteps>
  3433. <botSteps>
  3434. <botNavigation>
  3435. <botNavigationLinks>
  3436. <targetBotDialog>Lifetime_Opportunity_Path_11</targetBotDialog>
  3437. </botNavigationLinks>
  3438. <type>Redirect</type>
  3439. </botNavigation>
  3440. <type>Navigation</type>
  3441. </botSteps>
  3442. <type>Group</type>
  3443. </botSteps>
  3444. <botSteps>
  3445. <type>Wait</type>
  3446. </botSteps>
  3447. <developerName>Lifetime_Opportunity_Path_10</developerName>
  3448. <label>Lifetime Opportunity Path 10</label>
  3449. <showInFooterMenu>false</showInFooterMenu>
  3450. </botDialogs>
  3451. <botDialogs>
  3452. <botDialogGroup>Education_Group</botDialogGroup>
  3453. <botSteps>
  3454. <botVariableOperation>
  3455. <askCollectIfSet>false</askCollectIfSet>
  3456. <botMessages>
  3457. <message>Did you, or someone else, receive a refund of all the expenses?</message>
  3458. </botMessages>
  3459. <botQuickReplyOptions>
  3460. <literalValue>Yes</literalValue>
  3461. </botQuickReplyOptions>
  3462. <botQuickReplyOptions>
  3463. <literalValue>No</literalValue>
  3464. </botQuickReplyOptions>
  3465. <botVariableOperands>
  3466. <disableAutoFill>true</disableAutoFill>
  3467. <sourceName>YesOrNoValue</sourceName>
  3468. <sourceType>MlSlotClass</sourceType>
  3469. <targetName>LifetimeLearningQuestion12YesOrNo</targetName>
  3470. <targetType>ConversationVariable</targetType>
  3471. </botVariableOperands>
  3472. <optionalCollect>false</optionalCollect>
  3473. <quickReplyType>Static</quickReplyType>
  3474. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  3475. <retryMessages>
  3476. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  3477. </retryMessages>
  3478. <type>Collect</type>
  3479. </botVariableOperation>
  3480. <type>VariableOperation</type>
  3481. </botSteps>
  3482. <botSteps>
  3483. <botStepConditions>
  3484. <leftOperandName>LifetimeLearningQuestion12YesOrNo</leftOperandName>
  3485. <leftOperandType>ConversationVariable</leftOperandType>
  3486. <operatorType>Equals</operatorType>
  3487. <rightOperandValue>Yes</rightOperandValue>
  3488. </botStepConditions>
  3489. <botSteps>
  3490. <botVariableOperation>
  3491. <botVariableOperands>
  3492. <targetName>LifetimeLearningQuestion12YesOrNo</targetName>
  3493. <targetType>ConversationVariable</targetType>
  3494. </botVariableOperands>
  3495. <type>Unset</type>
  3496. </botVariableOperation>
  3497. <type>VariableOperation</type>
  3498. </botSteps>
  3499. <botSteps>
  3500. <botNavigation>
  3501. <botNavigationLinks>
  3502. <targetBotDialog>Lifetime_Path_Rejection</targetBotDialog>
  3503. </botNavigationLinks>
  3504. <type>Redirect</type>
  3505. </botNavigation>
  3506. <type>Navigation</type>
  3507. </botSteps>
  3508. <type>Group</type>
  3509. </botSteps>
  3510. <botSteps>
  3511. <botStepConditions>
  3512. <leftOperandName>LifetimeLearningQuestion12YesOrNo</leftOperandName>
  3513. <leftOperandType>ConversationVariable</leftOperandType>
  3514. <operatorType>Equals</operatorType>
  3515. <rightOperandValue>No</rightOperandValue>
  3516. </botStepConditions>
  3517. <botSteps>
  3518. <botVariableOperation>
  3519. <botVariableOperands>
  3520. <targetName>LifetimeLearningQuestion12YesOrNo</targetName>
  3521. <targetType>ConversationVariable</targetType>
  3522. </botVariableOperands>
  3523. <type>Unset</type>
  3524. </botVariableOperation>
  3525. <type>VariableOperation</type>
  3526. </botSteps>
  3527. <botSteps>
  3528. <botMessages>
  3529. <message>You can claim the Lifetime Learning Credit for 2019.</message>
  3530. </botMessages>
  3531. <type>Message</type>
  3532. </botSteps>
  3533. <botSteps>
  3534. <botNavigation>
  3535. <botNavigationLinks>
  3536. <targetBotDialog>VA_End_of_Flow</targetBotDialog>
  3537. </botNavigationLinks>
  3538. <type>Redirect</type>
  3539. </botNavigation>
  3540. <type>Navigation</type>
  3541. </botSteps>
  3542. <type>Group</type>
  3543. </botSteps>
  3544. <botSteps>
  3545. <type>Wait</type>
  3546. </botSteps>
  3547. <developerName>Lifetime_Opportunity_Path_11</developerName>
  3548. <label>Lifetime Opportunity Path 11</label>
  3549. <showInFooterMenu>false</showInFooterMenu>
  3550. </botDialogs>
  3551. <botDialogs>
  3552. <botDialogGroup>Dependent_Qualification_Group</botDialogGroup>
  3553. <botSteps>
  3554. <botMessages>
  3555. <message>Is this person one of these?
  3556. • Under age 19 at the end of the year and younger than you (or your spouse if filing jointly)
  3557. • A full-time student under age 24 at the close of the year and younger than you (or your spouse if filing jointly)</message>
  3558. </botMessages>
  3559. <type>Message</type>
  3560. </botSteps>
  3561. <botSteps>
  3562. <botVariableOperation>
  3563. <askCollectIfSet>false</askCollectIfSet>
  3564. <botMessages>
  3565. <message>Or was permanently and totally disabled at any time during the year.</message>
  3566. </botMessages>
  3567. <botQuickReplyOptions>
  3568. <literalValue>Yes</literalValue>
  3569. </botQuickReplyOptions>
  3570. <botQuickReplyOptions>
  3571. <literalValue>No</literalValue>
  3572. </botQuickReplyOptions>
  3573. <botVariableOperands>
  3574. <disableAutoFill>true</disableAutoFill>
  3575. <sourceName>YesOrNoValue</sourceName>
  3576. <sourceType>MlSlotClass</sourceType>
  3577. <targetName>AgeStudentDisabledYesOrNo</targetName>
  3578. <targetType>ConversationVariable</targetType>
  3579. </botVariableOperands>
  3580. <optionalCollect>false</optionalCollect>
  3581. <quickReplyType>Static</quickReplyType>
  3582. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  3583. <retryMessages>
  3584. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  3585. </retryMessages>
  3586. <type>Collect</type>
  3587. </botVariableOperation>
  3588. <type>VariableOperation</type>
  3589. </botSteps>
  3590. <botSteps>
  3591. <botStepConditions>
  3592. <leftOperandName>AgeStudentDisabledYesOrNo</leftOperandName>
  3593. <leftOperandType>ConversationVariable</leftOperandType>
  3594. <operatorType>Equals</operatorType>
  3595. <rightOperandValue>No</rightOperandValue>
  3596. </botStepConditions>
  3597. <botSteps>
  3598. <botVariableOperation>
  3599. <botVariableOperands>
  3600. <targetName>AgeStudentDisabledYesOrNo</targetName>
  3601. <targetType>ConversationVariable</targetType>
  3602. </botVariableOperands>
  3603. <type>Unset</type>
  3604. </botVariableOperation>
  3605. <type>VariableOperation</type>
  3606. </botSteps>
  3607. <botSteps>
  3608. <botNavigation>
  3609. <botNavigationLinks>
  3610. <targetBotDialog>Dependent_Qualification_Rejection</targetBotDialog>
  3611. </botNavigationLinks>
  3612. <type>Redirect</type>
  3613. </botNavigation>
  3614. <type>Navigation</type>
  3615. </botSteps>
  3616. <type>Group</type>
  3617. </botSteps>
  3618. <botSteps>
  3619. <botStepConditions>
  3620. <leftOperandName>AgeStudentDisabledYesOrNo</leftOperandName>
  3621. <leftOperandType>ConversationVariable</leftOperandType>
  3622. <operatorType>Equals</operatorType>
  3623. <rightOperandValue>Yes</rightOperandValue>
  3624. </botStepConditions>
  3625. <botSteps>
  3626. <botVariableOperation>
  3627. <botVariableOperands>
  3628. <targetName>AgeStudentDisabledYesOrNo</targetName>
  3629. <targetType>ConversationVariable</targetType>
  3630. </botVariableOperands>
  3631. <type>Unset</type>
  3632. </botVariableOperation>
  3633. <type>VariableOperation</type>
  3634. </botSteps>
  3635. <botSteps>
  3636. <botNavigation>
  3637. <botNavigationLinks>
  3638. <targetBotDialog>Dependent_Living_with_You</targetBotDialog>
  3639. </botNavigationLinks>
  3640. <type>Redirect</type>
  3641. </botNavigation>
  3642. <type>Navigation</type>
  3643. </botSteps>
  3644. <type>Group</type>
  3645. </botSteps>
  3646. <botSteps>
  3647. <type>Wait</type>
  3648. </botSteps>
  3649. <developerName>Age_Student_Disabled</developerName>
  3650. <label>Age Student Disabled</label>
  3651. <showInFooterMenu>false</showInFooterMenu>
  3652. </botDialogs>
  3653. <botDialogs>
  3654. <botDialogGroup>Dependent_Qualification_Group</botDialogGroup>
  3655. <botSteps>
  3656. <botVariableOperation>
  3657. <askCollectIfSet>false</askCollectIfSet>
  3658. <botMessages>
  3659. <message>Was this person either:
  3660. • Living with you all year
  3661. • Your parent living in a home you maintained for them</message>
  3662. </botMessages>
  3663. <botQuickReplyOptions>
  3664. <literalValue>Yes</literalValue>
  3665. </botQuickReplyOptions>
  3666. <botQuickReplyOptions>
  3667. <literalValue>No</literalValue>
  3668. </botQuickReplyOptions>
  3669. <botVariableOperands>
  3670. <disableAutoFill>true</disableAutoFill>
  3671. <sourceName>YesOrNoValue</sourceName>
  3672. <sourceType>MlSlotClass</sourceType>
  3673. <targetName>DependentRelationshipTest2YesOrNo</targetName>
  3674. <targetType>ConversationVariable</targetType>
  3675. </botVariableOperands>
  3676. <optionalCollect>false</optionalCollect>
  3677. <quickReplyType>Static</quickReplyType>
  3678. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  3679. <retryMessages>
  3680. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  3681. </retryMessages>
  3682. <type>Collect</type>
  3683. </botVariableOperation>
  3684. <type>VariableOperation</type>
  3685. </botSteps>
  3686. <botSteps>
  3687. <botStepConditions>
  3688. <leftOperandName>DependentRelationshipTest2YesOrNo</leftOperandName>
  3689. <leftOperandType>ConversationVariable</leftOperandType>
  3690. <operatorType>Equals</operatorType>
  3691. <rightOperandValue>No</rightOperandValue>
  3692. </botStepConditions>
  3693. <botSteps>
  3694. <botVariableOperation>
  3695. <botVariableOperands>
  3696. <targetName>DependentRelationshipTest2YesOrNo</targetName>
  3697. <targetType>ConversationVariable</targetType>
  3698. </botVariableOperands>
  3699. <type>Unset</type>
  3700. </botVariableOperation>
  3701. <type>VariableOperation</type>
  3702. </botSteps>
  3703. <botSteps>
  3704. <botNavigation>
  3705. <botNavigationLinks>
  3706. <targetBotDialog>Dependent_Qualification_Rejection</targetBotDialog>
  3707. </botNavigationLinks>
  3708. <type>Redirect</type>
  3709. </botNavigation>
  3710. <type>Navigation</type>
  3711. </botSteps>
  3712. <type>Group</type>
  3713. </botSteps>
  3714. <botSteps>
  3715. <botStepConditions>
  3716. <leftOperandName>DependentRelationshipTest2YesOrNo</leftOperandName>
  3717. <leftOperandType>ConversationVariable</leftOperandType>
  3718. <operatorType>Equals</operatorType>
  3719. <rightOperandValue>Yes</rightOperandValue>
  3720. </botStepConditions>
  3721. <botSteps>
  3722. <botVariableOperation>
  3723. <botVariableOperands>
  3724. <targetName>DependentRelationshipTest2YesOrNo</targetName>
  3725. <targetType>ConversationVariable</targetType>
  3726. </botVariableOperands>
  3727. <type>Unset</type>
  3728. </botVariableOperation>
  3729. <type>VariableOperation</type>
  3730. </botSteps>
  3731. <botSteps>
  3732. <botNavigation>
  3733. <botNavigationLinks>
  3734. <targetBotDialog>Dependent_Gross_Income</targetBotDialog>
  3735. </botNavigationLinks>
  3736. <type>Redirect</type>
  3737. </botNavigation>
  3738. <type>Navigation</type>
  3739. </botSteps>
  3740. <type>Group</type>
  3741. </botSteps>
  3742. <botSteps>
  3743. <type>Wait</type>
  3744. </botSteps>
  3745. <developerName>Relationship_Test_2</developerName>
  3746. <label>Relationship Test 2</label>
  3747. <showInFooterMenu>false</showInFooterMenu>
  3748. </botDialogs>
  3749. <botDialogs>
  3750. <botDialogGroup>Dependent_Qualification_Group</botDialogGroup>
  3751. <botSteps>
  3752. <botMessages>
  3753. <message>Based on your responses, the person doesn&apos;t qualify as a dependent.</message>
  3754. </botMessages>
  3755. <type>Message</type>
  3756. </botSteps>
  3757. <botSteps>
  3758. <botNavigation>
  3759. <botNavigationLinks>
  3760. <targetBotDialog>VA_End_of_Flow</targetBotDialog>
  3761. </botNavigationLinks>
  3762. <type>Redirect</type>
  3763. </botNavigation>
  3764. <type>Navigation</type>
  3765. </botSteps>
  3766. <developerName>Dependent_Qualification_Rejection</developerName>
  3767. <label>Dependent Qualification Rejection</label>
  3768. <showInFooterMenu>false</showInFooterMenu>
  3769. </botDialogs>
  3770. <botDialogs>
  3771. <botDialogGroup>Dependent_Qualification_Group</botDialogGroup>
  3772. <botSteps>
  3773. <botVariableOperation>
  3774. <askCollectIfSet>false</askCollectIfSet>
  3775. <botMessages>
  3776. <message>Did the person live with you for more than half of the year?</message>
  3777. </botMessages>
  3778. <botQuickReplyOptions>
  3779. <literalValue>Yes</literalValue>
  3780. </botQuickReplyOptions>
  3781. <botQuickReplyOptions>
  3782. <literalValue>No</literalValue>
  3783. </botQuickReplyOptions>
  3784. <botVariableOperands>
  3785. <disableAutoFill>true</disableAutoFill>
  3786. <sourceName>YesOrNoValue</sourceName>
  3787. <sourceType>MlSlotClass</sourceType>
  3788. <targetName>DepedentLivingWithYesOrNo</targetName>
  3789. <targetType>ConversationVariable</targetType>
  3790. </botVariableOperands>
  3791. <optionalCollect>false</optionalCollect>
  3792. <quickReplyType>Static</quickReplyType>
  3793. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  3794. <retryMessages>
  3795. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  3796. </retryMessages>
  3797. <type>Collect</type>
  3798. </botVariableOperation>
  3799. <type>VariableOperation</type>
  3800. </botSteps>
  3801. <botSteps>
  3802. <botStepConditions>
  3803. <leftOperandName>DepedentLivingWithYesOrNo</leftOperandName>
  3804. <leftOperandType>ConversationVariable</leftOperandType>
  3805. <operatorType>Equals</operatorType>
  3806. <rightOperandValue>No</rightOperandValue>
  3807. </botStepConditions>
  3808. <botSteps>
  3809. <botVariableOperation>
  3810. <botVariableOperands>
  3811. <targetName>DepedentLivingWithYesOrNo</targetName>
  3812. <targetType>ConversationVariable</targetType>
  3813. </botVariableOperands>
  3814. <type>Unset</type>
  3815. </botVariableOperation>
  3816. <type>VariableOperation</type>
  3817. </botSteps>
  3818. <botSteps>
  3819. <botNavigation>
  3820. <botNavigationLinks>
  3821. <targetBotDialog>Dependent_Qualification_Rejection</targetBotDialog>
  3822. </botNavigationLinks>
  3823. <type>Redirect</type>
  3824. </botNavigation>
  3825. <type>Navigation</type>
  3826. </botSteps>
  3827. <type>Group</type>
  3828. </botSteps>
  3829. <botSteps>
  3830. <botStepConditions>
  3831. <leftOperandName>DepedentLivingWithYesOrNo</leftOperandName>
  3832. <leftOperandType>ConversationVariable</leftOperandType>
  3833. <operatorType>Equals</operatorType>
  3834. <rightOperandValue>Yes</rightOperandValue>
  3835. </botStepConditions>
  3836. <botSteps>
  3837. <botVariableOperation>
  3838. <botVariableOperands>
  3839. <targetName>DepedentLivingWithYesOrNo</targetName>
  3840. <targetType>ConversationVariable</targetType>
  3841. </botVariableOperands>
  3842. <type>Unset</type>
  3843. </botVariableOperation>
  3844. <type>VariableOperation</type>
  3845. </botSteps>
  3846. <botSteps>
  3847. <botNavigation>
  3848. <botNavigationLinks>
  3849. <targetBotDialog>Dependent_Support</targetBotDialog>
  3850. </botNavigationLinks>
  3851. <type>Redirect</type>
  3852. </botNavigation>
  3853. <type>Navigation</type>
  3854. </botSteps>
  3855. <type>Group</type>
  3856. </botSteps>
  3857. <botSteps>
  3858. <type>Wait</type>
  3859. </botSteps>
  3860. <developerName>Dependent_Living_with_You</developerName>
  3861. <label>Dependent Living with You</label>
  3862. <showInFooterMenu>false</showInFooterMenu>
  3863. </botDialogs>
  3864. <botDialogs>
  3865. <botDialogGroup>Dependent_Qualification_Group</botDialogGroup>
  3866. <botSteps>
  3867. <botVariableOperation>
  3868. <askCollectIfSet>false</askCollectIfSet>
  3869. <botMessages>
  3870. <message>Did this person provide more than half of their own support?</message>
  3871. </botMessages>
  3872. <botQuickReplyOptions>
  3873. <literalValue>Yes</literalValue>
  3874. </botQuickReplyOptions>
  3875. <botQuickReplyOptions>
  3876. <literalValue>No</literalValue>
  3877. </botQuickReplyOptions>
  3878. <botVariableOperands>
  3879. <disableAutoFill>true</disableAutoFill>
  3880. <sourceName>YesOrNoValue</sourceName>
  3881. <sourceType>MlSlotClass</sourceType>
  3882. <targetName>DependentSupportYesOrNo</targetName>
  3883. <targetType>ConversationVariable</targetType>
  3884. </botVariableOperands>
  3885. <optionalCollect>false</optionalCollect>
  3886. <quickReplyType>Static</quickReplyType>
  3887. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  3888. <retryMessages>
  3889. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  3890. </retryMessages>
  3891. <type>Collect</type>
  3892. </botVariableOperation>
  3893. <type>VariableOperation</type>
  3894. </botSteps>
  3895. <botSteps>
  3896. <botStepConditions>
  3897. <leftOperandName>DependentSupportYesOrNo</leftOperandName>
  3898. <leftOperandType>ConversationVariable</leftOperandType>
  3899. <operatorType>Equals</operatorType>
  3900. <rightOperandValue>Yes</rightOperandValue>
  3901. </botStepConditions>
  3902. <botSteps>
  3903. <botVariableOperation>
  3904. <botVariableOperands>
  3905. <targetName>DependentSupportYesOrNo</targetName>
  3906. <targetType>ConversationVariable</targetType>
  3907. </botVariableOperands>
  3908. <type>Unset</type>
  3909. </botVariableOperation>
  3910. <type>VariableOperation</type>
  3911. </botSteps>
  3912. <botSteps>
  3913. <botNavigation>
  3914. <botNavigationLinks>
  3915. <targetBotDialog>Dependent_Qualification_Rejection</targetBotDialog>
  3916. </botNavigationLinks>
  3917. <type>Redirect</type>
  3918. </botNavigation>
  3919. <type>Navigation</type>
  3920. </botSteps>
  3921. <type>Group</type>
  3922. </botSteps>
  3923. <botSteps>
  3924. <botStepConditions>
  3925. <leftOperandName>DependentSupportYesOrNo</leftOperandName>
  3926. <leftOperandType>ConversationVariable</leftOperandType>
  3927. <operatorType>Equals</operatorType>
  3928. <rightOperandValue>No</rightOperandValue>
  3929. </botStepConditions>
  3930. <botSteps>
  3931. <botVariableOperation>
  3932. <botVariableOperands>
  3933. <targetName>DependentSupportYesOrNo</targetName>
  3934. <targetType>ConversationVariable</targetType>
  3935. </botVariableOperands>
  3936. <type>Unset</type>
  3937. </botVariableOperation>
  3938. <type>VariableOperation</type>
  3939. </botSteps>
  3940. <botSteps>
  3941. <botNavigation>
  3942. <botNavigationLinks>
  3943. <targetBotDialog>Dependent_Residency</targetBotDialog>
  3944. </botNavigationLinks>
  3945. <type>Redirect</type>
  3946. </botNavigation>
  3947. <type>Navigation</type>
  3948. </botSteps>
  3949. <type>Group</type>
  3950. </botSteps>
  3951. <botSteps>
  3952. <type>Wait</type>
  3953. </botSteps>
  3954. <developerName>Dependent_Support</developerName>
  3955. <label>Dependent Support</label>
  3956. <showInFooterMenu>false</showInFooterMenu>
  3957. </botDialogs>
  3958. <botDialogs>
  3959. <botDialogGroup>Dependent_Qualification_Group</botDialogGroup>
  3960. <botSteps>
  3961. <botVariableOperation>
  3962. <askCollectIfSet>false</askCollectIfSet>
  3963. <botMessages>
  3964. <message>Is the person a citizen or resident of one of these:
  3965. • United States
  3966. • Canada
  3967. • Mexico</message>
  3968. </botMessages>
  3969. <botQuickReplyOptions>
  3970. <literalValue>Yes</literalValue>
  3971. </botQuickReplyOptions>
  3972. <botQuickReplyOptions>
  3973. <literalValue>No</literalValue>
  3974. </botQuickReplyOptions>
  3975. <botVariableOperands>
  3976. <disableAutoFill>true</disableAutoFill>
  3977. <sourceName>YesOrNoValue</sourceName>
  3978. <sourceType>MlSlotClass</sourceType>
  3979. <targetName>DependentResidentYesOrNo</targetName>
  3980. <targetType>ConversationVariable</targetType>
  3981. </botVariableOperands>
  3982. <optionalCollect>false</optionalCollect>
  3983. <quickReplyType>Static</quickReplyType>
  3984. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  3985. <retryMessages>
  3986. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  3987. </retryMessages>
  3988. <type>Collect</type>
  3989. </botVariableOperation>
  3990. <type>VariableOperation</type>
  3991. </botSteps>
  3992. <botSteps>
  3993. <botStepConditions>
  3994. <leftOperandName>DependentResidentYesOrNo</leftOperandName>
  3995. <leftOperandType>ConversationVariable</leftOperandType>
  3996. <operatorType>Equals</operatorType>
  3997. <rightOperandValue>No</rightOperandValue>
  3998. </botStepConditions>
  3999. <botSteps>
  4000. <botVariableOperation>
  4001. <botVariableOperands>
  4002. <targetName>DependentResidentYesOrNo</targetName>
  4003. <targetType>ConversationVariable</targetType>
  4004. </botVariableOperands>
  4005. <type>Unset</type>
  4006. </botVariableOperation>
  4007. <type>VariableOperation</type>
  4008. </botSteps>
  4009. <botSteps>
  4010. <botNavigation>
  4011. <botNavigationLinks>
  4012. <targetBotDialog>Dependent_Qualification_Rejection</targetBotDialog>
  4013. </botNavigationLinks>
  4014. <type>Redirect</type>
  4015. </botNavigation>
  4016. <type>Navigation</type>
  4017. </botSteps>
  4018. <type>Group</type>
  4019. </botSteps>
  4020. <botSteps>
  4021. <botStepConditions>
  4022. <leftOperandName>DependentResidentYesOrNo</leftOperandName>
  4023. <leftOperandType>ConversationVariable</leftOperandType>
  4024. <operatorType>Equals</operatorType>
  4025. <rightOperandValue>Yes</rightOperandValue>
  4026. </botStepConditions>
  4027. <botSteps>
  4028. <botVariableOperation>
  4029. <botVariableOperands>
  4030. <targetName>DependentResidentYesOrNo</targetName>
  4031. <targetType>ConversationVariable</targetType>
  4032. </botVariableOperands>
  4033. <type>Unset</type>
  4034. </botVariableOperation>
  4035. <type>VariableOperation</type>
  4036. </botSteps>
  4037. <botSteps>
  4038. <botMessages>
  4039. <message>Based on your responses, this person qualifies as a dependent, as long as this person doesn&apos;t file a joint tax return.</message>
  4040. </botMessages>
  4041. <type>Message</type>
  4042. </botSteps>
  4043. <botSteps>
  4044. <botNavigation>
  4045. <botNavigationLinks>
  4046. <targetBotDialog>VA_End_of_Flow</targetBotDialog>
  4047. </botNavigationLinks>
  4048. <type>Redirect</type>
  4049. </botNavigation>
  4050. <type>Navigation</type>
  4051. </botSteps>
  4052. <type>Group</type>
  4053. </botSteps>
  4054. <botSteps>
  4055. <type>Wait</type>
  4056. </botSteps>
  4057. <developerName>Dependent_Residency</developerName>
  4058. <label>Dependent Residency</label>
  4059. <showInFooterMenu>false</showInFooterMenu>
  4060. </botDialogs>
  4061. <botDialogs>
  4062. <botDialogGroup>Dependent_Qualification_Group</botDialogGroup>
  4063. <botSteps>
  4064. <botVariableOperation>
  4065. <askCollectIfSet>false</askCollectIfSet>
  4066. <botMessages>
  4067. <message>Does this person earn more than $4,150 in gross income for the year?</message>
  4068. </botMessages>
  4069. <botQuickReplyOptions>
  4070. <literalValue>Yes</literalValue>
  4071. </botQuickReplyOptions>
  4072. <botQuickReplyOptions>
  4073. <literalValue>No</literalValue>
  4074. </botQuickReplyOptions>
  4075. <botVariableOperands>
  4076. <disableAutoFill>true</disableAutoFill>
  4077. <sourceName>YesOrNoValue</sourceName>
  4078. <sourceType>MlSlotClass</sourceType>
  4079. <targetName>DependentGrossIncomeYesOrNo</targetName>
  4080. <targetType>ConversationVariable</targetType>
  4081. </botVariableOperands>
  4082. <optionalCollect>false</optionalCollect>
  4083. <quickReplyType>Static</quickReplyType>
  4084. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  4085. <retryMessages>
  4086. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  4087. </retryMessages>
  4088. <type>Collect</type>
  4089. </botVariableOperation>
  4090. <type>VariableOperation</type>
  4091. </botSteps>
  4092. <botSteps>
  4093. <botStepConditions>
  4094. <leftOperandName>DependentGrossIncomeYesOrNo</leftOperandName>
  4095. <leftOperandType>ConversationVariable</leftOperandType>
  4096. <operatorType>Equals</operatorType>
  4097. <rightOperandValue>Yes</rightOperandValue>
  4098. </botStepConditions>
  4099. <botSteps>
  4100. <botVariableOperation>
  4101. <botVariableOperands>
  4102. <targetName>DependentGrossIncomeYesOrNo</targetName>
  4103. <targetType>ConversationVariable</targetType>
  4104. </botVariableOperands>
  4105. <type>Unset</type>
  4106. </botVariableOperation>
  4107. <type>VariableOperation</type>
  4108. </botSteps>
  4109. <botSteps>
  4110. <botNavigation>
  4111. <botNavigationLinks>
  4112. <targetBotDialog>Dependent_Qualification_Rejection</targetBotDialog>
  4113. </botNavigationLinks>
  4114. <type>Redirect</type>
  4115. </botNavigation>
  4116. <type>Navigation</type>
  4117. </botSteps>
  4118. <type>Group</type>
  4119. </botSteps>
  4120. <botSteps>
  4121. <botStepConditions>
  4122. <leftOperandName>DependentGrossIncomeYesOrNo</leftOperandName>
  4123. <leftOperandType>ConversationVariable</leftOperandType>
  4124. <operatorType>Equals</operatorType>
  4125. <rightOperandValue>No</rightOperandValue>
  4126. </botStepConditions>
  4127. <botSteps>
  4128. <botVariableOperation>
  4129. <botVariableOperands>
  4130. <targetName>DependentGrossIncomeYesOrNo</targetName>
  4131. <targetType>ConversationVariable</targetType>
  4132. </botVariableOperands>
  4133. <type>Unset</type>
  4134. </botVariableOperation>
  4135. <type>VariableOperation</type>
  4136. </botSteps>
  4137. <botSteps>
  4138. <botNavigation>
  4139. <botNavigationLinks>
  4140. <targetBotDialog>Dependent_More_Than_Half</targetBotDialog>
  4141. </botNavigationLinks>
  4142. <type>Redirect</type>
  4143. </botNavigation>
  4144. <type>Navigation</type>
  4145. </botSteps>
  4146. <type>Group</type>
  4147. </botSteps>
  4148. <botSteps>
  4149. <type>Wait</type>
  4150. </botSteps>
  4151. <developerName>Dependent_Gross_Income</developerName>
  4152. <label>Dependent Gross Income</label>
  4153. <showInFooterMenu>false</showInFooterMenu>
  4154. </botDialogs>
  4155. <botDialogs>
  4156. <botDialogGroup>Dependent_Qualification_Group</botDialogGroup>
  4157. <botSteps>
  4158. <botVariableOperation>
  4159. <askCollectIfSet>false</askCollectIfSet>
  4160. <botMessages>
  4161. <message>Did you provide more than half of the support for this person?</message>
  4162. </botMessages>
  4163. <botQuickReplyOptions>
  4164. <literalValue>Yes</literalValue>
  4165. </botQuickReplyOptions>
  4166. <botQuickReplyOptions>
  4167. <literalValue>No</literalValue>
  4168. </botQuickReplyOptions>
  4169. <botVariableOperands>
  4170. <disableAutoFill>true</disableAutoFill>
  4171. <sourceName>YesOrNoValue</sourceName>
  4172. <sourceType>MlSlotClass</sourceType>
  4173. <targetName>DependentMoreThanHalfYesOrNo</targetName>
  4174. <targetType>ConversationVariable</targetType>
  4175. </botVariableOperands>
  4176. <optionalCollect>false</optionalCollect>
  4177. <quickReplyType>Static</quickReplyType>
  4178. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  4179. <retryMessages>
  4180. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  4181. </retryMessages>
  4182. <type>Collect</type>
  4183. </botVariableOperation>
  4184. <type>VariableOperation</type>
  4185. </botSteps>
  4186. <botSteps>
  4187. <botStepConditions>
  4188. <leftOperandName>DependentMoreThanHalfYesOrNo</leftOperandName>
  4189. <leftOperandType>ConversationVariable</leftOperandType>
  4190. <operatorType>Equals</operatorType>
  4191. <rightOperandValue>No</rightOperandValue>
  4192. </botStepConditions>
  4193. <botSteps>
  4194. <botVariableOperation>
  4195. <botVariableOperands>
  4196. <targetName>DependentMoreThanHalfYesOrNo</targetName>
  4197. <targetType>ConversationVariable</targetType>
  4198. </botVariableOperands>
  4199. <type>Unset</type>
  4200. </botVariableOperation>
  4201. <type>VariableOperation</type>
  4202. </botSteps>
  4203. <botSteps>
  4204. <botNavigation>
  4205. <botNavigationLinks>
  4206. <targetBotDialog>Dependent_Qualification_Rejection</targetBotDialog>
  4207. </botNavigationLinks>
  4208. <type>Redirect</type>
  4209. </botNavigation>
  4210. <type>Navigation</type>
  4211. </botSteps>
  4212. <type>Group</type>
  4213. </botSteps>
  4214. <botSteps>
  4215. <botStepConditions>
  4216. <leftOperandName>DependentMoreThanHalfYesOrNo</leftOperandName>
  4217. <leftOperandType>ConversationVariable</leftOperandType>
  4218. <operatorType>Equals</operatorType>
  4219. <rightOperandValue>Yes</rightOperandValue>
  4220. </botStepConditions>
  4221. <botSteps>
  4222. <botVariableOperation>
  4223. <botVariableOperands>
  4224. <targetName>DependentMoreThanHalfYesOrNo</targetName>
  4225. <targetType>ConversationVariable</targetType>
  4226. </botVariableOperands>
  4227. <type>Unset</type>
  4228. </botVariableOperation>
  4229. <type>VariableOperation</type>
  4230. </botSteps>
  4231. <botSteps>
  4232. <botNavigation>
  4233. <botNavigationLinks>
  4234. <targetBotDialog>Dependent_Residency</targetBotDialog>
  4235. </botNavigationLinks>
  4236. <type>Redirect</type>
  4237. </botNavigation>
  4238. <type>Navigation</type>
  4239. </botSteps>
  4240. <type>Group</type>
  4241. </botSteps>
  4242. <botSteps>
  4243. <type>Wait</type>
  4244. </botSteps>
  4245. <developerName>Dependent_More_Than_Half</developerName>
  4246. <label>Dependent More Than Half</label>
  4247. <showInFooterMenu>false</showInFooterMenu>
  4248. </botDialogs>
  4249. <botDialogs>
  4250. <botDialogGroup>Earned_Income_Credit_Group</botDialogGroup>
  4251. <botSteps>
  4252. <botVariableOperation>
  4253. <askCollectIfSet>false</askCollectIfSet>
  4254. <botMessages>
  4255. <message>To make sure I understand, you&apos;re trying to see if you can claim the Earned Income Credit (EIC) on your 2019 tax return?</message>
  4256. </botMessages>
  4257. <botQuickReplyOptions>
  4258. <literalValue>Yes</literalValue>
  4259. </botQuickReplyOptions>
  4260. <botQuickReplyOptions>
  4261. <literalValue>No</literalValue>
  4262. </botQuickReplyOptions>
  4263. <botVariableOperands>
  4264. <disableAutoFill>true</disableAutoFill>
  4265. <sourceName>YesOrNoValue</sourceName>
  4266. <sourceType>MlSlotClass</sourceType>
  4267. <targetName>EarnedIncomeCreditYesOrNo</targetName>
  4268. <targetType>ConversationVariable</targetType>
  4269. </botVariableOperands>
  4270. <optionalCollect>false</optionalCollect>
  4271. <quickReplyType>Static</quickReplyType>
  4272. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  4273. <retryMessages>
  4274. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  4275. </retryMessages>
  4276. <type>Collect</type>
  4277. </botVariableOperation>
  4278. <type>VariableOperation</type>
  4279. </botSteps>
  4280. <botSteps>
  4281. <botStepConditions>
  4282. <leftOperandName>EarnedIncomeCreditYesOrNo</leftOperandName>
  4283. <leftOperandType>ConversationVariable</leftOperandType>
  4284. <operatorType>Equals</operatorType>
  4285. <rightOperandValue>No</rightOperandValue>
  4286. </botStepConditions>
  4287. <botSteps>
  4288. <botVariableOperation>
  4289. <botVariableOperands>
  4290. <targetName>EarnedIncomeCreditYesOrNo</targetName>
  4291. <targetType>ConversationVariable</targetType>
  4292. </botVariableOperands>
  4293. <type>Unset</type>
  4294. </botVariableOperation>
  4295. <type>VariableOperation</type>
  4296. </botSteps>
  4297. <botSteps>
  4298. <botVariableOperation>
  4299. <botVariableOperands>
  4300. <sourceName>Software_Chatty</sourceName>
  4301. <sourceType>BotDefinition</sourceType>
  4302. <targetName>SoftwareBot</targetName>
  4303. <targetType>ConversationVariable</targetType>
  4304. </botVariableOperands>
  4305. <type>Set</type>
  4306. </botVariableOperation>
  4307. <type>VariableOperation</type>
  4308. </botSteps>
  4309. <botSteps>
  4310. <conversationSystemMessage>
  4311. <systemMessageMappings>
  4312. <mappingType>Input</mappingType>
  4313. <parameterType>Transfer</parameterType>
  4314. <variableName>SoftwareBot</variableName>
  4315. </systemMessageMappings>
  4316. <type>Transfer</type>
  4317. </conversationSystemMessage>
  4318. <type>SystemMessage</type>
  4319. </botSteps>
  4320. <type>Group</type>
  4321. </botSteps>
  4322. <botSteps>
  4323. <botStepConditions>
  4324. <leftOperandName>EarnedIncomeCreditYesOrNo</leftOperandName>
  4325. <leftOperandType>ConversationVariable</leftOperandType>
  4326. <operatorType>Equals</operatorType>
  4327. <rightOperandValue>Yes</rightOperandValue>
  4328. </botStepConditions>
  4329. <botSteps>
  4330. <botVariableOperation>
  4331. <botVariableOperands>
  4332. <targetName>EarnedIncomeCreditYesOrNo</targetName>
  4333. <targetType>ConversationVariable</targetType>
  4334. </botVariableOperands>
  4335. <type>Unset</type>
  4336. </botVariableOperation>
  4337. <type>VariableOperation</type>
  4338. </botSteps>
  4339. <botSteps>
  4340. <botNavigation>
  4341. <botNavigationLinks>
  4342. <targetBotDialog>EIC_3600</targetBotDialog>
  4343. </botNavigationLinks>
  4344. <type>Redirect</type>
  4345. </botNavigation>
  4346. <type>Navigation</type>
  4347. </botSteps>
  4348. <type>Group</type>
  4349. </botSteps>
  4350. <botSteps>
  4351. <type>Wait</type>
  4352. </botSteps>
  4353. <developerName>Earned_Income_Credit</developerName>
  4354. <label>Earned Income Credit</label>
  4355. <showInFooterMenu>false</showInFooterMenu>
  4356. </botDialogs>
  4357. <botDialogs>
  4358. <botDialogGroup>Earned_Income_Credit_Group</botDialogGroup>
  4359. <botSteps>
  4360. <botVariableOperation>
  4361. <askCollectIfSet>false</askCollectIfSet>
  4362. <botMessages>
  4363. <message>Do you have earned income and investment income of $3,600 or less?</message>
  4364. </botMessages>
  4365. <botQuickReplyOptions>
  4366. <literalValue>Yes</literalValue>
  4367. </botQuickReplyOptions>
  4368. <botQuickReplyOptions>
  4369. <literalValue>No</literalValue>
  4370. </botQuickReplyOptions>
  4371. <botVariableOperands>
  4372. <disableAutoFill>true</disableAutoFill>
  4373. <sourceName>YesOrNoValue</sourceName>
  4374. <sourceType>MlSlotClass</sourceType>
  4375. <targetName>EIC3600YesOrNo</targetName>
  4376. <targetType>ConversationVariable</targetType>
  4377. </botVariableOperands>
  4378. <optionalCollect>false</optionalCollect>
  4379. <quickReplyType>Static</quickReplyType>
  4380. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  4381. <retryMessages>
  4382. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  4383. </retryMessages>
  4384. <type>Collect</type>
  4385. </botVariableOperation>
  4386. <type>VariableOperation</type>
  4387. </botSteps>
  4388. <botSteps>
  4389. <botStepConditions>
  4390. <leftOperandName>EIC3600YesOrNo</leftOperandName>
  4391. <leftOperandType>ConversationVariable</leftOperandType>
  4392. <operatorType>Equals</operatorType>
  4393. <rightOperandValue>No</rightOperandValue>
  4394. </botStepConditions>
  4395. <botSteps>
  4396. <botVariableOperation>
  4397. <botVariableOperands>
  4398. <targetName>EIC3600YesOrNo</targetName>
  4399. <targetType>ConversationVariable</targetType>
  4400. </botVariableOperands>
  4401. <type>Unset</type>
  4402. </botVariableOperation>
  4403. <type>VariableOperation</type>
  4404. </botSteps>
  4405. <botSteps>
  4406. <botNavigation>
  4407. <botNavigationLinks>
  4408. <targetBotDialog>EIC_Reject</targetBotDialog>
  4409. </botNavigationLinks>
  4410. <type>Redirect</type>
  4411. </botNavigation>
  4412. <type>Navigation</type>
  4413. </botSteps>
  4414. <type>Group</type>
  4415. </botSteps>
  4416. <botSteps>
  4417. <botStepConditions>
  4418. <leftOperandName>EIC3600YesOrNo</leftOperandName>
  4419. <leftOperandType>ConversationVariable</leftOperandType>
  4420. <operatorType>Equals</operatorType>
  4421. <rightOperandValue>Yes</rightOperandValue>
  4422. </botStepConditions>
  4423. <botSteps>
  4424. <botVariableOperation>
  4425. <botVariableOperands>
  4426. <targetName>EIC3600YesOrNo</targetName>
  4427. <targetType>ConversationVariable</targetType>
  4428. </botVariableOperands>
  4429. <type>Unset</type>
  4430. </botVariableOperation>
  4431. <type>VariableOperation</type>
  4432. </botSteps>
  4433. <botSteps>
  4434. <botNavigation>
  4435. <botNavigationLinks>
  4436. <targetBotDialog>EIC_Filing_Form</targetBotDialog>
  4437. </botNavigationLinks>
  4438. <type>Redirect</type>
  4439. </botNavigation>
  4440. <type>Navigation</type>
  4441. </botSteps>
  4442. <type>Group</type>
  4443. </botSteps>
  4444. <botSteps>
  4445. <type>Wait</type>
  4446. </botSteps>
  4447. <developerName>EIC_3600</developerName>
  4448. <label>EIC 3600</label>
  4449. <showInFooterMenu>false</showInFooterMenu>
  4450. </botDialogs>
  4451. <botDialogs>
  4452. <botDialogGroup>Earned_Income_Credit_Group</botDialogGroup>
  4453. <botSteps>
  4454. <botMessages>
  4455. <message>Based on your responses, you don&apos;t qualify for the EIC.</message>
  4456. </botMessages>
  4457. <type>Message</type>
  4458. </botSteps>
  4459. <botSteps>
  4460. <botNavigation>
  4461. <botNavigationLinks>
  4462. <targetBotDialog>VA_End_of_Flow</targetBotDialog>
  4463. </botNavigationLinks>
  4464. <type>Redirect</type>
  4465. </botNavigation>
  4466. <type>Navigation</type>
  4467. </botSteps>
  4468. <developerName>EIC_Reject</developerName>
  4469. <label>EIC Reject</label>
  4470. <showInFooterMenu>false</showInFooterMenu>
  4471. </botDialogs>
  4472. <botDialogs>
  4473. <botDialogGroup>Earned_Income_Credit_Group</botDialogGroup>
  4474. <botSteps>
  4475. <botVariableOperation>
  4476. <askCollectIfSet>false</askCollectIfSet>
  4477. <botMessages>
  4478. <message>Is your filing status married filing separately and/or are you filing Form 2555/2555-EZ?</message>
  4479. </botMessages>
  4480. <botQuickReplyOptions>
  4481. <literalValue>Yes</literalValue>
  4482. </botQuickReplyOptions>
  4483. <botQuickReplyOptions>
  4484. <literalValue>No</literalValue>
  4485. </botQuickReplyOptions>
  4486. <botVariableOperands>
  4487. <disableAutoFill>true</disableAutoFill>
  4488. <sourceName>YesOrNoValue</sourceName>
  4489. <sourceType>MlSlotClass</sourceType>
  4490. <targetName>EICFilingFormYesOrNo</targetName>
  4491. <targetType>ConversationVariable</targetType>
  4492. </botVariableOperands>
  4493. <optionalCollect>false</optionalCollect>
  4494. <quickReplyType>Static</quickReplyType>
  4495. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  4496. <retryMessages>
  4497. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  4498. </retryMessages>
  4499. <type>Collect</type>
  4500. </botVariableOperation>
  4501. <type>VariableOperation</type>
  4502. </botSteps>
  4503. <botSteps>
  4504. <botStepConditions>
  4505. <leftOperandName>EICFilingFormYesOrNo</leftOperandName>
  4506. <leftOperandType>ConversationVariable</leftOperandType>
  4507. <operatorType>Equals</operatorType>
  4508. <rightOperandValue>Yes</rightOperandValue>
  4509. </botStepConditions>
  4510. <botSteps>
  4511. <botVariableOperation>
  4512. <botVariableOperands>
  4513. <targetName>EICFilingFormYesOrNo</targetName>
  4514. <targetType>ConversationVariable</targetType>
  4515. </botVariableOperands>
  4516. <type>Unset</type>
  4517. </botVariableOperation>
  4518. <type>VariableOperation</type>
  4519. </botSteps>
  4520. <botSteps>
  4521. <botNavigation>
  4522. <botNavigationLinks>
  4523. <targetBotDialog>EIC_Reject</targetBotDialog>
  4524. </botNavigationLinks>
  4525. <type>Redirect</type>
  4526. </botNavigation>
  4527. <type>Navigation</type>
  4528. </botSteps>
  4529. <type>Group</type>
  4530. </botSteps>
  4531. <botSteps>
  4532. <botStepConditions>
  4533. <leftOperandName>EICFilingFormYesOrNo</leftOperandName>
  4534. <leftOperandType>ConversationVariable</leftOperandType>
  4535. <operatorType>Equals</operatorType>
  4536. <rightOperandValue>No</rightOperandValue>
  4537. </botStepConditions>
  4538. <botSteps>
  4539. <botVariableOperation>
  4540. <botVariableOperands>
  4541. <targetName>EICFilingFormYesOrNo</targetName>
  4542. <targetType>ConversationVariable</targetType>
  4543. </botVariableOperands>
  4544. <type>Unset</type>
  4545. </botVariableOperation>
  4546. <type>VariableOperation</type>
  4547. </botSteps>
  4548. <botSteps>
  4549. <botNavigation>
  4550. <botNavigationLinks>
  4551. <targetBotDialog>EIC_SSN_or_Citizen</targetBotDialog>
  4552. </botNavigationLinks>
  4553. <type>Redirect</type>
  4554. </botNavigation>
  4555. <type>Navigation</type>
  4556. </botSteps>
  4557. <type>Group</type>
  4558. </botSteps>
  4559. <botSteps>
  4560. <type>Wait</type>
  4561. </botSteps>
  4562. <developerName>EIC_Filing_Form</developerName>
  4563. <label>EIC Filing Form</label>
  4564. <showInFooterMenu>false</showInFooterMenu>
  4565. </botDialogs>
  4566. <botDialogs>
  4567. <botDialogGroup>Earned_Income_Credit_Group</botDialogGroup>
  4568. <botSteps>
  4569. <botVariableOperation>
  4570. <askCollectIfSet>false</askCollectIfSet>
  4571. <botMessages>
  4572. <message>Do you or will you have a valid SSN by the due date of your 2019 tax return (including extensions) and were you a U.S. citizen or resident alien all year?</message>
  4573. </botMessages>
  4574. <botQuickReplyOptions>
  4575. <literalValue>Yes</literalValue>
  4576. </botQuickReplyOptions>
  4577. <botQuickReplyOptions>
  4578. <literalValue>No</literalValue>
  4579. </botQuickReplyOptions>
  4580. <botVariableOperands>
  4581. <disableAutoFill>true</disableAutoFill>
  4582. <sourceName>YesOrNoValue</sourceName>
  4583. <sourceType>MlSlotClass</sourceType>
  4584. <targetName>EICSSNCitizenYesOrNo</targetName>
  4585. <targetType>ConversationVariable</targetType>
  4586. </botVariableOperands>
  4587. <optionalCollect>false</optionalCollect>
  4588. <quickReplyType>Static</quickReplyType>
  4589. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  4590. <retryMessages>
  4591. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  4592. </retryMessages>
  4593. <type>Collect</type>
  4594. </botVariableOperation>
  4595. <type>VariableOperation</type>
  4596. </botSteps>
  4597. <botSteps>
  4598. <botStepConditions>
  4599. <leftOperandName>EICSSNCitizenYesOrNo</leftOperandName>
  4600. <leftOperandType>ConversationVariable</leftOperandType>
  4601. <operatorType>Equals</operatorType>
  4602. <rightOperandValue>No</rightOperandValue>
  4603. </botStepConditions>
  4604. <botSteps>
  4605. <botVariableOperation>
  4606. <botVariableOperands>
  4607. <targetName>EICSSNCitizenYesOrNo</targetName>
  4608. <targetType>ConversationVariable</targetType>
  4609. </botVariableOperands>
  4610. <type>Unset</type>
  4611. </botVariableOperation>
  4612. <type>VariableOperation</type>
  4613. </botSteps>
  4614. <botSteps>
  4615. <botNavigation>
  4616. <botNavigationLinks>
  4617. <targetBotDialog>EIC_Reject</targetBotDialog>
  4618. </botNavigationLinks>
  4619. <type>Redirect</type>
  4620. </botNavigation>
  4621. <type>Navigation</type>
  4622. </botSteps>
  4623. <type>Group</type>
  4624. </botSteps>
  4625. <botSteps>
  4626. <botStepConditions>
  4627. <leftOperandName>EICSSNCitizenYesOrNo</leftOperandName>
  4628. <leftOperandType>ConversationVariable</leftOperandType>
  4629. <operatorType>Equals</operatorType>
  4630. <rightOperandValue>Yes</rightOperandValue>
  4631. </botStepConditions>
  4632. <botSteps>
  4633. <botVariableOperation>
  4634. <botVariableOperands>
  4635. <targetName>EICSSNCitizenYesOrNo</targetName>
  4636. <targetType>ConversationVariable</targetType>
  4637. </botVariableOperands>
  4638. <type>Unset</type>
  4639. </botVariableOperation>
  4640. <type>VariableOperation</type>
  4641. </botSteps>
  4642. <botSteps>
  4643. <botNavigation>
  4644. <botNavigationLinks>
  4645. <targetBotDialog>EIC_Married_Filing_Status</targetBotDialog>
  4646. </botNavigationLinks>
  4647. <type>Redirect</type>
  4648. </botNavigation>
  4649. <type>Navigation</type>
  4650. </botSteps>
  4651. <type>Group</type>
  4652. </botSteps>
  4653. <botSteps>
  4654. <type>Wait</type>
  4655. </botSteps>
  4656. <developerName>EIC_SSN_or_Citizen</developerName>
  4657. <label>EIC SSN or Citizen</label>
  4658. <showInFooterMenu>false</showInFooterMenu>
  4659. </botDialogs>
  4660. <botDialogs>
  4661. <botDialogGroup>Earned_Income_Credit_Group</botDialogGroup>
  4662. <botSteps>
  4663. <botVariableOperation>
  4664. <askCollectIfSet>false</askCollectIfSet>
  4665. <botMessages>
  4666. <message>Is your filing status married filing jointly?</message>
  4667. </botMessages>
  4668. <botQuickReplyOptions>
  4669. <literalValue>Yes</literalValue>
  4670. </botQuickReplyOptions>
  4671. <botQuickReplyOptions>
  4672. <literalValue>No</literalValue>
  4673. </botQuickReplyOptions>
  4674. <botVariableOperands>
  4675. <disableAutoFill>true</disableAutoFill>
  4676. <sourceName>YesOrNoValue</sourceName>
  4677. <sourceType>MlSlotClass</sourceType>
  4678. <targetName>EICMarriedFilingYesOrNo</targetName>
  4679. <targetType>ConversationVariable</targetType>
  4680. </botVariableOperands>
  4681. <optionalCollect>false</optionalCollect>
  4682. <quickReplyType>Static</quickReplyType>
  4683. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  4684. <retryMessages>
  4685. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  4686. </retryMessages>
  4687. <type>Collect</type>
  4688. </botVariableOperation>
  4689. <type>VariableOperation</type>
  4690. </botSteps>
  4691. <botSteps>
  4692. <botStepConditions>
  4693. <leftOperandName>EICMarriedFilingYesOrNo</leftOperandName>
  4694. <leftOperandType>ConversationVariable</leftOperandType>
  4695. <operatorType>Equals</operatorType>
  4696. <rightOperandValue>Yes</rightOperandValue>
  4697. </botStepConditions>
  4698. <botSteps>
  4699. <botVariableOperation>
  4700. <botVariableOperands>
  4701. <targetName>EICMarriedFilingYesOrNo</targetName>
  4702. <targetType>ConversationVariable</targetType>
  4703. </botVariableOperands>
  4704. <type>Unset</type>
  4705. </botVariableOperation>
  4706. <type>VariableOperation</type>
  4707. </botSteps>
  4708. <botSteps>
  4709. <botNavigation>
  4710. <botNavigationLinks>
  4711. <targetBotDialog>EIC_Married_Filing_Status_True</targetBotDialog>
  4712. </botNavigationLinks>
  4713. <type>Redirect</type>
  4714. </botNavigation>
  4715. <type>Navigation</type>
  4716. </botSteps>
  4717. <type>Group</type>
  4718. </botSteps>
  4719. <botSteps>
  4720. <botStepConditions>
  4721. <leftOperandName>EICMarriedFilingYesOrNo</leftOperandName>
  4722. <leftOperandType>ConversationVariable</leftOperandType>
  4723. <operatorType>Equals</operatorType>
  4724. <rightOperandValue>No</rightOperandValue>
  4725. </botStepConditions>
  4726. <botSteps>
  4727. <botVariableOperation>
  4728. <botVariableOperands>
  4729. <targetName>EICMarriedFilingYesOrNo</targetName>
  4730. <targetType>ConversationVariable</targetType>
  4731. </botVariableOperands>
  4732. <type>Unset</type>
  4733. </botVariableOperation>
  4734. <type>VariableOperation</type>
  4735. </botSteps>
  4736. <botSteps>
  4737. <botNavigation>
  4738. <botNavigationLinks>
  4739. <targetBotDialog>EIC_Married_Filing_Status_False</targetBotDialog>
  4740. </botNavigationLinks>
  4741. <type>Redirect</type>
  4742. </botNavigation>
  4743. <type>Navigation</type>
  4744. </botSteps>
  4745. <type>Group</type>
  4746. </botSteps>
  4747. <botSteps>
  4748. <type>Wait</type>
  4749. </botSteps>
  4750. <developerName>EIC_Married_Filing_Status</developerName>
  4751. <label>EIC Married Filing Status</label>
  4752. <showInFooterMenu>false</showInFooterMenu>
  4753. </botDialogs>
  4754. <botDialogs>
  4755. <botDialogGroup>Earned_Income_Credit_Group</botDialogGroup>
  4756. <botSteps>
  4757. <botVariableOperation>
  4758. <botInvocation>
  4759. <invocationActionName>ChatBotKnowledgeSearchUtil</invocationActionName>
  4760. <invocationActionType>apex</invocationActionType>
  4761. <invocationMappings>
  4762. <parameterName>sKeyword1</parameterName>
  4763. <type>Input</type>
  4764. <value>Married Filing Jointly Status AGI</value>
  4765. </invocationMappings>
  4766. <invocationMappings>
  4767. <parameterName>output</parameterName>
  4768. <type>Output</type>
  4769. <variableName>articleList</variableName>
  4770. <variableType>ConversationVariable</variableType>
  4771. </invocationMappings>
  4772. </botInvocation>
  4773. <type>Set</type>
  4774. </botVariableOperation>
  4775. <type>VariableOperation</type>
  4776. </botSteps>
  4777. <botSteps>
  4778. <botMessages>
  4779. <message>Please click on the following link to see if you qualify:
  4780.  
  4781. {!articleList[0].url}</message>
  4782. </botMessages>
  4783. <type>Message</type>
  4784. </botSteps>
  4785. <botSteps>
  4786. <botVariableOperation>
  4787. <askCollectIfSet>false</askCollectIfSet>
  4788. <botMessages>
  4789. <message>Does one of these points in the link above apply?</message>
  4790. </botMessages>
  4791. <botQuickReplyOptions>
  4792. <literalValue>Yes</literalValue>
  4793. </botQuickReplyOptions>
  4794. <botQuickReplyOptions>
  4795. <literalValue>No</literalValue>
  4796. </botQuickReplyOptions>
  4797. <botVariableOperands>
  4798. <disableAutoFill>true</disableAutoFill>
  4799. <sourceName>YesOrNoValue</sourceName>
  4800. <sourceType>MlSlotClass</sourceType>
  4801. <targetName>EICArticleLinkYesOrNo</targetName>
  4802. <targetType>ConversationVariable</targetType>
  4803. </botVariableOperands>
  4804. <optionalCollect>false</optionalCollect>
  4805. <quickReplyType>Static</quickReplyType>
  4806. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  4807. <retryMessages>
  4808. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  4809. </retryMessages>
  4810. <type>Collect</type>
  4811. </botVariableOperation>
  4812. <type>VariableOperation</type>
  4813. </botSteps>
  4814. <botSteps>
  4815. <botStepConditions>
  4816. <leftOperandName>EICArticleLinkYesOrNo</leftOperandName>
  4817. <leftOperandType>ConversationVariable</leftOperandType>
  4818. <operatorType>Equals</operatorType>
  4819. <rightOperandValue>No</rightOperandValue>
  4820. </botStepConditions>
  4821. <botSteps>
  4822. <botVariableOperation>
  4823. <botVariableOperands>
  4824. <targetName>EICArticleLinkYesOrNo</targetName>
  4825. <targetType>ConversationVariable</targetType>
  4826. </botVariableOperands>
  4827. <type>Unset</type>
  4828. </botVariableOperation>
  4829. <type>VariableOperation</type>
  4830. </botSteps>
  4831. <botSteps>
  4832. <botNavigation>
  4833. <botNavigationLinks>
  4834. <targetBotDialog>EIC_Reject</targetBotDialog>
  4835. </botNavigationLinks>
  4836. <type>Redirect</type>
  4837. </botNavigation>
  4838. <type>Navigation</type>
  4839. </botSteps>
  4840. <type>Group</type>
  4841. </botSteps>
  4842. <botSteps>
  4843. <botStepConditions>
  4844. <leftOperandName>EICArticleLinkYesOrNo</leftOperandName>
  4845. <leftOperandType>ConversationVariable</leftOperandType>
  4846. <operatorType>Equals</operatorType>
  4847. <rightOperandValue>Yes</rightOperandValue>
  4848. </botStepConditions>
  4849. <botSteps>
  4850. <botVariableOperation>
  4851. <botVariableOperands>
  4852. <targetName>EICArticleLinkYesOrNo</targetName>
  4853. <targetType>ConversationVariable</targetType>
  4854. </botVariableOperands>
  4855. <type>Unset</type>
  4856. </botVariableOperation>
  4857. <type>VariableOperation</type>
  4858. </botSteps>
  4859. <botSteps>
  4860. <botNavigation>
  4861. <botNavigationLinks>
  4862. <targetBotDialog>EIC_Sub_Main</targetBotDialog>
  4863. </botNavigationLinks>
  4864. <type>Redirect</type>
  4865. </botNavigation>
  4866. <type>Navigation</type>
  4867. </botSteps>
  4868. <type>Group</type>
  4869. </botSteps>
  4870. <botSteps>
  4871. <type>Wait</type>
  4872. </botSteps>
  4873. <developerName>EIC_Married_Filing_Status_True</developerName>
  4874. <label>EIC Married Filing Status True</label>
  4875. <showInFooterMenu>false</showInFooterMenu>
  4876. </botDialogs>
  4877. <botDialogs>
  4878. <botDialogGroup>Earned_Income_Credit_Group</botDialogGroup>
  4879. <botSteps>
  4880. <botVariableOperation>
  4881. <botInvocation>
  4882. <invocationActionName>ChatBotKnowledgeSearchUtil</invocationActionName>
  4883. <invocationActionType>apex</invocationActionType>
  4884. <invocationMappings>
  4885. <parameterName>sKeyword1</parameterName>
  4886. <type>Input</type>
  4887. <value>Non Married Filing Jointly AGI</value>
  4888. </invocationMappings>
  4889. <invocationMappings>
  4890. <parameterName>output</parameterName>
  4891. <type>Output</type>
  4892. <variableName>articleList</variableName>
  4893. <variableType>ConversationVariable</variableType>
  4894. </invocationMappings>
  4895. </botInvocation>
  4896. <type>Set</type>
  4897. </botVariableOperation>
  4898. <type>VariableOperation</type>
  4899. </botSteps>
  4900. <botSteps>
  4901. <botMessages>
  4902. <message>Please click on the following link to see if you qualify:
  4903.  
  4904. {!articleList[0].url}</message>
  4905. </botMessages>
  4906. <type>Message</type>
  4907. </botSteps>
  4908. <botSteps>
  4909. <botVariableOperation>
  4910. <askCollectIfSet>false</askCollectIfSet>
  4911. <botMessages>
  4912. <message>Does one of these points in the link above apply?</message>
  4913. </botMessages>
  4914. <botQuickReplyOptions>
  4915. <literalValue>Yes</literalValue>
  4916. </botQuickReplyOptions>
  4917. <botQuickReplyOptions>
  4918. <literalValue>No</literalValue>
  4919. </botQuickReplyOptions>
  4920. <botVariableOperands>
  4921. <disableAutoFill>true</disableAutoFill>
  4922. <sourceName>YesOrNoValue</sourceName>
  4923. <sourceType>MlSlotClass</sourceType>
  4924. <targetName>EICArticleLinkNoYesOrNo</targetName>
  4925. <targetType>ConversationVariable</targetType>
  4926. </botVariableOperands>
  4927. <optionalCollect>false</optionalCollect>
  4928. <quickReplyType>Static</quickReplyType>
  4929. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  4930. <retryMessages>
  4931. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  4932. </retryMessages>
  4933. <type>Collect</type>
  4934. </botVariableOperation>
  4935. <type>VariableOperation</type>
  4936. </botSteps>
  4937. <botSteps>
  4938. <botStepConditions>
  4939. <leftOperandName>EICArticleLinkNoYesOrNo</leftOperandName>
  4940. <leftOperandType>ConversationVariable</leftOperandType>
  4941. <operatorType>Equals</operatorType>
  4942. <rightOperandValue>No</rightOperandValue>
  4943. </botStepConditions>
  4944. <botSteps>
  4945. <botVariableOperation>
  4946. <botVariableOperands>
  4947. <targetName>EICArticleLinkNoYesOrNo</targetName>
  4948. <targetType>ConversationVariable</targetType>
  4949. </botVariableOperands>
  4950. <type>Unset</type>
  4951. </botVariableOperation>
  4952. <type>VariableOperation</type>
  4953. </botSteps>
  4954. <botSteps>
  4955. <botNavigation>
  4956. <botNavigationLinks>
  4957. <targetBotDialog>EIC_Reject</targetBotDialog>
  4958. </botNavigationLinks>
  4959. <type>Redirect</type>
  4960. </botNavigation>
  4961. <type>Navigation</type>
  4962. </botSteps>
  4963. <type>Group</type>
  4964. </botSteps>
  4965. <botSteps>
  4966. <botStepConditions>
  4967. <leftOperandName>EICArticleLinkNoYesOrNo</leftOperandName>
  4968. <leftOperandType>ConversationVariable</leftOperandType>
  4969. <operatorType>Equals</operatorType>
  4970. <rightOperandValue>Yes</rightOperandValue>
  4971. </botStepConditions>
  4972. <botSteps>
  4973. <botVariableOperation>
  4974. <botVariableOperands>
  4975. <targetName>EICArticleLinkNoYesOrNo</targetName>
  4976. <targetType>ConversationVariable</targetType>
  4977. </botVariableOperands>
  4978. <type>Unset</type>
  4979. </botVariableOperation>
  4980. <type>VariableOperation</type>
  4981. </botSteps>
  4982. <botSteps>
  4983. <botNavigation>
  4984. <botNavigationLinks>
  4985. <targetBotDialog>EIC_Sub_Main</targetBotDialog>
  4986. </botNavigationLinks>
  4987. <type>Redirect</type>
  4988. </botNavigation>
  4989. <type>Navigation</type>
  4990. </botSteps>
  4991. <type>Group</type>
  4992. </botSteps>
  4993. <botSteps>
  4994. <type>Wait</type>
  4995. </botSteps>
  4996. <developerName>EIC_Married_Filing_Status_False</developerName>
  4997. <label>EIC Married Filing Status False</label>
  4998. <showInFooterMenu>false</showInFooterMenu>
  4999. </botDialogs>
  5000. <botDialogs>
  5001. <botDialogGroup>Earned_Income_Credit_Group</botDialogGroup>
  5002. <botSteps>
  5003. <botVariableOperation>
  5004. <askCollectIfSet>false</askCollectIfSet>
  5005. <botMessages>
  5006. <message>Do you have a qualifying child?</message>
  5007. </botMessages>
  5008. <botQuickReplyOptions>
  5009. <literalValue>Yes</literalValue>
  5010. </botQuickReplyOptions>
  5011. <botQuickReplyOptions>
  5012. <literalValue>No</literalValue>
  5013. </botQuickReplyOptions>
  5014. <botVariableOperands>
  5015. <disableAutoFill>true</disableAutoFill>
  5016. <sourceName>YesOrNoValue</sourceName>
  5017. <sourceType>MlSlotClass</sourceType>
  5018. <targetName>EICSubQualifyingChildYesOrNo</targetName>
  5019. <targetType>ConversationVariable</targetType>
  5020. </botVariableOperands>
  5021. <optionalCollect>false</optionalCollect>
  5022. <quickReplyType>Static</quickReplyType>
  5023. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  5024. <retryMessages>
  5025. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  5026. </retryMessages>
  5027. <type>Collect</type>
  5028. </botVariableOperation>
  5029. <type>VariableOperation</type>
  5030. </botSteps>
  5031. <botSteps>
  5032. <botStepConditions>
  5033. <leftOperandName>EICSubQualifyingChildYesOrNo</leftOperandName>
  5034. <leftOperandType>ConversationVariable</leftOperandType>
  5035. <operatorType>Equals</operatorType>
  5036. <rightOperandValue>Yes</rightOperandValue>
  5037. </botStepConditions>
  5038. <botSteps>
  5039. <botVariableOperation>
  5040. <botVariableOperands>
  5041. <targetName>EICSubQualifyingChildYesOrNo</targetName>
  5042. <targetType>ConversationVariable</targetType>
  5043. </botVariableOperands>
  5044. <type>Unset</type>
  5045. </botVariableOperation>
  5046. <type>VariableOperation</type>
  5047. </botSteps>
  5048. <botSteps>
  5049. <botNavigation>
  5050. <botNavigationLinks>
  5051. <targetBotDialog>EIC_Sub_Qualifying_Child_Yes</targetBotDialog>
  5052. </botNavigationLinks>
  5053. <type>Redirect</type>
  5054. </botNavigation>
  5055. <type>Navigation</type>
  5056. </botSteps>
  5057. <type>Group</type>
  5058. </botSteps>
  5059. <botSteps>
  5060. <botStepConditions>
  5061. <leftOperandName>EICSubQualifyingChildYesOrNo</leftOperandName>
  5062. <leftOperandType>ConversationVariable</leftOperandType>
  5063. <operatorType>Equals</operatorType>
  5064. <rightOperandValue>No</rightOperandValue>
  5065. </botStepConditions>
  5066. <botSteps>
  5067. <botVariableOperation>
  5068. <botVariableOperands>
  5069. <targetName>EICSubQualifyingChildYesOrNo</targetName>
  5070. <targetType>ConversationVariable</targetType>
  5071. </botVariableOperands>
  5072. <type>Unset</type>
  5073. </botVariableOperation>
  5074. <type>VariableOperation</type>
  5075. </botSteps>
  5076. <botSteps>
  5077. <botNavigation>
  5078. <botNavigationLinks>
  5079. <targetBotDialog>EIC_Sub_Qualifying_Child_No</targetBotDialog>
  5080. </botNavigationLinks>
  5081. <type>Redirect</type>
  5082. </botNavigation>
  5083. <type>Navigation</type>
  5084. </botSteps>
  5085. <type>Group</type>
  5086. </botSteps>
  5087. <botSteps>
  5088. <type>Wait</type>
  5089. </botSteps>
  5090. <developerName>EIC_Sub_Main</developerName>
  5091. <label>EIC Sub Main</label>
  5092. <showInFooterMenu>false</showInFooterMenu>
  5093. </botDialogs>
  5094. <botDialogs>
  5095. <botDialogGroup>Earned_Income_Credit_Group</botDialogGroup>
  5096. <botSteps>
  5097. <botVariableOperation>
  5098. <askCollectIfSet>false</askCollectIfSet>
  5099. <botMessages>
  5100. <message>Is your qualifying child being claimed by another person for the purpose of EIC?</message>
  5101. </botMessages>
  5102. <botQuickReplyOptions>
  5103. <literalValue>Yes</literalValue>
  5104. </botQuickReplyOptions>
  5105. <botQuickReplyOptions>
  5106. <literalValue>No</literalValue>
  5107. </botQuickReplyOptions>
  5108. <botVariableOperands>
  5109. <disableAutoFill>true</disableAutoFill>
  5110. <sourceName>YesOrNoValue</sourceName>
  5111. <sourceType>MlSlotClass</sourceType>
  5112. <targetName>EICSubClaimedByOtherYesOrNo</targetName>
  5113. <targetType>ConversationVariable</targetType>
  5114. </botVariableOperands>
  5115. <optionalCollect>false</optionalCollect>
  5116. <quickReplyType>Static</quickReplyType>
  5117. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  5118. <retryMessages>
  5119. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  5120. </retryMessages>
  5121. <type>Collect</type>
  5122. </botVariableOperation>
  5123. <type>VariableOperation</type>
  5124. </botSteps>
  5125. <botSteps>
  5126. <botStepConditions>
  5127. <leftOperandName>EICSubClaimedByOtherYesOrNo</leftOperandName>
  5128. <leftOperandType>ConversationVariable</leftOperandType>
  5129. <operatorType>Equals</operatorType>
  5130. <rightOperandValue>Yes</rightOperandValue>
  5131. </botStepConditions>
  5132. <botSteps>
  5133. <botVariableOperation>
  5134. <botVariableOperands>
  5135. <targetName>EICSubClaimedByOtherYesOrNo</targetName>
  5136. <targetType>ConversationVariable</targetType>
  5137. </botVariableOperands>
  5138. <type>Unset</type>
  5139. </botVariableOperation>
  5140. <type>VariableOperation</type>
  5141. </botSteps>
  5142. <botSteps>
  5143. <botNavigation>
  5144. <botNavigationLinks>
  5145. <targetBotDialog>EIC_Reject</targetBotDialog>
  5146. </botNavigationLinks>
  5147. <type>Redirect</type>
  5148. </botNavigation>
  5149. <type>Navigation</type>
  5150. </botSteps>
  5151. <type>Group</type>
  5152. </botSteps>
  5153. <botSteps>
  5154. <botStepConditions>
  5155. <leftOperandName>EICSubClaimedByOtherYesOrNo</leftOperandName>
  5156. <leftOperandType>ConversationVariable</leftOperandType>
  5157. <operatorType>Equals</operatorType>
  5158. <rightOperandValue>No</rightOperandValue>
  5159. </botStepConditions>
  5160. <botSteps>
  5161. <botVariableOperation>
  5162. <botVariableOperands>
  5163. <targetName>EICSubClaimedByOtherYesOrNo</targetName>
  5164. <targetType>ConversationVariable</targetType>
  5165. </botVariableOperands>
  5166. <type>Unset</type>
  5167. </botVariableOperation>
  5168. <type>VariableOperation</type>
  5169. </botSteps>
  5170. <botSteps>
  5171. <botNavigation>
  5172. <botNavigationLinks>
  5173. <targetBotDialog>EIC_Sub_You_Claim_Another</targetBotDialog>
  5174. </botNavigationLinks>
  5175. <type>Redirect</type>
  5176. </botNavigation>
  5177. <type>Navigation</type>
  5178. </botSteps>
  5179. <type>Group</type>
  5180. </botSteps>
  5181. <botSteps>
  5182. <type>Wait</type>
  5183. </botSteps>
  5184. <developerName>EIC_Sub_Qualifying_Child_Yes</developerName>
  5185. <label>EIC Sub Qualifying Child Yes</label>
  5186. <showInFooterMenu>false</showInFooterMenu>
  5187. </botDialogs>
  5188. <botDialogs>
  5189. <botDialogGroup>Earned_Income_Credit_Group</botDialogGroup>
  5190. <botSteps>
  5191. <botVariableOperation>
  5192. <askCollectIfSet>false</askCollectIfSet>
  5193. <botMessages>
  5194. <message>Are you the dependent of another person?</message>
  5195. </botMessages>
  5196. <botQuickReplyOptions>
  5197. <literalValue>Yes</literalValue>
  5198. </botQuickReplyOptions>
  5199. <botQuickReplyOptions>
  5200. <literalValue>No</literalValue>
  5201. </botQuickReplyOptions>
  5202. <botVariableOperands>
  5203. <disableAutoFill>true</disableAutoFill>
  5204. <sourceName>YesOrNoValue</sourceName>
  5205. <sourceType>MlSlotClass</sourceType>
  5206. <targetName>EICSubDependentOfOtherYesOrNo</targetName>
  5207. <targetType>ConversationVariable</targetType>
  5208. </botVariableOperands>
  5209. <optionalCollect>false</optionalCollect>
  5210. <quickReplyType>Static</quickReplyType>
  5211. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  5212. <retryMessages>
  5213. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  5214. </retryMessages>
  5215. <type>Collect</type>
  5216. </botVariableOperation>
  5217. <type>VariableOperation</type>
  5218. </botSteps>
  5219. <botSteps>
  5220. <botStepConditions>
  5221. <leftOperandName>EICSubDependentOfOtherYesOrNo</leftOperandName>
  5222. <leftOperandType>ConversationVariable</leftOperandType>
  5223. <operatorType>Equals</operatorType>
  5224. <rightOperandValue>Yes</rightOperandValue>
  5225. </botStepConditions>
  5226. <botSteps>
  5227. <botVariableOperation>
  5228. <botVariableOperands>
  5229. <targetName>EICSubDependentOfOtherYesOrNo</targetName>
  5230. <targetType>ConversationVariable</targetType>
  5231. </botVariableOperands>
  5232. <type>Unset</type>
  5233. </botVariableOperation>
  5234. <type>VariableOperation</type>
  5235. </botSteps>
  5236. <botSteps>
  5237. <botNavigation>
  5238. <botNavigationLinks>
  5239. <targetBotDialog>EIC_Reject</targetBotDialog>
  5240. </botNavigationLinks>
  5241. <type>Redirect</type>
  5242. </botNavigation>
  5243. <type>Navigation</type>
  5244. </botSteps>
  5245. <type>Group</type>
  5246. </botSteps>
  5247. <botSteps>
  5248. <botStepConditions>
  5249. <leftOperandName>EICSubDependentOfOtherYesOrNo</leftOperandName>
  5250. <leftOperandType>ConversationVariable</leftOperandType>
  5251. <operatorType>Equals</operatorType>
  5252. <rightOperandValue>No</rightOperandValue>
  5253. </botStepConditions>
  5254. <botSteps>
  5255. <botVariableOperation>
  5256. <botVariableOperands>
  5257. <targetName>EICSubDependentOfOtherYesOrNo</targetName>
  5258. <targetType>ConversationVariable</targetType>
  5259. </botVariableOperands>
  5260. <type>Unset</type>
  5261. </botVariableOperation>
  5262. <type>VariableOperation</type>
  5263. </botSteps>
  5264. <botSteps>
  5265. <botNavigation>
  5266. <botNavigationLinks>
  5267. <targetBotDialog>EIC_Sub_Qualifying_Child_For_Other</targetBotDialog>
  5268. </botNavigationLinks>
  5269. <type>Redirect</type>
  5270. </botNavigation>
  5271. <type>Navigation</type>
  5272. </botSteps>
  5273. <type>Group</type>
  5274. </botSteps>
  5275. <botSteps>
  5276. <type>Wait</type>
  5277. </botSteps>
  5278. <developerName>EIC_Sub_Qualifying_Child_No</developerName>
  5279. <label>EIC Sub Qualifying Child No</label>
  5280. <showInFooterMenu>false</showInFooterMenu>
  5281. </botDialogs>
  5282. <botDialogs>
  5283. <botDialogGroup>Earned_Income_Credit_Group</botDialogGroup>
  5284. <botSteps>
  5285. <botVariableOperation>
  5286. <askCollectIfSet>false</askCollectIfSet>
  5287. <botMessages>
  5288. <message>Are you a qualifying child for another person?</message>
  5289. </botMessages>
  5290. <botQuickReplyOptions>
  5291. <literalValue>Yes</literalValue>
  5292. </botQuickReplyOptions>
  5293. <botQuickReplyOptions>
  5294. <literalValue>No</literalValue>
  5295. </botQuickReplyOptions>
  5296. <botVariableOperands>
  5297. <disableAutoFill>true</disableAutoFill>
  5298. <sourceName>YesOrNoValue</sourceName>
  5299. <sourceType>MlSlotClass</sourceType>
  5300. <targetName>EICSubYouClaimAnotherYesOrNo</targetName>
  5301. <targetType>ConversationVariable</targetType>
  5302. </botVariableOperands>
  5303. <optionalCollect>false</optionalCollect>
  5304. <quickReplyType>Static</quickReplyType>
  5305. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  5306. <retryMessages>
  5307. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  5308. </retryMessages>
  5309. <type>Collect</type>
  5310. </botVariableOperation>
  5311. <type>VariableOperation</type>
  5312. </botSteps>
  5313. <botSteps>
  5314. <botStepConditions>
  5315. <leftOperandName>EICSubYouClaimAnotherYesOrNo</leftOperandName>
  5316. <leftOperandType>ConversationVariable</leftOperandType>
  5317. <operatorType>Equals</operatorType>
  5318. <rightOperandValue>Yes</rightOperandValue>
  5319. </botStepConditions>
  5320. <botSteps>
  5321. <botVariableOperation>
  5322. <botVariableOperands>
  5323. <targetName>EICSubYouClaimAnotherYesOrNo</targetName>
  5324. <targetType>ConversationVariable</targetType>
  5325. </botVariableOperands>
  5326. <type>Unset</type>
  5327. </botVariableOperation>
  5328. <type>VariableOperation</type>
  5329. </botSteps>
  5330. <botSteps>
  5331. <botNavigation>
  5332. <botNavigationLinks>
  5333. <targetBotDialog>EIC_Reject</targetBotDialog>
  5334. </botNavigationLinks>
  5335. <type>Redirect</type>
  5336. </botNavigation>
  5337. <type>Navigation</type>
  5338. </botSteps>
  5339. <type>Group</type>
  5340. </botSteps>
  5341. <botSteps>
  5342. <botStepConditions>
  5343. <leftOperandName>EICSubYouClaimAnotherYesOrNo</leftOperandName>
  5344. <leftOperandType>ConversationVariable</leftOperandType>
  5345. <operatorType>Equals</operatorType>
  5346. <rightOperandValue>No</rightOperandValue>
  5347. </botStepConditions>
  5348. <botSteps>
  5349. <botVariableOperation>
  5350. <botVariableOperands>
  5351. <targetName>EICSubYouClaimAnotherYesOrNo</targetName>
  5352. <targetType>ConversationVariable</targetType>
  5353. </botVariableOperands>
  5354. <type>Unset</type>
  5355. </botVariableOperation>
  5356. <type>VariableOperation</type>
  5357. </botSteps>
  5358. <botSteps>
  5359. <botNavigation>
  5360. <botNavigationLinks>
  5361. <targetBotDialog>EIC_Accept</targetBotDialog>
  5362. </botNavigationLinks>
  5363. <type>Redirect</type>
  5364. </botNavigation>
  5365. <type>Navigation</type>
  5366. </botSteps>
  5367. <type>Group</type>
  5368. </botSteps>
  5369. <botSteps>
  5370. <type>Wait</type>
  5371. </botSteps>
  5372. <developerName>EIC_Sub_You_Claim_Another</developerName>
  5373. <label>EIC Sub You Claim Another</label>
  5374. <showInFooterMenu>false</showInFooterMenu>
  5375. </botDialogs>
  5376. <botDialogs>
  5377. <botDialogGroup>Earned_Income_Credit_Group</botDialogGroup>
  5378. <botSteps>
  5379. <botMessages>
  5380. <message>Based on your responses, you qualify for EIC.</message>
  5381. </botMessages>
  5382. <type>Message</type>
  5383. </botSteps>
  5384. <botSteps>
  5385. <botNavigation>
  5386. <botNavigationLinks>
  5387. <targetBotDialog>VA_End_of_Flow</targetBotDialog>
  5388. </botNavigationLinks>
  5389. <type>Redirect</type>
  5390. </botNavigation>
  5391. <type>Navigation</type>
  5392. </botSteps>
  5393. <developerName>EIC_Accept</developerName>
  5394. <label>EIC Accept</label>
  5395. <showInFooterMenu>false</showInFooterMenu>
  5396. </botDialogs>
  5397. <botDialogs>
  5398. <botDialogGroup>Earned_Income_Credit_Group</botDialogGroup>
  5399. <botSteps>
  5400. <botVariableOperation>
  5401. <askCollectIfSet>false</askCollectIfSet>
  5402. <botMessages>
  5403. <message>Are you a qualifying child for another person?</message>
  5404. </botMessages>
  5405. <botQuickReplyOptions>
  5406. <literalValue>Yes</literalValue>
  5407. </botQuickReplyOptions>
  5408. <botQuickReplyOptions>
  5409. <literalValue>No</literalValue>
  5410. </botQuickReplyOptions>
  5411. <botVariableOperands>
  5412. <disableAutoFill>true</disableAutoFill>
  5413. <sourceName>YesOrNoValue</sourceName>
  5414. <sourceType>MlSlotClass</sourceType>
  5415. <targetName>EICSubQualifyingChildForOtherYesOrNo</targetName>
  5416. <targetType>ConversationVariable</targetType>
  5417. </botVariableOperands>
  5418. <optionalCollect>false</optionalCollect>
  5419. <quickReplyType>Static</quickReplyType>
  5420. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  5421. <retryMessages>
  5422. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  5423. </retryMessages>
  5424. <type>Collect</type>
  5425. </botVariableOperation>
  5426. <type>VariableOperation</type>
  5427. </botSteps>
  5428. <botSteps>
  5429. <botStepConditions>
  5430. <leftOperandName>EICSubQualifyingChildForOtherYesOrNo</leftOperandName>
  5431. <leftOperandType>ConversationVariable</leftOperandType>
  5432. <operatorType>Equals</operatorType>
  5433. <rightOperandValue>Yes</rightOperandValue>
  5434. </botStepConditions>
  5435. <botSteps>
  5436. <botVariableOperation>
  5437. <botVariableOperands>
  5438. <targetName>EICSubQualifyingChildForOtherYesOrNo</targetName>
  5439. <targetType>ConversationVariable</targetType>
  5440. </botVariableOperands>
  5441. <type>Unset</type>
  5442. </botVariableOperation>
  5443. <type>VariableOperation</type>
  5444. </botSteps>
  5445. <botSteps>
  5446. <botNavigation>
  5447. <botNavigationLinks>
  5448. <targetBotDialog>EIC_Reject</targetBotDialog>
  5449. </botNavigationLinks>
  5450. <type>Redirect</type>
  5451. </botNavigation>
  5452. <type>Navigation</type>
  5453. </botSteps>
  5454. <type>Group</type>
  5455. </botSteps>
  5456. <botSteps>
  5457. <botStepConditions>
  5458. <leftOperandName>EICSubQualifyingChildForOtherYesOrNo</leftOperandName>
  5459. <leftOperandType>ConversationVariable</leftOperandType>
  5460. <operatorType>Equals</operatorType>
  5461. <rightOperandValue>No</rightOperandValue>
  5462. </botStepConditions>
  5463. <botSteps>
  5464. <botVariableOperation>
  5465. <botVariableOperands>
  5466. <targetName>EICSubQualifyingChildForOtherYesOrNo</targetName>
  5467. <targetType>ConversationVariable</targetType>
  5468. </botVariableOperands>
  5469. <type>Unset</type>
  5470. </botVariableOperation>
  5471. <type>VariableOperation</type>
  5472. </botSteps>
  5473. <botSteps>
  5474. <botNavigation>
  5475. <botNavigationLinks>
  5476. <targetBotDialog>EIC_Sub_Lived_In_US_Half</targetBotDialog>
  5477. </botNavigationLinks>
  5478. <type>Redirect</type>
  5479. </botNavigation>
  5480. <type>Navigation</type>
  5481. </botSteps>
  5482. <type>Group</type>
  5483. </botSteps>
  5484. <botSteps>
  5485. <type>Wait</type>
  5486. </botSteps>
  5487. <developerName>EIC_Sub_Qualifying_Child_For_Other</developerName>
  5488. <label>EIC Sub Qualifying Child For Other</label>
  5489. <showInFooterMenu>false</showInFooterMenu>
  5490. </botDialogs>
  5491. <botDialogs>
  5492. <botDialogGroup>Earned_Income_Credit_Group</botDialogGroup>
  5493. <botSteps>
  5494. <botVariableOperation>
  5495. <askCollectIfSet>false</askCollectIfSet>
  5496. <botMessages>
  5497. <message>Have you lived in the United States more than half the year?</message>
  5498. </botMessages>
  5499. <botQuickReplyOptions>
  5500. <literalValue>Yes</literalValue>
  5501. </botQuickReplyOptions>
  5502. <botQuickReplyOptions>
  5503. <literalValue>No</literalValue>
  5504. </botQuickReplyOptions>
  5505. <botVariableOperands>
  5506. <disableAutoFill>true</disableAutoFill>
  5507. <sourceName>YesOrNoValue</sourceName>
  5508. <sourceType>MlSlotClass</sourceType>
  5509. <targetName>EICSubLivedInUSYesOrNo</targetName>
  5510. <targetType>ConversationVariable</targetType>
  5511. </botVariableOperands>
  5512. <optionalCollect>false</optionalCollect>
  5513. <quickReplyType>Static</quickReplyType>
  5514. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  5515. <retryMessages>
  5516. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  5517. </retryMessages>
  5518. <type>Collect</type>
  5519. </botVariableOperation>
  5520. <type>VariableOperation</type>
  5521. </botSteps>
  5522. <botSteps>
  5523. <botStepConditions>
  5524. <leftOperandName>EICSubLivedInUSYesOrNo</leftOperandName>
  5525. <leftOperandType>ConversationVariable</leftOperandType>
  5526. <operatorType>Equals</operatorType>
  5527. <rightOperandValue>No</rightOperandValue>
  5528. </botStepConditions>
  5529. <botSteps>
  5530. <botVariableOperation>
  5531. <botVariableOperands>
  5532. <targetName>EICSubLivedInUSYesOrNo</targetName>
  5533. <targetType>ConversationVariable</targetType>
  5534. </botVariableOperands>
  5535. <type>Unset</type>
  5536. </botVariableOperation>
  5537. <type>VariableOperation</type>
  5538. </botSteps>
  5539. <botSteps>
  5540. <botNavigation>
  5541. <botNavigationLinks>
  5542. <targetBotDialog>EIC_Reject</targetBotDialog>
  5543. </botNavigationLinks>
  5544. <type>Redirect</type>
  5545. </botNavigation>
  5546. <type>Navigation</type>
  5547. </botSteps>
  5548. <type>Group</type>
  5549. </botSteps>
  5550. <botSteps>
  5551. <botStepConditions>
  5552. <leftOperandName>EICSubLivedInUSYesOrNo</leftOperandName>
  5553. <leftOperandType>ConversationVariable</leftOperandType>
  5554. <operatorType>Equals</operatorType>
  5555. <rightOperandValue>Yes</rightOperandValue>
  5556. </botStepConditions>
  5557. <botSteps>
  5558. <botVariableOperation>
  5559. <botVariableOperands>
  5560. <targetName>EICSubLivedInUSYesOrNo</targetName>
  5561. <targetType>ConversationVariable</targetType>
  5562. </botVariableOperands>
  5563. <type>Unset</type>
  5564. </botVariableOperation>
  5565. <type>VariableOperation</type>
  5566. </botSteps>
  5567. <botSteps>
  5568. <botNavigation>
  5569. <botNavigationLinks>
  5570. <targetBotDialog>EIC_Sub_Between_Age</targetBotDialog>
  5571. </botNavigationLinks>
  5572. <type>Redirect</type>
  5573. </botNavigation>
  5574. <type>Navigation</type>
  5575. </botSteps>
  5576. <type>Group</type>
  5577. </botSteps>
  5578. <botSteps>
  5579. <type>Wait</type>
  5580. </botSteps>
  5581. <developerName>EIC_Sub_Lived_In_US_Half</developerName>
  5582. <label>EIC Sub Lived In US Half</label>
  5583. <showInFooterMenu>false</showInFooterMenu>
  5584. </botDialogs>
  5585. <botDialogs>
  5586. <botDialogGroup>Earned_Income_Credit_Group</botDialogGroup>
  5587. <botSteps>
  5588. <botVariableOperation>
  5589. <askCollectIfSet>false</askCollectIfSet>
  5590. <botMessages>
  5591. <message>Are you at least age 25 but under age 65?</message>
  5592. </botMessages>
  5593. <botQuickReplyOptions>
  5594. <literalValue>Yes</literalValue>
  5595. </botQuickReplyOptions>
  5596. <botQuickReplyOptions>
  5597. <literalValue>No</literalValue>
  5598. </botQuickReplyOptions>
  5599. <botVariableOperands>
  5600. <disableAutoFill>true</disableAutoFill>
  5601. <sourceName>YesOrNoValue</sourceName>
  5602. <sourceType>MlSlotClass</sourceType>
  5603. <targetName>EICSubAgeBetweenYesOrNo</targetName>
  5604. <targetType>ConversationVariable</targetType>
  5605. </botVariableOperands>
  5606. <optionalCollect>false</optionalCollect>
  5607. <quickReplyType>Static</quickReplyType>
  5608. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  5609. <retryMessages>
  5610. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  5611. </retryMessages>
  5612. <type>Collect</type>
  5613. </botVariableOperation>
  5614. <type>VariableOperation</type>
  5615. </botSteps>
  5616. <botSteps>
  5617. <botStepConditions>
  5618. <leftOperandName>EICSubAgeBetweenYesOrNo</leftOperandName>
  5619. <leftOperandType>ConversationVariable</leftOperandType>
  5620. <operatorType>Equals</operatorType>
  5621. <rightOperandValue>Yes</rightOperandValue>
  5622. </botStepConditions>
  5623. <botSteps>
  5624. <botVariableOperation>
  5625. <botVariableOperands>
  5626. <targetName>EICSubAgeBetweenYesOrNo</targetName>
  5627. <targetType>ConversationVariable</targetType>
  5628. </botVariableOperands>
  5629. <type>Unset</type>
  5630. </botVariableOperation>
  5631. <type>VariableOperation</type>
  5632. </botSteps>
  5633. <botSteps>
  5634. <botNavigation>
  5635. <botNavigationLinks>
  5636. <targetBotDialog>EIC_Accept</targetBotDialog>
  5637. </botNavigationLinks>
  5638. <type>Redirect</type>
  5639. </botNavigation>
  5640. <type>Navigation</type>
  5641. </botSteps>
  5642. <type>Group</type>
  5643. </botSteps>
  5644. <botSteps>
  5645. <botStepConditions>
  5646. <leftOperandName>EICSubAgeBetweenYesOrNo</leftOperandName>
  5647. <leftOperandType>ConversationVariable</leftOperandType>
  5648. <operatorType>Equals</operatorType>
  5649. <rightOperandValue>No</rightOperandValue>
  5650. </botStepConditions>
  5651. <botSteps>
  5652. <botVariableOperation>
  5653. <botVariableOperands>
  5654. <targetName>EICSubAgeBetweenYesOrNo</targetName>
  5655. <targetType>ConversationVariable</targetType>
  5656. </botVariableOperands>
  5657. <type>Unset</type>
  5658. </botVariableOperation>
  5659. <type>VariableOperation</type>
  5660. </botSteps>
  5661. <botSteps>
  5662. <botNavigation>
  5663. <botNavigationLinks>
  5664. <targetBotDialog>EIC_Reject</targetBotDialog>
  5665. </botNavigationLinks>
  5666. <type>Redirect</type>
  5667. </botNavigation>
  5668. <type>Navigation</type>
  5669. </botSteps>
  5670. <type>Group</type>
  5671. </botSteps>
  5672. <botSteps>
  5673. <type>Wait</type>
  5674. </botSteps>
  5675. <developerName>EIC_Sub_Between_Age</developerName>
  5676. <label>EIC Sub Between Age</label>
  5677. <showInFooterMenu>false</showInFooterMenu>
  5678. </botDialogs>
  5679. <botDialogs>
  5680. <botDialogGroup>Tax_Reform_Group</botDialogGroup>
  5681. <botSteps>
  5682. <botMessages>
  5683. <message>Below are some common questions related to Tax Reform:</message>
  5684. </botMessages>
  5685. <type>Message</type>
  5686. </botSteps>
  5687. <botSteps>
  5688. <botNavigation>
  5689. <botNavigationLinks>
  5690. <targetBotDialog>How_did_tax_reform_affect_my_standard_deduction</targetBotDialog>
  5691. </botNavigationLinks>
  5692. <botNavigationLinks>
  5693. <targetBotDialog>Why_am_I_not_getting_an_exemption_for_myself_and_or_my_child</targetBotDialog>
  5694. </botNavigationLinks>
  5695. <botNavigationLinks>
  5696. <targetBotDialog>Why_cant_I_claim_PMI_Premium_Mortgage_Insurance</targetBotDialog>
  5697. </botNavigationLinks>
  5698. <botNavigationLinks>
  5699. <targetBotDialog>What_expenses_can_I_deduct_for_my_home_office</targetBotDialog>
  5700. </botNavigationLinks>
  5701. <botNavigationLinks>
  5702. <targetBotDialog>Whats_the_qualified_business_income_QBI_deduction</targetBotDialog>
  5703. </botNavigationLinks>
  5704. <botNavigationLinks>
  5705. <targetBotDialog>Can_I_deduct_moving_expenses_if_I_moved_for_my_job</targetBotDialog>
  5706. </botNavigationLinks>
  5707. <botNavigationLinks>
  5708. <targetBotDialog>General_Information_about_Tax_Reform</targetBotDialog>
  5709. </botNavigationLinks>
  5710. <type>Redirect</type>
  5711. </botNavigation>
  5712. <type>Navigation</type>
  5713. </botSteps>
  5714. <developerName>Tax_Reform</developerName>
  5715. <label>Tax Reform</label>
  5716. <showInFooterMenu>false</showInFooterMenu>
  5717. </botDialogs>
  5718. <botDialogs>
  5719. <botDialogGroup>Tax_Reform_Group</botDialogGroup>
  5720. <botSteps>
  5721. <botVariableOperation>
  5722. <botInvocation>
  5723. <invocationActionName>ChatBotKnowledgeSearchUtil</invocationActionName>
  5724. <invocationActionType>apex</invocationActionType>
  5725. <invocationMappings>
  5726. <parameterName>sKeyword1</parameterName>
  5727. <type>Input</type>
  5728. <value>Tax Reform on Standard Deduction</value>
  5729. </invocationMappings>
  5730. <invocationMappings>
  5731. <parameterName>output</parameterName>
  5732. <type>Output</type>
  5733. <variableName>articleList</variableName>
  5734. <variableType>ConversationVariable</variableType>
  5735. </invocationMappings>
  5736. </botInvocation>
  5737. <type>Set</type>
  5738. </botVariableOperation>
  5739. <type>VariableOperation</type>
  5740. </botSteps>
  5741. <botSteps>
  5742. <botMessages>
  5743. <message>Click on the following link for more information:
  5744.  
  5745. {!articleList[0].url}</message>
  5746. </botMessages>
  5747. <type>Message</type>
  5748. </botSteps>
  5749. <botSteps>
  5750. <botNavigation>
  5751. <botNavigationLinks>
  5752. <targetBotDialog>VA_End_of_Flow</targetBotDialog>
  5753. </botNavigationLinks>
  5754. <type>Redirect</type>
  5755. </botNavigation>
  5756. <type>Navigation</type>
  5757. </botSteps>
  5758. <developerName>How_did_tax_reform_affect_my_standard_deduction</developerName>
  5759. <label>How did tax reform affect my standard deduction?</label>
  5760. <showInFooterMenu>false</showInFooterMenu>
  5761. </botDialogs>
  5762. <botDialogs>
  5763. <botDialogGroup>Tax_Reform_Group</botDialogGroup>
  5764. <botSteps>
  5765. <botMessages>
  5766. <message>As part of the Tax Cuts and Jobs Act (TCJA) tax reform bill, the personal exemption was eliminated for all taxpayers starting in 2018.</message>
  5767. </botMessages>
  5768. <type>Message</type>
  5769. </botSteps>
  5770. <botSteps>
  5771. <botMessages>
  5772. <message>Although you can&apos;t claim exemptions, the standard deduction was increased, along with the child tax credit, and tax rates are lower. These changes might partially or completely offset the loss of the personal exemption.</message>
  5773. </botMessages>
  5774. <type>Message</type>
  5775. </botSteps>
  5776. <botSteps>
  5777. <botNavigation>
  5778. <botNavigationLinks>
  5779. <targetBotDialog>VA_End_of_Flow</targetBotDialog>
  5780. </botNavigationLinks>
  5781. <type>Redirect</type>
  5782. </botNavigation>
  5783. <type>Navigation</type>
  5784. </botSteps>
  5785. <developerName>Why_am_I_not_getting_an_exemption_for_myself_and_or_my_child</developerName>
  5786. <label>Why am I not getting an exemption for myself and/or my child?</label>
  5787. <showInFooterMenu>false</showInFooterMenu>
  5788. </botDialogs>
  5789. <botDialogs>
  5790. <botDialogGroup>Tax_Reform_Group</botDialogGroup>
  5791. <botSteps>
  5792. <botMessages>
  5793. <message>Yes, Congress has extended the private mortgage insurance (PMI or MIP) deduction. This means you can deduct PMI on your return. You can find the PMI/MIP you paid on your Form 1098 from your lender.</message>
  5794. </botMessages>
  5795. <type>Message</type>
  5796. </botSteps>
  5797. <botSteps>
  5798. <botNavigation>
  5799. <botNavigationLinks>
  5800. <targetBotDialog>VA_End_of_Flow</targetBotDialog>
  5801. </botNavigationLinks>
  5802. <type>Redirect</type>
  5803. </botNavigation>
  5804. <type>Navigation</type>
  5805. </botSteps>
  5806. <developerName>Why_cant_I_claim_PMI_Premium_Mortgage_Insurance</developerName>
  5807. <label>Can I claim PMI (Premium Mortgage Insurance)?</label>
  5808. <showInFooterMenu>false</showInFooterMenu>
  5809. </botDialogs>
  5810. <botDialogs>
  5811. <botDialogGroup>Tax_Reform_Group</botDialogGroup>
  5812. <botSteps>
  5813. <botVariableOperation>
  5814. <botInvocation>
  5815. <invocationActionName>ChatBotKnowledgeSearchUtil</invocationActionName>
  5816. <invocationActionType>apex</invocationActionType>
  5817. <invocationMappings>
  5818. <parameterName>sKeyword1</parameterName>
  5819. <type>Input</type>
  5820. <value>Deductible Expenses for Home Office</value>
  5821. </invocationMappings>
  5822. <invocationMappings>
  5823. <parameterName>output</parameterName>
  5824. <type>Output</type>
  5825. <variableName>articleList</variableName>
  5826. <variableType>ConversationVariable</variableType>
  5827. </invocationMappings>
  5828. </botInvocation>
  5829. <type>Set</type>
  5830. </botVariableOperation>
  5831. <type>VariableOperation</type>
  5832. </botSteps>
  5833. <botSteps>
  5834. <botMessages>
  5835. <message>Click on the following link for more information:
  5836.  
  5837. {!articleList[0].url}</message>
  5838. </botMessages>
  5839. <type>Message</type>
  5840. </botSteps>
  5841. <botSteps>
  5842. <botNavigation>
  5843. <botNavigationLinks>
  5844. <targetBotDialog>VA_End_of_Flow</targetBotDialog>
  5845. </botNavigationLinks>
  5846. <type>Redirect</type>
  5847. </botNavigation>
  5848. <type>Navigation</type>
  5849. </botSteps>
  5850. <developerName>What_expenses_can_I_deduct_for_my_home_office</developerName>
  5851. <label>What expenses can I deduct for my home office?</label>
  5852. <showInFooterMenu>false</showInFooterMenu>
  5853. </botDialogs>
  5854. <botDialogs>
  5855. <botDialogGroup>Tax_Reform_Group</botDialogGroup>
  5856. <botSteps>
  5857. <botVariableOperation>
  5858. <botInvocation>
  5859. <invocationActionName>ChatBotKnowledgeSearchUtil</invocationActionName>
  5860. <invocationActionType>apex</invocationActionType>
  5861. <invocationMappings>
  5862. <parameterName>sKeyword1</parameterName>
  5863. <type>Input</type>
  5864. <value>Qualified Business Income Deduction</value>
  5865. </invocationMappings>
  5866. <invocationMappings>
  5867. <parameterName>output</parameterName>
  5868. <type>Output</type>
  5869. <variableName>articleList</variableName>
  5870. <variableType>ConversationVariable</variableType>
  5871. </invocationMappings>
  5872. </botInvocation>
  5873. <type>Set</type>
  5874. </botVariableOperation>
  5875. <type>VariableOperation</type>
  5876. </botSteps>
  5877. <botSteps>
  5878. <botMessages>
  5879. <message>Click on the following link for more information:
  5880.  
  5881. {!articleList[0].url}</message>
  5882. </botMessages>
  5883. <type>Message</type>
  5884. </botSteps>
  5885. <botSteps>
  5886. <botNavigation>
  5887. <botNavigationLinks>
  5888. <targetBotDialog>VA_End_of_Flow</targetBotDialog>
  5889. </botNavigationLinks>
  5890. <type>Redirect</type>
  5891. </botNavigation>
  5892. <type>Navigation</type>
  5893. </botSteps>
  5894. <developerName>Whats_the_qualified_business_income_QBI_deduction</developerName>
  5895. <label>What&apos;s the qualified business income (QBI) deduction?</label>
  5896. <showInFooterMenu>false</showInFooterMenu>
  5897. </botDialogs>
  5898. <botDialogs>
  5899. <botDialogGroup>Tax_Reform_Group</botDialogGroup>
  5900. <botSteps>
  5901. <botMessages>
  5902. <message>Before 2018, you could deduct moving expenses if you moved for a job. The Tax Cuts and Jobs Act (TCJA) tax reform bill changed that. Now, only active-duty military members can deduct moving expenses on a federal return.</message>
  5903. </botMessages>
  5904. <type>Message</type>
  5905. </botSteps>
  5906. <botSteps>
  5907. <botMessages>
  5908. <message>However, if you moved for a job, you might still be able to deduct them on your state return.</message>
  5909. </botMessages>
  5910. <type>Message</type>
  5911. </botSteps>
  5912. <botSteps>
  5913. <botNavigation>
  5914. <botNavigationLinks>
  5915. <targetBotDialog>VA_End_of_Flow</targetBotDialog>
  5916. </botNavigationLinks>
  5917. <type>Redirect</type>
  5918. </botNavigation>
  5919. <type>Navigation</type>
  5920. </botSteps>
  5921. <developerName>Can_I_deduct_moving_expenses_if_I_moved_for_my_job</developerName>
  5922. <label>Can I deduct moving expenses if I moved for my job?</label>
  5923. <showInFooterMenu>false</showInFooterMenu>
  5924. </botDialogs>
  5925. <botDialogs>
  5926. <botDialogGroup>Tax_Reform_Group</botDialogGroup>
  5927. <botSteps>
  5928. <botMessages>
  5929. <message>Check out these helpful tools to stay up to date on all tax law changes:
  5930.  
  5931. https://www.hrblock.com/tax-center/irs/tax-reform/tax-cuts-and-jobs-act/
  5932.  
  5933. https://www.hrblock.com/tax-center/tax-reform/
  5934.  
  5935. These links will open in a new tab in your web browser.</message>
  5936. </botMessages>
  5937. <type>Message</type>
  5938. </botSteps>
  5939. <botSteps>
  5940. <botNavigation>
  5941. <botNavigationLinks>
  5942. <targetBotDialog>VA_End_of_Flow</targetBotDialog>
  5943. </botNavigationLinks>
  5944. <type>Redirect</type>
  5945. </botNavigation>
  5946. <type>Navigation</type>
  5947. </botSteps>
  5948. <developerName>General_Information_about_Tax_Reform</developerName>
  5949. <label>General Information about Tax Reform</label>
  5950. <showInFooterMenu>false</showInFooterMenu>
  5951. </botDialogs>
  5952. <botDialogs>
  5953. <botSteps>
  5954. <botMessages>
  5955. <message>To get the latest info about recent stimulus payments and tax law changes, visit these helpful resources:</message>
  5956. </botMessages>
  5957. <type>Message</type>
  5958. </botSteps>
  5959. <botSteps>
  5960. <botMessages>
  5961. <message>Stimulus Payment Calculator: https://www.hrblock.com/coronavirus-tax-impact/calculator/
  5962. Coronavirus Tax Resource Center: https://www.hrblock.com/tax-center/coronavirus-tax-impact/</message>
  5963. </botMessages>
  5964. <type>Message</type>
  5965. </botSteps>
  5966. <botSteps>
  5967. <botNavigation>
  5968. <botNavigationLinks>
  5969. <targetBotDialog>VA_End_of_Flow</targetBotDialog>
  5970. </botNavigationLinks>
  5971. <type>Redirect</type>
  5972. </botNavigation>
  5973. <type>Navigation</type>
  5974. </botSteps>
  5975. <developerName>Covid_19</developerName>
  5976. <label>COVID-19</label>
  5977. <showInFooterMenu>false</showInFooterMenu>
  5978. </botDialogs>
  5979. <botDialogs>
  5980. <botDialogGroup>Filing_Requirement_Group</botDialogGroup>
  5981. <botSteps>
  5982. <botVariableOperation>
  5983. <askCollectIfSet>false</askCollectIfSet>
  5984. <botMessages>
  5985. <message>Are you a U.S. citizen or resident alien?</message>
  5986. </botMessages>
  5987. <botQuickReplyOptions>
  5988. <literalValue>Yes</literalValue>
  5989. </botQuickReplyOptions>
  5990. <botQuickReplyOptions>
  5991. <literalValue>No</literalValue>
  5992. </botQuickReplyOptions>
  5993. <botVariableOperands>
  5994. <disableAutoFill>true</disableAutoFill>
  5995. <sourceName>YesOrNoValue</sourceName>
  5996. <sourceType>MlSlotClass</sourceType>
  5997. <targetName>FRCitizenOrResidentAlienYesOrNo</targetName>
  5998. <targetType>ConversationVariable</targetType>
  5999. </botVariableOperands>
  6000. <optionalCollect>false</optionalCollect>
  6001. <quickReplyType>Static</quickReplyType>
  6002. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  6003. <retryMessages>
  6004. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  6005. </retryMessages>
  6006. <type>Collect</type>
  6007. </botVariableOperation>
  6008. <type>VariableOperation</type>
  6009. </botSteps>
  6010. <botSteps>
  6011. <botStepConditions>
  6012. <leftOperandName>FRCitizenOrResidentAlienYesOrNo</leftOperandName>
  6013. <leftOperandType>ConversationVariable</leftOperandType>
  6014. <operatorType>Equals</operatorType>
  6015. <rightOperandValue>Yes</rightOperandValue>
  6016. </botStepConditions>
  6017. <botSteps>
  6018. <botVariableOperation>
  6019. <botVariableOperands>
  6020. <targetName>FRCitizenOrResidentAlienYesOrNo</targetName>
  6021. <targetType>ConversationVariable</targetType>
  6022. </botVariableOperands>
  6023. <type>Unset</type>
  6024. </botVariableOperation>
  6025. <type>VariableOperation</type>
  6026. </botSteps>
  6027. <botSteps>
  6028. <botNavigation>
  6029. <botNavigationLinks>
  6030. <targetBotDialog>FR_Claimed_as_Dependent</targetBotDialog>
  6031. </botNavigationLinks>
  6032. <type>Redirect</type>
  6033. </botNavigation>
  6034. <type>Navigation</type>
  6035. </botSteps>
  6036. <type>Group</type>
  6037. </botSteps>
  6038. <botSteps>
  6039. <botStepConditions>
  6040. <leftOperandName>FRCitizenOrResidentAlienYesOrNo</leftOperandName>
  6041. <leftOperandType>ConversationVariable</leftOperandType>
  6042. <operatorType>Equals</operatorType>
  6043. <rightOperandValue>No</rightOperandValue>
  6044. </botStepConditions>
  6045. <botSteps>
  6046. <botVariableOperation>
  6047. <botVariableOperands>
  6048. <targetName>FRCitizenOrResidentAlienYesOrNo</targetName>
  6049. <targetType>ConversationVariable</targetType>
  6050. </botVariableOperands>
  6051. <type>Unset</type>
  6052. </botVariableOperation>
  6053. <type>VariableOperation</type>
  6054. </botSteps>
  6055. <botSteps>
  6056. <botNavigation>
  6057. <botNavigationLinks>
  6058. <targetBotDialog>Source_Income_500</targetBotDialog>
  6059. </botNavigationLinks>
  6060. <type>Redirect</type>
  6061. </botNavigation>
  6062. <type>Navigation</type>
  6063. </botSteps>
  6064. <type>Group</type>
  6065. </botSteps>
  6066. <botSteps>
  6067. <type>Wait</type>
  6068. </botSteps>
  6069. <developerName>Filing_Requirement</developerName>
  6070. <label>Filing Requirement</label>
  6071. <showInFooterMenu>false</showInFooterMenu>
  6072. </botDialogs>
  6073. <botDialogs>
  6074. <botDialogGroup>Filing_Requirement_Group</botDialogGroup>
  6075. <botSteps>
  6076. <botVariableOperation>
  6077. <askCollectIfSet>false</askCollectIfSet>
  6078. <botMessages>
  6079. <message>Are you being claimed as a dependent on another taxpayer&apos;s return for the tax year?</message>
  6080. </botMessages>
  6081. <botQuickReplyOptions>
  6082. <literalValue>Yes</literalValue>
  6083. </botQuickReplyOptions>
  6084. <botQuickReplyOptions>
  6085. <literalValue>No</literalValue>
  6086. </botQuickReplyOptions>
  6087. <botVariableOperands>
  6088. <disableAutoFill>true</disableAutoFill>
  6089. <sourceName>YesOrNoValue</sourceName>
  6090. <sourceType>MlSlotClass</sourceType>
  6091. <targetName>FRClaimedAsDependentYesOrNo</targetName>
  6092. <targetType>ConversationVariable</targetType>
  6093. </botVariableOperands>
  6094. <optionalCollect>false</optionalCollect>
  6095. <quickReplyType>Static</quickReplyType>
  6096. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  6097. <retryMessages>
  6098. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  6099. </retryMessages>
  6100. <type>Collect</type>
  6101. </botVariableOperation>
  6102. <type>VariableOperation</type>
  6103. </botSteps>
  6104. <botSteps>
  6105. <botStepConditions>
  6106. <leftOperandName>FRClaimedAsDependentYesOrNo</leftOperandName>
  6107. <leftOperandType>ConversationVariable</leftOperandType>
  6108. <operatorType>Equals</operatorType>
  6109. <rightOperandValue>Yes</rightOperandValue>
  6110. </botStepConditions>
  6111. <botSteps>
  6112. <botVariableOperation>
  6113. <botVariableOperands>
  6114. <targetName>FRClaimedAsDependentYesOrNo</targetName>
  6115. <targetType>ConversationVariable</targetType>
  6116. </botVariableOperands>
  6117. <type>Unset</type>
  6118. </botVariableOperation>
  6119. <type>VariableOperation</type>
  6120. </botSteps>
  6121. <botSteps>
  6122. <botNavigation>
  6123. <botNavigationLinks>
  6124. <targetBotDialog>Income_Filing_Threshold</targetBotDialog>
  6125. </botNavigationLinks>
  6126. <type>Redirect</type>
  6127. </botNavigation>
  6128. <type>Navigation</type>
  6129. </botSteps>
  6130. <type>Group</type>
  6131. </botSteps>
  6132. <botSteps>
  6133. <botStepConditions>
  6134. <leftOperandName>FRClaimedAsDependentYesOrNo</leftOperandName>
  6135. <leftOperandType>ConversationVariable</leftOperandType>
  6136. <operatorType>Equals</operatorType>
  6137. <rightOperandValue>No</rightOperandValue>
  6138. </botStepConditions>
  6139. <botSteps>
  6140. <botVariableOperation>
  6141. <botVariableOperands>
  6142. <targetName>FRClaimedAsDependentYesOrNo</targetName>
  6143. <targetType>ConversationVariable</targetType>
  6144. </botVariableOperands>
  6145. <type>Unset</type>
  6146. </botVariableOperation>
  6147. <type>VariableOperation</type>
  6148. </botSteps>
  6149. <botSteps>
  6150. <botNavigation>
  6151. <botNavigationLinks>
  6152. <targetBotDialog>Income_Exceed_Standard_Deduction</targetBotDialog>
  6153. </botNavigationLinks>
  6154. <type>Redirect</type>
  6155. </botNavigation>
  6156. <type>Navigation</type>
  6157. </botSteps>
  6158. <type>Group</type>
  6159. </botSteps>
  6160. <botSteps>
  6161. <type>Wait</type>
  6162. </botSteps>
  6163. <developerName>FR_Claimed_as_Dependent</developerName>
  6164. <label>Claimed as Dependent</label>
  6165. <showInFooterMenu>false</showInFooterMenu>
  6166. </botDialogs>
  6167. <botDialogs>
  6168. <botDialogGroup>Filing_Requirement_Group</botDialogGroup>
  6169. <botSteps>
  6170. <botVariableOperation>
  6171. <askCollectIfSet>false</askCollectIfSet>
  6172. <botMessages>
  6173. <message>Did you have U.S. sourced income of $500 or more?</message>
  6174. </botMessages>
  6175. <botQuickReplyOptions>
  6176. <literalValue>Yes</literalValue>
  6177. </botQuickReplyOptions>
  6178. <botQuickReplyOptions>
  6179. <literalValue>No</literalValue>
  6180. </botQuickReplyOptions>
  6181. <botVariableOperands>
  6182. <disableAutoFill>true</disableAutoFill>
  6183. <sourceName>YesOrNoValue</sourceName>
  6184. <sourceType>MlSlotClass</sourceType>
  6185. <targetName>FCSourcedIncome500YesOrNo</targetName>
  6186. <targetType>ConversationVariable</targetType>
  6187. </botVariableOperands>
  6188. <optionalCollect>false</optionalCollect>
  6189. <quickReplyType>Static</quickReplyType>
  6190. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  6191. <retryMessages>
  6192. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  6193. </retryMessages>
  6194. <type>Collect</type>
  6195. </botVariableOperation>
  6196. <type>VariableOperation</type>
  6197. </botSteps>
  6198. <botSteps>
  6199. <botStepConditions>
  6200. <leftOperandName>FCSourcedIncome500YesOrNo</leftOperandName>
  6201. <leftOperandType>ConversationVariable</leftOperandType>
  6202. <operatorType>Equals</operatorType>
  6203. <rightOperandValue>Yes</rightOperandValue>
  6204. </botStepConditions>
  6205. <botSteps>
  6206. <botVariableOperation>
  6207. <botVariableOperands>
  6208. <targetName>FCSourcedIncome500YesOrNo</targetName>
  6209. <targetType>ConversationVariable</targetType>
  6210. </botVariableOperands>
  6211. <type>Unset</type>
  6212. </botVariableOperation>
  6213. <type>VariableOperation</type>
  6214. </botSteps>
  6215. <botSteps>
  6216. <botNavigation>
  6217. <botNavigationLinks>
  6218. <targetBotDialog>Must_File</targetBotDialog>
  6219. </botNavigationLinks>
  6220. <type>Redirect</type>
  6221. </botNavigation>
  6222. <type>Navigation</type>
  6223. </botSteps>
  6224. <type>Group</type>
  6225. </botSteps>
  6226. <botSteps>
  6227. <botStepConditions>
  6228. <leftOperandName>FCSourcedIncome500YesOrNo</leftOperandName>
  6229. <leftOperandType>ConversationVariable</leftOperandType>
  6230. <operatorType>Equals</operatorType>
  6231. <rightOperandValue>No</rightOperandValue>
  6232. </botStepConditions>
  6233. <botSteps>
  6234. <botVariableOperation>
  6235. <botVariableOperands>
  6236. <targetName>FCSourcedIncome500YesOrNo</targetName>
  6237. <targetType>ConversationVariable</targetType>
  6238. </botVariableOperands>
  6239. <type>Unset</type>
  6240. </botVariableOperation>
  6241. <type>VariableOperation</type>
  6242. </botSteps>
  6243. <botSteps>
  6244. <botNavigation>
  6245. <botNavigationLinks>
  6246. <targetBotDialog>No_need_to_file</targetBotDialog>
  6247. </botNavigationLinks>
  6248. <type>Redirect</type>
  6249. </botNavigation>
  6250. <type>Navigation</type>
  6251. </botSteps>
  6252. <type>Group</type>
  6253. </botSteps>
  6254. <botSteps>
  6255. <type>Wait</type>
  6256. </botSteps>
  6257. <developerName>Source_Income_500</developerName>
  6258. <label>Source Income 500</label>
  6259. <showInFooterMenu>false</showInFooterMenu>
  6260. </botDialogs>
  6261. <botDialogs>
  6262. <botDialogGroup>Filing_Requirement_Group</botDialogGroup>
  6263. <botSteps>
  6264. <botMessages>
  6265. <message>To learn more click the link below, and see section &quot;tax filing requirements for children and other dependents&quot;.
  6266.  
  6267. https://www.hrblock.com/tax-center/filing/filing-requirements/</message>
  6268. </botMessages>
  6269. <type>Message</type>
  6270. </botSteps>
  6271. <botSteps>
  6272. <botVariableOperation>
  6273. <askCollectIfSet>false</askCollectIfSet>
  6274. <botMessages>
  6275. <message>Do you have income over the filing thresholds based on your filing status?</message>
  6276. </botMessages>
  6277. <botQuickReplyOptions>
  6278. <literalValue>Yes</literalValue>
  6279. </botQuickReplyOptions>
  6280. <botQuickReplyOptions>
  6281. <literalValue>No</literalValue>
  6282. </botQuickReplyOptions>
  6283. <botVariableOperands>
  6284. <disableAutoFill>true</disableAutoFill>
  6285. <sourceName>YesOrNoValue</sourceName>
  6286. <sourceType>MlSlotClass</sourceType>
  6287. <targetName>FCIncomeFilingThresholdYesOrNo</targetName>
  6288. <targetType>ConversationVariable</targetType>
  6289. </botVariableOperands>
  6290. <optionalCollect>false</optionalCollect>
  6291. <quickReplyType>Static</quickReplyType>
  6292. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  6293. <retryMessages>
  6294. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  6295. </retryMessages>
  6296. <type>Collect</type>
  6297. </botVariableOperation>
  6298. <type>VariableOperation</type>
  6299. </botSteps>
  6300. <botSteps>
  6301. <botStepConditions>
  6302. <leftOperandName>FCIncomeFilingThresholdYesOrNo</leftOperandName>
  6303. <leftOperandType>ConversationVariable</leftOperandType>
  6304. <operatorType>Equals</operatorType>
  6305. <rightOperandValue>Yes</rightOperandValue>
  6306. </botStepConditions>
  6307. <botSteps>
  6308. <botVariableOperation>
  6309. <botVariableOperands>
  6310. <targetName>FCIncomeFilingThresholdYesOrNo</targetName>
  6311. <targetType>ConversationVariable</targetType>
  6312. </botVariableOperands>
  6313. <type>Unset</type>
  6314. </botVariableOperation>
  6315. <type>VariableOperation</type>
  6316. </botSteps>
  6317. <botSteps>
  6318. <botNavigation>
  6319. <botNavigationLinks>
  6320. <targetBotDialog>Must_File</targetBotDialog>
  6321. </botNavigationLinks>
  6322. <type>Redirect</type>
  6323. </botNavigation>
  6324. <type>Navigation</type>
  6325. </botSteps>
  6326. <type>Group</type>
  6327. </botSteps>
  6328. <botSteps>
  6329. <botStepConditions>
  6330. <leftOperandName>FCIncomeFilingThresholdYesOrNo</leftOperandName>
  6331. <leftOperandType>ConversationVariable</leftOperandType>
  6332. <operatorType>Equals</operatorType>
  6333. <rightOperandValue>No</rightOperandValue>
  6334. </botStepConditions>
  6335. <botSteps>
  6336. <botVariableOperation>
  6337. <botVariableOperands>
  6338. <targetName>FCIncomeFilingThresholdYesOrNo</targetName>
  6339. <targetType>ConversationVariable</targetType>
  6340. </botVariableOperands>
  6341. <type>Unset</type>
  6342. </botVariableOperation>
  6343. <type>VariableOperation</type>
  6344. </botSteps>
  6345. <botSteps>
  6346. <botNavigation>
  6347. <botNavigationLinks>
  6348. <targetBotDialog>No_need_to_file</targetBotDialog>
  6349. </botNavigationLinks>
  6350. <type>Redirect</type>
  6351. </botNavigation>
  6352. <type>Navigation</type>
  6353. </botSteps>
  6354. <type>Group</type>
  6355. </botSteps>
  6356. <botSteps>
  6357. <type>Wait</type>
  6358. </botSteps>
  6359. <developerName>Income_Filing_Threshold</developerName>
  6360. <label>Income Filing Threshold</label>
  6361. <showInFooterMenu>false</showInFooterMenu>
  6362. </botDialogs>
  6363. <botDialogs>
  6364. <botDialogGroup>Filing_Requirement_Group</botDialogGroup>
  6365. <botSteps>
  6366. <botVariableOperation>
  6367. <askCollectIfSet>false</askCollectIfSet>
  6368. <botMessages>
  6369. <message>Does your gross income exceed the standard deduction for your filing status?
  6370.  
  6371. To learn more about the standard deduction, click on the following link.
  6372. https://www.hrblock.com/tax-center/filing/adjustments-and-deductions/standard-vs-itemized-deductions/</message>
  6373. </botMessages>
  6374. <botQuickReplyOptions>
  6375. <literalValue>Yes</literalValue>
  6376. </botQuickReplyOptions>
  6377. <botQuickReplyOptions>
  6378. <literalValue>No</literalValue>
  6379. </botQuickReplyOptions>
  6380. <botVariableOperands>
  6381. <disableAutoFill>true</disableAutoFill>
  6382. <sourceName>YesOrNoValue</sourceName>
  6383. <sourceType>MlSlotClass</sourceType>
  6384. <targetName>FCIncomeExceedSDYesOrNo</targetName>
  6385. <targetType>ConversationVariable</targetType>
  6386. </botVariableOperands>
  6387. <optionalCollect>false</optionalCollect>
  6388. <quickReplyType>Static</quickReplyType>
  6389. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  6390. <retryMessages>
  6391. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  6392. </retryMessages>
  6393. <type>Collect</type>
  6394. </botVariableOperation>
  6395. <type>VariableOperation</type>
  6396. </botSteps>
  6397. <botSteps>
  6398. <botStepConditions>
  6399. <leftOperandName>FCIncomeExceedSDYesOrNo</leftOperandName>
  6400. <leftOperandType>ConversationVariable</leftOperandType>
  6401. <operatorType>Equals</operatorType>
  6402. <rightOperandValue>Yes</rightOperandValue>
  6403. </botStepConditions>
  6404. <botSteps>
  6405. <botVariableOperation>
  6406. <botVariableOperands>
  6407. <targetName>FCIncomeExceedSDYesOrNo</targetName>
  6408. <targetType>ConversationVariable</targetType>
  6409. </botVariableOperands>
  6410. <type>Unset</type>
  6411. </botVariableOperation>
  6412. <type>VariableOperation</type>
  6413. </botSteps>
  6414. <botSteps>
  6415. <botNavigation>
  6416. <botNavigationLinks>
  6417. <targetBotDialog>Must_File</targetBotDialog>
  6418. </botNavigationLinks>
  6419. <type>Redirect</type>
  6420. </botNavigation>
  6421. <type>Navigation</type>
  6422. </botSteps>
  6423. <type>Group</type>
  6424. </botSteps>
  6425. <botSteps>
  6426. <botStepConditions>
  6427. <leftOperandName>FCIncomeExceedSDYesOrNo</leftOperandName>
  6428. <leftOperandType>ConversationVariable</leftOperandType>
  6429. <operatorType>Equals</operatorType>
  6430. <rightOperandValue>No</rightOperandValue>
  6431. </botStepConditions>
  6432. <botSteps>
  6433. <botVariableOperation>
  6434. <botVariableOperands>
  6435. <targetName>FCIncomeExceedSDYesOrNo</targetName>
  6436. <targetType>ConversationVariable</targetType>
  6437. </botVariableOperands>
  6438. <type>Unset</type>
  6439. </botVariableOperation>
  6440. <type>VariableOperation</type>
  6441. </botSteps>
  6442. <botSteps>
  6443. <botNavigation>
  6444. <botNavigationLinks>
  6445. <targetBotDialog>Special_Taxes</targetBotDialog>
  6446. </botNavigationLinks>
  6447. <type>Redirect</type>
  6448. </botNavigation>
  6449. <type>Navigation</type>
  6450. </botSteps>
  6451. <type>Group</type>
  6452. </botSteps>
  6453. <botSteps>
  6454. <type>Wait</type>
  6455. </botSteps>
  6456. <developerName>Income_Exceed_Standard_Deduction</developerName>
  6457. <label>Income Exceed Standard Deduction</label>
  6458. <showInFooterMenu>false</showInFooterMenu>
  6459. </botDialogs>
  6460. <botDialogs>
  6461. <botDialogGroup>Filing_Requirement_Group</botDialogGroup>
  6462. <botSteps>
  6463. <botMessages>
  6464. <message>Based on your responses, you must file a tax return.</message>
  6465. </botMessages>
  6466. <type>Message</type>
  6467. </botSteps>
  6468. <botSteps>
  6469. <botNavigation>
  6470. <botNavigationLinks>
  6471. <targetBotDialog>VA_End_of_Flow</targetBotDialog>
  6472. </botNavigationLinks>
  6473. <type>Redirect</type>
  6474. </botNavigation>
  6475. <type>Navigation</type>
  6476. </botSteps>
  6477. <developerName>Must_File</developerName>
  6478. <label>Must File</label>
  6479. <showInFooterMenu>false</showInFooterMenu>
  6480. </botDialogs>
  6481. <botDialogs>
  6482. <botDialogGroup>Filing_Requirement_Group</botDialogGroup>
  6483. <botSteps>
  6484. <botMessages>
  6485. <message>Based on your responses, you don&apos;t have to file a tax return.</message>
  6486. </botMessages>
  6487. <type>Message</type>
  6488. </botSteps>
  6489. <botSteps>
  6490. <botNavigation>
  6491. <botNavigationLinks>
  6492. <targetBotDialog>VA_End_of_Flow</targetBotDialog>
  6493. </botNavigationLinks>
  6494. <type>Redirect</type>
  6495. </botNavigation>
  6496. <type>Navigation</type>
  6497. </botSteps>
  6498. <developerName>No_need_to_file</developerName>
  6499. <label>No need to file</label>
  6500. <showInFooterMenu>false</showInFooterMenu>
  6501. </botDialogs>
  6502. <botDialogs>
  6503. <botDialogGroup>Filing_Requirement_Group</botDialogGroup>
  6504. <botSteps>
  6505. <botVariableOperation>
  6506. <botInvocation>
  6507. <invocationActionName>ChatBotKnowledgeSearchUtil</invocationActionName>
  6508. <invocationActionType>apex</invocationActionType>
  6509. <invocationMappings>
  6510. <parameterName>sKeyword1</parameterName>
  6511. <type>Input</type>
  6512. <value>Special Taxes</value>
  6513. </invocationMappings>
  6514. <invocationMappings>
  6515. <parameterName>output</parameterName>
  6516. <type>Output</type>
  6517. <variableName>articleList</variableName>
  6518. <variableType>ConversationVariable</variableType>
  6519. </invocationMappings>
  6520. </botInvocation>
  6521. <type>Set</type>
  6522. </botVariableOperation>
  6523. <type>VariableOperation</type>
  6524. </botSteps>
  6525. <botSteps>
  6526. <botVariableOperation>
  6527. <askCollectIfSet>false</askCollectIfSet>
  6528. <botMessages>
  6529. <message>Do you have any of these special taxes?
  6530.  
  6531. {!articleList[0].url}</message>
  6532. </botMessages>
  6533. <botQuickReplyOptions>
  6534. <literalValue>Yes</literalValue>
  6535. </botQuickReplyOptions>
  6536. <botQuickReplyOptions>
  6537. <literalValue>No</literalValue>
  6538. </botQuickReplyOptions>
  6539. <botVariableOperands>
  6540. <disableAutoFill>true</disableAutoFill>
  6541. <sourceName>YesOrNoValue</sourceName>
  6542. <sourceType>MlSlotClass</sourceType>
  6543. <targetName>FCSpecialTaxesYesOrNoYesOrNo</targetName>
  6544. <targetType>ConversationVariable</targetType>
  6545. </botVariableOperands>
  6546. <optionalCollect>false</optionalCollect>
  6547. <quickReplyType>Static</quickReplyType>
  6548. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  6549. <retryMessages>
  6550. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  6551. </retryMessages>
  6552. <type>Collect</type>
  6553. </botVariableOperation>
  6554. <type>VariableOperation</type>
  6555. </botSteps>
  6556. <botSteps>
  6557. <botStepConditions>
  6558. <leftOperandName>FCSpecialTaxesYesOrNoYesOrNo</leftOperandName>
  6559. <leftOperandType>ConversationVariable</leftOperandType>
  6560. <operatorType>Equals</operatorType>
  6561. <rightOperandValue>Yes</rightOperandValue>
  6562. </botStepConditions>
  6563. <botSteps>
  6564. <botVariableOperation>
  6565. <botVariableOperands>
  6566. <targetName>FCSpecialTaxesYesOrNoYesOrNo</targetName>
  6567. <targetType>ConversationVariable</targetType>
  6568. </botVariableOperands>
  6569. <type>Unset</type>
  6570. </botVariableOperation>
  6571. <type>VariableOperation</type>
  6572. </botSteps>
  6573. <botSteps>
  6574. <botNavigation>
  6575. <botNavigationLinks>
  6576. <targetBotDialog>Must_File</targetBotDialog>
  6577. </botNavigationLinks>
  6578. <type>Redirect</type>
  6579. </botNavigation>
  6580. <type>Navigation</type>
  6581. </botSteps>
  6582. <type>Group</type>
  6583. </botSteps>
  6584. <botSteps>
  6585. <botStepConditions>
  6586. <leftOperandName>FCSpecialTaxesYesOrNoYesOrNo</leftOperandName>
  6587. <leftOperandType>ConversationVariable</leftOperandType>
  6588. <operatorType>Equals</operatorType>
  6589. <rightOperandValue>No</rightOperandValue>
  6590. </botStepConditions>
  6591. <botSteps>
  6592. <botVariableOperation>
  6593. <botVariableOperands>
  6594. <targetName>FCSpecialTaxesYesOrNoYesOrNo</targetName>
  6595. <targetType>ConversationVariable</targetType>
  6596. </botVariableOperands>
  6597. <type>Unset</type>
  6598. </botVariableOperation>
  6599. <type>VariableOperation</type>
  6600. </botSteps>
  6601. <botSteps>
  6602. <botNavigation>
  6603. <botNavigationLinks>
  6604. <targetBotDialog>HSA_MSA_Distributions</targetBotDialog>
  6605. </botNavigationLinks>
  6606. <type>Redirect</type>
  6607. </botNavigation>
  6608. <type>Navigation</type>
  6609. </botSteps>
  6610. <type>Group</type>
  6611. </botSteps>
  6612. <botSteps>
  6613. <type>Wait</type>
  6614. </botSteps>
  6615. <developerName>Special_Taxes</developerName>
  6616. <label>Special Taxes</label>
  6617. <showInFooterMenu>false</showInFooterMenu>
  6618. </botDialogs>
  6619. <botDialogs>
  6620. <botDialogGroup>Filing_Requirement_Group</botDialogGroup>
  6621. <botSteps>
  6622. <botVariableOperation>
  6623. <askCollectIfSet>false</askCollectIfSet>
  6624. <botMessages>
  6625. <message>Did you receive HSA, Archer MSA, or Medicare Advantage MSA distributions?</message>
  6626. </botMessages>
  6627. <botQuickReplyOptions>
  6628. <literalValue>Yes</literalValue>
  6629. </botQuickReplyOptions>
  6630. <botQuickReplyOptions>
  6631. <literalValue>No</literalValue>
  6632. </botQuickReplyOptions>
  6633. <botVariableOperands>
  6634. <disableAutoFill>true</disableAutoFill>
  6635. <sourceName>YesOrNoValue</sourceName>
  6636. <sourceType>MlSlotClass</sourceType>
  6637. <targetName>FCDDistributionYesOrNo</targetName>
  6638. <targetType>ConversationVariable</targetType>
  6639. </botVariableOperands>
  6640. <optionalCollect>false</optionalCollect>
  6641. <quickReplyType>Static</quickReplyType>
  6642. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  6643. <retryMessages>
  6644. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  6645. </retryMessages>
  6646. <type>Collect</type>
  6647. </botVariableOperation>
  6648. <type>VariableOperation</type>
  6649. </botSteps>
  6650. <botSteps>
  6651. <botStepConditions>
  6652. <leftOperandName>FCDDistributionYesOrNo</leftOperandName>
  6653. <leftOperandType>ConversationVariable</leftOperandType>
  6654. <operatorType>Equals</operatorType>
  6655. <rightOperandValue>Yes</rightOperandValue>
  6656. </botStepConditions>
  6657. <botSteps>
  6658. <botVariableOperation>
  6659. <botVariableOperands>
  6660. <targetName>FCDDistributionYesOrNo</targetName>
  6661. <targetType>ConversationVariable</targetType>
  6662. </botVariableOperands>
  6663. <type>Unset</type>
  6664. </botVariableOperation>
  6665. <type>VariableOperation</type>
  6666. </botSteps>
  6667. <botSteps>
  6668. <botNavigation>
  6669. <botNavigationLinks>
  6670. <targetBotDialog>Must_File</targetBotDialog>
  6671. </botNavigationLinks>
  6672. <type>Redirect</type>
  6673. </botNavigation>
  6674. <type>Navigation</type>
  6675. </botSteps>
  6676. <type>Group</type>
  6677. </botSteps>
  6678. <botSteps>
  6679. <botStepConditions>
  6680. <leftOperandName>FCDDistributionYesOrNo</leftOperandName>
  6681. <leftOperandType>ConversationVariable</leftOperandType>
  6682. <operatorType>Equals</operatorType>
  6683. <rightOperandValue>No</rightOperandValue>
  6684. </botStepConditions>
  6685. <botSteps>
  6686. <botVariableOperation>
  6687. <botVariableOperands>
  6688. <targetName>FCDDistributionYesOrNo</targetName>
  6689. <targetType>ConversationVariable</targetType>
  6690. </botVariableOperands>
  6691. <type>Unset</type>
  6692. </botVariableOperation>
  6693. <type>VariableOperation</type>
  6694. </botSteps>
  6695. <botSteps>
  6696. <botNavigation>
  6697. <botNavigationLinks>
  6698. <targetBotDialog>Self_Employment_Income</targetBotDialog>
  6699. </botNavigationLinks>
  6700. <type>Redirect</type>
  6701. </botNavigation>
  6702. <type>Navigation</type>
  6703. </botSteps>
  6704. <type>Group</type>
  6705. </botSteps>
  6706. <botSteps>
  6707. <type>Wait</type>
  6708. </botSteps>
  6709. <developerName>HSA_MSA_Distributions</developerName>
  6710. <label>HSA/MSA Distributions</label>
  6711. <showInFooterMenu>false</showInFooterMenu>
  6712. </botDialogs>
  6713. <botDialogs>
  6714. <botDialogGroup>Filing_Requirement_Group</botDialogGroup>
  6715. <botSteps>
  6716. <botVariableOperation>
  6717. <askCollectIfSet>false</askCollectIfSet>
  6718. <botMessages>
  6719. <message>Did you have net self-employment income of $400 or more?</message>
  6720. </botMessages>
  6721. <botQuickReplyOptions>
  6722. <literalValue>Yes</literalValue>
  6723. </botQuickReplyOptions>
  6724. <botQuickReplyOptions>
  6725. <literalValue>No</literalValue>
  6726. </botQuickReplyOptions>
  6727. <botVariableOperands>
  6728. <disableAutoFill>true</disableAutoFill>
  6729. <sourceName>YesOrNoValue</sourceName>
  6730. <sourceType>MlSlotClass</sourceType>
  6731. <targetName>FCSelfEmploymentIncomeYesOrNo</targetName>
  6732. <targetType>ConversationVariable</targetType>
  6733. </botVariableOperands>
  6734. <optionalCollect>false</optionalCollect>
  6735. <quickReplyType>Static</quickReplyType>
  6736. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  6737. <retryMessages>
  6738. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  6739. </retryMessages>
  6740. <type>Collect</type>
  6741. </botVariableOperation>
  6742. <type>VariableOperation</type>
  6743. </botSteps>
  6744. <botSteps>
  6745. <botStepConditions>
  6746. <leftOperandName>FCSelfEmploymentIncomeYesOrNo</leftOperandName>
  6747. <leftOperandType>ConversationVariable</leftOperandType>
  6748. <operatorType>Equals</operatorType>
  6749. <rightOperandValue>Yes</rightOperandValue>
  6750. </botStepConditions>
  6751. <botSteps>
  6752. <botVariableOperation>
  6753. <botVariableOperands>
  6754. <targetName>FCSelfEmploymentIncomeYesOrNo</targetName>
  6755. <targetType>ConversationVariable</targetType>
  6756. </botVariableOperands>
  6757. <type>Unset</type>
  6758. </botVariableOperation>
  6759. <type>VariableOperation</type>
  6760. </botSteps>
  6761. <botSteps>
  6762. <botNavigation>
  6763. <botNavigationLinks>
  6764. <targetBotDialog>Must_File</targetBotDialog>
  6765. </botNavigationLinks>
  6766. <type>Redirect</type>
  6767. </botNavigation>
  6768. <type>Navigation</type>
  6769. </botSteps>
  6770. <type>Group</type>
  6771. </botSteps>
  6772. <botSteps>
  6773. <botStepConditions>
  6774. <leftOperandName>FCSelfEmploymentIncomeYesOrNo</leftOperandName>
  6775. <leftOperandType>ConversationVariable</leftOperandType>
  6776. <operatorType>Equals</operatorType>
  6777. <rightOperandValue>No</rightOperandValue>
  6778. </botStepConditions>
  6779. <botSteps>
  6780. <botVariableOperation>
  6781. <botVariableOperands>
  6782. <targetName>FCSelfEmploymentIncomeYesOrNo</targetName>
  6783. <targetType>ConversationVariable</targetType>
  6784. </botVariableOperands>
  6785. <type>Unset</type>
  6786. </botVariableOperation>
  6787. <type>VariableOperation</type>
  6788. </botSteps>
  6789. <botSteps>
  6790. <botNavigation>
  6791. <botNavigationLinks>
  6792. <targetBotDialog>Wages_from_Church_Medicare</targetBotDialog>
  6793. </botNavigationLinks>
  6794. <type>Redirect</type>
  6795. </botNavigation>
  6796. <type>Navigation</type>
  6797. </botSteps>
  6798. <type>Group</type>
  6799. </botSteps>
  6800. <botSteps>
  6801. <type>Wait</type>
  6802. </botSteps>
  6803. <developerName>Self_Employment_Income</developerName>
  6804. <label>Self-Employment Income</label>
  6805. <showInFooterMenu>false</showInFooterMenu>
  6806. </botDialogs>
  6807. <botDialogs>
  6808. <botDialogGroup>Filing_Requirement_Group</botDialogGroup>
  6809. <botSteps>
  6810. <botVariableOperation>
  6811. <askCollectIfSet>false</askCollectIfSet>
  6812. <botMessages>
  6813. <message>Did you have wages of $108.28 or more from a church or qualified church-controlled organization that&apos;s exempt from employer Social Security/Medicare tax?</message>
  6814. </botMessages>
  6815. <botQuickReplyOptions>
  6816. <literalValue>Yes</literalValue>
  6817. </botQuickReplyOptions>
  6818. <botQuickReplyOptions>
  6819. <literalValue>No</literalValue>
  6820. </botQuickReplyOptions>
  6821. <botVariableOperands>
  6822. <disableAutoFill>true</disableAutoFill>
  6823. <sourceName>YesOrNoValue</sourceName>
  6824. <sourceType>MlSlotClass</sourceType>
  6825. <targetName>FCWagesFromChurchMedicareYesOrNo</targetName>
  6826. <targetType>ConversationVariable</targetType>
  6827. </botVariableOperands>
  6828. <optionalCollect>false</optionalCollect>
  6829. <quickReplyType>Static</quickReplyType>
  6830. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  6831. <retryMessages>
  6832. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  6833. </retryMessages>
  6834. <type>Collect</type>
  6835. </botVariableOperation>
  6836. <type>VariableOperation</type>
  6837. </botSteps>
  6838. <botSteps>
  6839. <botStepConditions>
  6840. <leftOperandName>FCWagesFromChurchMedicareYesOrNo</leftOperandName>
  6841. <leftOperandType>ConversationVariable</leftOperandType>
  6842. <operatorType>Equals</operatorType>
  6843. <rightOperandValue>Yes</rightOperandValue>
  6844. </botStepConditions>
  6845. <botSteps>
  6846. <botVariableOperation>
  6847. <botVariableOperands>
  6848. <targetName>FCWagesFromChurchMedicareYesOrNo</targetName>
  6849. <targetType>ConversationVariable</targetType>
  6850. </botVariableOperands>
  6851. <type>Unset</type>
  6852. </botVariableOperation>
  6853. <type>VariableOperation</type>
  6854. </botSteps>
  6855. <botSteps>
  6856. <botNavigation>
  6857. <botNavigationLinks>
  6858. <targetBotDialog>Must_File</targetBotDialog>
  6859. </botNavigationLinks>
  6860. <type>Redirect</type>
  6861. </botNavigation>
  6862. <type>Navigation</type>
  6863. </botSteps>
  6864. <type>Group</type>
  6865. </botSteps>
  6866. <botSteps>
  6867. <botStepConditions>
  6868. <leftOperandName>FCWagesFromChurchMedicareYesOrNo</leftOperandName>
  6869. <leftOperandType>ConversationVariable</leftOperandType>
  6870. <operatorType>Equals</operatorType>
  6871. <rightOperandValue>No</rightOperandValue>
  6872. </botStepConditions>
  6873. <botSteps>
  6874. <botVariableOperation>
  6875. <botVariableOperands>
  6876. <targetName>FCWagesFromChurchMedicareYesOrNo</targetName>
  6877. <targetType>ConversationVariable</targetType>
  6878. </botVariableOperands>
  6879. <type>Unset</type>
  6880. </botVariableOperation>
  6881. <type>VariableOperation</type>
  6882. </botSteps>
  6883. <botSteps>
  6884. <botNavigation>
  6885. <botNavigationLinks>
  6886. <targetBotDialog>Advanced_Premium</targetBotDialog>
  6887. </botNavigationLinks>
  6888. <type>Redirect</type>
  6889. </botNavigation>
  6890. <type>Navigation</type>
  6891. </botSteps>
  6892. <type>Group</type>
  6893. </botSteps>
  6894. <botSteps>
  6895. <type>Wait</type>
  6896. </botSteps>
  6897. <developerName>Wages_from_Church_Medicare</developerName>
  6898. <label>Wages from Church/Medicare</label>
  6899. <showInFooterMenu>false</showInFooterMenu>
  6900. </botDialogs>
  6901. <botDialogs>
  6902. <botDialogGroup>Filing_Requirement_Group</botDialogGroup>
  6903. <botSteps>
  6904. <botVariableOperation>
  6905. <askCollectIfSet>false</askCollectIfSet>
  6906. <botMessages>
  6907. <message>Did you receive an advance premium tax credit for you, your spouse, or a dependent who enrolled through a state or federal marketplace?</message>
  6908. </botMessages>
  6909. <botQuickReplyOptions>
  6910. <literalValue>Yes</literalValue>
  6911. </botQuickReplyOptions>
  6912. <botQuickReplyOptions>
  6913. <literalValue>No</literalValue>
  6914. </botQuickReplyOptions>
  6915. <botVariableOperands>
  6916. <disableAutoFill>true</disableAutoFill>
  6917. <sourceName>YesOrNoValue</sourceName>
  6918. <sourceType>MlSlotClass</sourceType>
  6919. <targetName>FCAdvancedPremiumYesOrNo</targetName>
  6920. <targetType>ConversationVariable</targetType>
  6921. </botVariableOperands>
  6922. <optionalCollect>false</optionalCollect>
  6923. <quickReplyType>Static</quickReplyType>
  6924. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  6925. <retryMessages>
  6926. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  6927. </retryMessages>
  6928. <type>Collect</type>
  6929. </botVariableOperation>
  6930. <type>VariableOperation</type>
  6931. </botSteps>
  6932. <botSteps>
  6933. <botStepConditions>
  6934. <leftOperandName>FCAdvancedPremiumYesOrNo</leftOperandName>
  6935. <leftOperandType>ConversationVariable</leftOperandType>
  6936. <operatorType>Equals</operatorType>
  6937. <rightOperandValue>Yes</rightOperandValue>
  6938. </botStepConditions>
  6939. <botSteps>
  6940. <botVariableOperation>
  6941. <botVariableOperands>
  6942. <targetName>FCAdvancedPremiumYesOrNo</targetName>
  6943. <targetType>ConversationVariable</targetType>
  6944. </botVariableOperands>
  6945. <type>Unset</type>
  6946. </botVariableOperation>
  6947. <type>VariableOperation</type>
  6948. </botSteps>
  6949. <botSteps>
  6950. <botNavigation>
  6951. <botNavigationLinks>
  6952. <targetBotDialog>Must_File</targetBotDialog>
  6953. </botNavigationLinks>
  6954. <type>Redirect</type>
  6955. </botNavigation>
  6956. <type>Navigation</type>
  6957. </botSteps>
  6958. <type>Group</type>
  6959. </botSteps>
  6960. <botSteps>
  6961. <botStepConditions>
  6962. <leftOperandName>FCAdvancedPremiumYesOrNo</leftOperandName>
  6963. <leftOperandType>ConversationVariable</leftOperandType>
  6964. <operatorType>Equals</operatorType>
  6965. <rightOperandValue>No</rightOperandValue>
  6966. </botStepConditions>
  6967. <botSteps>
  6968. <botVariableOperation>
  6969. <botVariableOperands>
  6970. <targetName>FCAdvancedPremiumYesOrNo</targetName>
  6971. <targetType>ConversationVariable</targetType>
  6972. </botVariableOperands>
  6973. <type>Unset</type>
  6974. </botVariableOperation>
  6975. <type>VariableOperation</type>
  6976. </botSteps>
  6977. <botSteps>
  6978. <botNavigation>
  6979. <botNavigationLinks>
  6980. <targetBotDialog>Advanced_Health_Payments</targetBotDialog>
  6981. </botNavigationLinks>
  6982. <type>Redirect</type>
  6983. </botNavigation>
  6984. <type>Navigation</type>
  6985. </botSteps>
  6986. <type>Group</type>
  6987. </botSteps>
  6988. <botSteps>
  6989. <type>Wait</type>
  6990. </botSteps>
  6991. <developerName>Advanced_Premium</developerName>
  6992. <label>Advanced Premium</label>
  6993. <showInFooterMenu>false</showInFooterMenu>
  6994. </botDialogs>
  6995. <botDialogs>
  6996. <botDialogGroup>Filing_Requirement_Group</botDialogGroup>
  6997. <botSteps>
  6998. <botVariableOperation>
  6999. <askCollectIfSet>false</askCollectIfSet>
  7000. <botMessages>
  7001. <message>Were advance payments of the health coverage tax credit made for you, your spouse, or your dependent?</message>
  7002. </botMessages>
  7003. <botQuickReplyOptions>
  7004. <literalValue>Yes</literalValue>
  7005. </botQuickReplyOptions>
  7006. <botQuickReplyOptions>
  7007. <literalValue>No</literalValue>
  7008. </botQuickReplyOptions>
  7009. <botVariableOperands>
  7010. <disableAutoFill>true</disableAutoFill>
  7011. <sourceName>YesOrNoValue</sourceName>
  7012. <sourceType>MlSlotClass</sourceType>
  7013. <targetName>FCAdvancedHealthPaymentsYesOrNo</targetName>
  7014. <targetType>ConversationVariable</targetType>
  7015. </botVariableOperands>
  7016. <optionalCollect>false</optionalCollect>
  7017. <quickReplyType>Static</quickReplyType>
  7018. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  7019. <retryMessages>
  7020. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  7021. </retryMessages>
  7022. <type>Collect</type>
  7023. </botVariableOperation>
  7024. <type>VariableOperation</type>
  7025. </botSteps>
  7026. <botSteps>
  7027. <botStepConditions>
  7028. <leftOperandName>FCAdvancedHealthPaymentsYesOrNo</leftOperandName>
  7029. <leftOperandType>ConversationVariable</leftOperandType>
  7030. <operatorType>Equals</operatorType>
  7031. <rightOperandValue>Yes</rightOperandValue>
  7032. </botStepConditions>
  7033. <botSteps>
  7034. <botVariableOperation>
  7035. <botVariableOperands>
  7036. <targetName>FCAdvancedHealthPaymentsYesOrNo</targetName>
  7037. <targetType>ConversationVariable</targetType>
  7038. </botVariableOperands>
  7039. <type>Unset</type>
  7040. </botVariableOperation>
  7041. <type>VariableOperation</type>
  7042. </botSteps>
  7043. <botSteps>
  7044. <botNavigation>
  7045. <botNavigationLinks>
  7046. <targetBotDialog>Must_File</targetBotDialog>
  7047. </botNavigationLinks>
  7048. <type>Redirect</type>
  7049. </botNavigation>
  7050. <type>Navigation</type>
  7051. </botSteps>
  7052. <type>Group</type>
  7053. </botSteps>
  7054. <botSteps>
  7055. <botStepConditions>
  7056. <leftOperandName>FCAdvancedHealthPaymentsYesOrNo</leftOperandName>
  7057. <leftOperandType>ConversationVariable</leftOperandType>
  7058. <operatorType>Equals</operatorType>
  7059. <rightOperandValue>No</rightOperandValue>
  7060. </botStepConditions>
  7061. <botSteps>
  7062. <botVariableOperation>
  7063. <botVariableOperands>
  7064. <targetName>FCAdvancedHealthPaymentsYesOrNo</targetName>
  7065. <targetType>ConversationVariable</targetType>
  7066. </botVariableOperands>
  7067. <type>Unset</type>
  7068. </botVariableOperation>
  7069. <type>VariableOperation</type>
  7070. </botSteps>
  7071. <botSteps>
  7072. <botNavigation>
  7073. <botNavigationLinks>
  7074. <targetBotDialog>No_need_to_file</targetBotDialog>
  7075. </botNavigationLinks>
  7076. <type>Redirect</type>
  7077. </botNavigation>
  7078. <type>Navigation</type>
  7079. </botSteps>
  7080. <type>Group</type>
  7081. </botSteps>
  7082. <botSteps>
  7083. <type>Wait</type>
  7084. </botSteps>
  7085. <developerName>Advanced_Health_Payments</developerName>
  7086. <label>Advanced Health Payments</label>
  7087. <showInFooterMenu>false</showInFooterMenu>
  7088. </botDialogs>
  7089. <botDialogs>
  7090. <botDialogGroup>Filing_Status_Group</botDialogGroup>
  7091. <botSteps>
  7092. <botVariableOperation>
  7093. <askCollectIfSet>false</askCollectIfSet>
  7094. <botMessages>
  7095. <message>Were you married on the last day of the tax year?</message>
  7096. </botMessages>
  7097. <botQuickReplyOptions>
  7098. <literalValue>Yes</literalValue>
  7099. </botQuickReplyOptions>
  7100. <botQuickReplyOptions>
  7101. <literalValue>No</literalValue>
  7102. </botQuickReplyOptions>
  7103. <botVariableOperands>
  7104. <disableAutoFill>true</disableAutoFill>
  7105. <sourceName>YesOrNoValue</sourceName>
  7106. <sourceType>MlSlotClass</sourceType>
  7107. <targetName>FSMarriedOnLastDayYesOrNo</targetName>
  7108. <targetType>ConversationVariable</targetType>
  7109. </botVariableOperands>
  7110. <optionalCollect>false</optionalCollect>
  7111. <quickReplyType>Static</quickReplyType>
  7112. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  7113. <retryMessages>
  7114. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  7115. </retryMessages>
  7116. <type>Collect</type>
  7117. </botVariableOperation>
  7118. <type>VariableOperation</type>
  7119. </botSteps>
  7120. <botSteps>
  7121. <botStepConditions>
  7122. <leftOperandName>FSMarriedOnLastDayYesOrNo</leftOperandName>
  7123. <leftOperandType>ConversationVariable</leftOperandType>
  7124. <operatorType>Equals</operatorType>
  7125. <rightOperandValue>Yes</rightOperandValue>
  7126. </botStepConditions>
  7127. <botSteps>
  7128. <botVariableOperation>
  7129. <botVariableOperands>
  7130. <targetName>FSMarriedOnLastDayYesOrNo</targetName>
  7131. <targetType>ConversationVariable</targetType>
  7132. </botVariableOperands>
  7133. <type>Unset</type>
  7134. </botVariableOperation>
  7135. <type>VariableOperation</type>
  7136. </botSteps>
  7137. <botSteps>
  7138. <botNavigation>
  7139. <botNavigationLinks>
  7140. <targetBotDialog>Married_by_Last_Day</targetBotDialog>
  7141. </botNavigationLinks>
  7142. <type>Redirect</type>
  7143. </botNavigation>
  7144. <type>Navigation</type>
  7145. </botSteps>
  7146. <type>Group</type>
  7147. </botSteps>
  7148. <botSteps>
  7149. <botStepConditions>
  7150. <leftOperandName>FSMarriedOnLastDayYesOrNo</leftOperandName>
  7151. <leftOperandType>ConversationVariable</leftOperandType>
  7152. <operatorType>Equals</operatorType>
  7153. <rightOperandValue>No</rightOperandValue>
  7154. </botStepConditions>
  7155. <botSteps>
  7156. <botVariableOperation>
  7157. <botVariableOperands>
  7158. <targetName>FSMarriedOnLastDayYesOrNo</targetName>
  7159. <targetType>ConversationVariable</targetType>
  7160. </botVariableOperands>
  7161. <type>Unset</type>
  7162. </botVariableOperation>
  7163. <type>VariableOperation</type>
  7164. </botSteps>
  7165. <botSteps>
  7166. <botNavigation>
  7167. <botNavigationLinks>
  7168. <targetBotDialog>Qualifying_Widower</targetBotDialog>
  7169. </botNavigationLinks>
  7170. <type>Redirect</type>
  7171. </botNavigation>
  7172. <type>Navigation</type>
  7173. </botSteps>
  7174. <type>Group</type>
  7175. </botSteps>
  7176. <botSteps>
  7177. <type>Wait</type>
  7178. </botSteps>
  7179. <developerName>Filing_Status</developerName>
  7180. <label>Filing Status</label>
  7181. <showInFooterMenu>false</showInFooterMenu>
  7182. </botDialogs>
  7183. <botDialogs>
  7184. <botDialogGroup>Filing_Status_Group</botDialogGroup>
  7185. <botSteps>
  7186. <botMessages>
  7187. <message>Based on your response, you can file married filing jointly or married filing separately.
  7188. To learn more about the benefits of these filing status, click on the following link.</message>
  7189. </botMessages>
  7190. <type>Message</type>
  7191. </botSteps>
  7192. <botSteps>
  7193. <botMessages>
  7194. <message>https://www.hrblock.com/tax-center/filing/personal-tax-planning/married-filing-jointly-vs-separately/</message>
  7195. </botMessages>
  7196. <type>Message</type>
  7197. </botSteps>
  7198. <botSteps>
  7199. <botNavigation>
  7200. <botNavigationLinks>
  7201. <targetBotDialog>VA_End_of_Flow</targetBotDialog>
  7202. </botNavigationLinks>
  7203. <type>Redirect</type>
  7204. </botNavigation>
  7205. <type>Navigation</type>
  7206. </botSteps>
  7207. <developerName>Married_by_Last_Day</developerName>
  7208. <label>Married by Last Day</label>
  7209. <showInFooterMenu>false</showInFooterMenu>
  7210. </botDialogs>
  7211. <botDialogs>
  7212. <botDialogGroup>Filing_Status_Group</botDialogGroup>
  7213. <botSteps>
  7214. <botVariableOperation>
  7215. <askCollectIfSet>false</askCollectIfSet>
  7216. <botMessages>
  7217. <message>Do you qualify as a Qualifying Widow(er)?</message>
  7218. </botMessages>
  7219. <botQuickReplyOptions>
  7220. <literalValue>Yes</literalValue>
  7221. </botQuickReplyOptions>
  7222. <botQuickReplyOptions>
  7223. <literalValue>No</literalValue>
  7224. </botQuickReplyOptions>
  7225. <botVariableOperands>
  7226. <disableAutoFill>true</disableAutoFill>
  7227. <sourceName>YesOrNoValue</sourceName>
  7228. <sourceType>MlSlotClass</sourceType>
  7229. <targetName>FSQualifiedWidowerYesOrNo</targetName>
  7230. <targetType>ConversationVariable</targetType>
  7231. </botVariableOperands>
  7232. <optionalCollect>false</optionalCollect>
  7233. <quickReplyType>Static</quickReplyType>
  7234. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  7235. <retryMessages>
  7236. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  7237. </retryMessages>
  7238. <type>Collect</type>
  7239. </botVariableOperation>
  7240. <type>VariableOperation</type>
  7241. </botSteps>
  7242. <botSteps>
  7243. <botStepConditions>
  7244. <leftOperandName>FSQualifiedWidowerYesOrNo</leftOperandName>
  7245. <leftOperandType>ConversationVariable</leftOperandType>
  7246. <operatorType>Equals</operatorType>
  7247. <rightOperandValue>No</rightOperandValue>
  7248. </botStepConditions>
  7249. <botSteps>
  7250. <botVariableOperation>
  7251. <botVariableOperands>
  7252. <targetName>FSQualifiedWidowerYesOrNo</targetName>
  7253. <targetType>ConversationVariable</targetType>
  7254. </botVariableOperands>
  7255. <type>Unset</type>
  7256. </botVariableOperation>
  7257. <type>VariableOperation</type>
  7258. </botSteps>
  7259. <botSteps>
  7260. <botNavigation>
  7261. <botNavigationLinks>
  7262. <targetBotDialog>Filing_Status_Sub_1</targetBotDialog>
  7263. </botNavigationLinks>
  7264. <type>Redirect</type>
  7265. </botNavigation>
  7266. <type>Navigation</type>
  7267. </botSteps>
  7268. <type>Group</type>
  7269. </botSteps>
  7270. <botSteps>
  7271. <botStepConditions>
  7272. <leftOperandName>FSQualifiedWidowerYesOrNo</leftOperandName>
  7273. <leftOperandType>ConversationVariable</leftOperandType>
  7274. <operatorType>Equals</operatorType>
  7275. <rightOperandValue>Yes</rightOperandValue>
  7276. </botStepConditions>
  7277. <botSteps>
  7278. <botVariableOperation>
  7279. <botVariableOperands>
  7280. <targetName>FSQualifiedWidowerYesOrNo</targetName>
  7281. <targetType>ConversationVariable</targetType>
  7282. </botVariableOperands>
  7283. <type>Unset</type>
  7284. </botVariableOperation>
  7285. <type>VariableOperation</type>
  7286. </botSteps>
  7287. <botSteps>
  7288. <botNavigation>
  7289. <botNavigationLinks>
  7290. <targetBotDialog>Joint_Return_With_Spouse</targetBotDialog>
  7291. </botNavigationLinks>
  7292. <type>Redirect</type>
  7293. </botNavigation>
  7294. <type>Navigation</type>
  7295. </botSteps>
  7296. <type>Group</type>
  7297. </botSteps>
  7298. <botSteps>
  7299. <type>Wait</type>
  7300. </botSteps>
  7301. <developerName>Qualifying_Widower</developerName>
  7302. <label>Qualifying Widower</label>
  7303. <showInFooterMenu>false</showInFooterMenu>
  7304. </botDialogs>
  7305. <botDialogs>
  7306. <botDialogGroup>Filing_Status_Group</botDialogGroup>
  7307. <botSteps>
  7308. <botVariableOperation>
  7309. <askCollectIfSet>false</askCollectIfSet>
  7310. <botMessages>
  7311. <message>Do you think you qualify to file head of household?</message>
  7312. </botMessages>
  7313. <botQuickReplyOptions>
  7314. <literalValue>Yes</literalValue>
  7315. </botQuickReplyOptions>
  7316. <botQuickReplyOptions>
  7317. <literalValue>No</literalValue>
  7318. </botQuickReplyOptions>
  7319. <botVariableOperands>
  7320. <disableAutoFill>true</disableAutoFill>
  7321. <sourceName>YesOrNoValue</sourceName>
  7322. <sourceType>MlSlotClass</sourceType>
  7323. <targetName>QualifyHOHValues</targetName>
  7324. <targetType>ConversationVariable</targetType>
  7325. </botVariableOperands>
  7326. <optionalCollect>false</optionalCollect>
  7327. <quickReplyType>Static</quickReplyType>
  7328. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  7329. <retryMessages>
  7330. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  7331. </retryMessages>
  7332. <type>Collect</type>
  7333. </botVariableOperation>
  7334. <type>VariableOperation</type>
  7335. </botSteps>
  7336. <botSteps>
  7337. <botStepConditions>
  7338. <leftOperandName>QualifyHOHValues</leftOperandName>
  7339. <leftOperandType>ConversationVariable</leftOperandType>
  7340. <operatorType>Equals</operatorType>
  7341. <rightOperandValue>Yes</rightOperandValue>
  7342. </botStepConditions>
  7343. <botSteps>
  7344. <botVariableOperation>
  7345. <botVariableOperands>
  7346. <targetName>QualifyHOHValues</targetName>
  7347. <targetType>ConversationVariable</targetType>
  7348. </botVariableOperands>
  7349. <type>Unset</type>
  7350. </botVariableOperation>
  7351. <type>VariableOperation</type>
  7352. </botSteps>
  7353. <botSteps>
  7354. <botNavigation>
  7355. <botNavigationLinks>
  7356. <targetBotDialog>Head_of_Household_Qualification</targetBotDialog>
  7357. </botNavigationLinks>
  7358. <type>Redirect</type>
  7359. </botNavigation>
  7360. <type>Navigation</type>
  7361. </botSteps>
  7362. <type>Group</type>
  7363. </botSteps>
  7364. <botSteps>
  7365. <botStepConditions>
  7366. <leftOperandName>QualifyHOHValues</leftOperandName>
  7367. <leftOperandType>ConversationVariable</leftOperandType>
  7368. <operatorType>Equals</operatorType>
  7369. <rightOperandValue>No</rightOperandValue>
  7370. </botStepConditions>
  7371. <botSteps>
  7372. <botVariableOperation>
  7373. <botVariableOperands>
  7374. <targetName>QualifyHOHValues</targetName>
  7375. <targetType>ConversationVariable</targetType>
  7376. </botVariableOperands>
  7377. <type>Unset</type>
  7378. </botVariableOperation>
  7379. <type>VariableOperation</type>
  7380. </botSteps>
  7381. <botSteps>
  7382. <botMessages>
  7383. <message>Based on your responses, you can file as Single.</message>
  7384. </botMessages>
  7385. <type>Message</type>
  7386. </botSteps>
  7387. <botSteps>
  7388. <botNavigation>
  7389. <botNavigationLinks>
  7390. <targetBotDialog>VA_End_of_Flow</targetBotDialog>
  7391. </botNavigationLinks>
  7392. <type>Redirect</type>
  7393. </botNavigation>
  7394. <type>Navigation</type>
  7395. </botSteps>
  7396. <type>Group</type>
  7397. </botSteps>
  7398. <botSteps>
  7399. <type>Wait</type>
  7400. </botSteps>
  7401. <developerName>Filing_Status_Sub_1</developerName>
  7402. <label>Filing Status Sub 1</label>
  7403. <showInFooterMenu>false</showInFooterMenu>
  7404. </botDialogs>
  7405. <botDialogs>
  7406. <botDialogGroup>Filing_Status_Group</botDialogGroup>
  7407. <botSteps>
  7408. <botVariableOperation>
  7409. <askCollectIfSet>false</askCollectIfSet>
  7410. <botMessages>
  7411. <message>Were you able to file a joint return with your deceased spouse in the tax year your spouse died (regardless of whether you actually filed a joint return)?</message>
  7412. </botMessages>
  7413. <botQuickReplyOptions>
  7414. <literalValue>Yes</literalValue>
  7415. </botQuickReplyOptions>
  7416. <botQuickReplyOptions>
  7417. <literalValue>No</literalValue>
  7418. </botQuickReplyOptions>
  7419. <botVariableOperands>
  7420. <disableAutoFill>true</disableAutoFill>
  7421. <sourceName>YesOrNoValue</sourceName>
  7422. <sourceType>MlSlotClass</sourceType>
  7423. <targetName>FSJointReturnYesOrNo</targetName>
  7424. <targetType>ConversationVariable</targetType>
  7425. </botVariableOperands>
  7426. <optionalCollect>false</optionalCollect>
  7427. <quickReplyType>Static</quickReplyType>
  7428. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  7429. <retryMessages>
  7430. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  7431. </retryMessages>
  7432. <type>Collect</type>
  7433. </botVariableOperation>
  7434. <type>VariableOperation</type>
  7435. </botSteps>
  7436. <botSteps>
  7437. <botStepConditions>
  7438. <leftOperandName>FSJointReturnYesOrNo</leftOperandName>
  7439. <leftOperandType>ConversationVariable</leftOperandType>
  7440. <operatorType>Equals</operatorType>
  7441. <rightOperandValue>No</rightOperandValue>
  7442. </botStepConditions>
  7443. <botSteps>
  7444. <botVariableOperation>
  7445. <botVariableOperands>
  7446. <targetName>FSJointReturnYesOrNo</targetName>
  7447. <targetType>ConversationVariable</targetType>
  7448. </botVariableOperands>
  7449. <type>Unset</type>
  7450. </botVariableOperation>
  7451. <type>VariableOperation</type>
  7452. </botSteps>
  7453. <botSteps>
  7454. <botNavigation>
  7455. <botNavigationLinks>
  7456. <targetBotDialog>Filing_Status_Sub_1</targetBotDialog>
  7457. </botNavigationLinks>
  7458. <type>Redirect</type>
  7459. </botNavigation>
  7460. <type>Navigation</type>
  7461. </botSteps>
  7462. <type>Group</type>
  7463. </botSteps>
  7464. <botSteps>
  7465. <botStepConditions>
  7466. <leftOperandName>FSJointReturnYesOrNo</leftOperandName>
  7467. <leftOperandType>ConversationVariable</leftOperandType>
  7468. <operatorType>Equals</operatorType>
  7469. <rightOperandValue>Yes</rightOperandValue>
  7470. </botStepConditions>
  7471. <botSteps>
  7472. <botVariableOperation>
  7473. <botVariableOperands>
  7474. <targetName>FSJointReturnYesOrNo</targetName>
  7475. <targetType>ConversationVariable</targetType>
  7476. </botVariableOperands>
  7477. <type>Unset</type>
  7478. </botVariableOperation>
  7479. <type>VariableOperation</type>
  7480. </botSteps>
  7481. <botSteps>
  7482. <botNavigation>
  7483. <botNavigationLinks>
  7484. <targetBotDialog>Unmarried_During_Tax_Year</targetBotDialog>
  7485. </botNavigationLinks>
  7486. <type>Redirect</type>
  7487. </botNavigation>
  7488. <type>Navigation</type>
  7489. </botSteps>
  7490. <type>Group</type>
  7491. </botSteps>
  7492. <botSteps>
  7493. <type>Wait</type>
  7494. </botSteps>
  7495. <developerName>Joint_Return_With_Spouse</developerName>
  7496. <label>Joint Return With Spouse</label>
  7497. <showInFooterMenu>false</showInFooterMenu>
  7498. </botDialogs>
  7499. <botDialogs>
  7500. <botDialogGroup>Filing_Status_Group</botDialogGroup>
  7501. <botSteps>
  7502. <botVariableOperation>
  7503. <askCollectIfSet>false</askCollectIfSet>
  7504. <botMessages>
  7505. <message>Did you remain unmarried during the tax year when your spouse died and during the tax year after your spouse&apos;s death?</message>
  7506. </botMessages>
  7507. <botQuickReplyOptions>
  7508. <literalValue>Yes</literalValue>
  7509. </botQuickReplyOptions>
  7510. <botQuickReplyOptions>
  7511. <literalValue>No</literalValue>
  7512. </botQuickReplyOptions>
  7513. <botVariableOperands>
  7514. <disableAutoFill>true</disableAutoFill>
  7515. <sourceName>YesOrNoValue</sourceName>
  7516. <sourceType>MlSlotClass</sourceType>
  7517. <targetName>FSUnmarriedDuringTaxYearYesOrNo</targetName>
  7518. <targetType>ConversationVariable</targetType>
  7519. </botVariableOperands>
  7520. <optionalCollect>false</optionalCollect>
  7521. <quickReplyType>Static</quickReplyType>
  7522. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  7523. <retryMessages>
  7524. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  7525. </retryMessages>
  7526. <type>Collect</type>
  7527. </botVariableOperation>
  7528. <type>VariableOperation</type>
  7529. </botSteps>
  7530. <botSteps>
  7531. <botStepConditions>
  7532. <leftOperandName>FSUnmarriedDuringTaxYearYesOrNo</leftOperandName>
  7533. <leftOperandType>ConversationVariable</leftOperandType>
  7534. <operatorType>Equals</operatorType>
  7535. <rightOperandValue>No</rightOperandValue>
  7536. </botStepConditions>
  7537. <botSteps>
  7538. <botVariableOperation>
  7539. <botVariableOperands>
  7540. <targetName>FSUnmarriedDuringTaxYearYesOrNo</targetName>
  7541. <targetType>ConversationVariable</targetType>
  7542. </botVariableOperands>
  7543. <type>Unset</type>
  7544. </botVariableOperation>
  7545. <type>VariableOperation</type>
  7546. </botSteps>
  7547. <botSteps>
  7548. <botNavigation>
  7549. <botNavigationLinks>
  7550. <targetBotDialog>Filing_Status_Sub_1</targetBotDialog>
  7551. </botNavigationLinks>
  7552. <type>Redirect</type>
  7553. </botNavigation>
  7554. <type>Navigation</type>
  7555. </botSteps>
  7556. <type>Group</type>
  7557. </botSteps>
  7558. <botSteps>
  7559. <botStepConditions>
  7560. <leftOperandName>FSUnmarriedDuringTaxYearYesOrNo</leftOperandName>
  7561. <leftOperandType>ConversationVariable</leftOperandType>
  7562. <operatorType>Equals</operatorType>
  7563. <rightOperandValue>Yes</rightOperandValue>
  7564. </botStepConditions>
  7565. <botSteps>
  7566. <botVariableOperation>
  7567. <botVariableOperands>
  7568. <targetName>FSUnmarriedDuringTaxYearYesOrNo</targetName>
  7569. <targetType>ConversationVariable</targetType>
  7570. </botVariableOperands>
  7571. <type>Unset</type>
  7572. </botVariableOperation>
  7573. <type>VariableOperation</type>
  7574. </botSteps>
  7575. <botSteps>
  7576. <botNavigation>
  7577. <botNavigationLinks>
  7578. <targetBotDialog>Child_Rules_Article_Requirements</targetBotDialog>
  7579. </botNavigationLinks>
  7580. <type>Redirect</type>
  7581. </botNavigation>
  7582. <type>Navigation</type>
  7583. </botSteps>
  7584. <type>Group</type>
  7585. </botSteps>
  7586. <botSteps>
  7587. <type>Wait</type>
  7588. </botSteps>
  7589. <developerName>Unmarried_During_Tax_Year</developerName>
  7590. <label>Unmarried During Tax Year</label>
  7591. <showInFooterMenu>false</showInFooterMenu>
  7592. </botDialogs>
  7593. <botDialogs>
  7594. <botDialogGroup>Filing_Status_Group</botDialogGroup>
  7595. <botSteps>
  7596. <botVariableOperation>
  7597. <botInvocation>
  7598. <invocationActionName>ChatBotKnowledgeSearchUtil</invocationActionName>
  7599. <invocationActionType>apex</invocationActionType>
  7600. <invocationMappings>
  7601. <parameterName>sKeyword1</parameterName>
  7602. <type>Input</type>
  7603. <value>Child Filing Status Rules</value>
  7604. </invocationMappings>
  7605. <invocationMappings>
  7606. <parameterName>output</parameterName>
  7607. <type>Output</type>
  7608. <variableName>articleList</variableName>
  7609. <variableType>ConversationVariable</variableType>
  7610. </invocationMappings>
  7611. </botInvocation>
  7612. <type>Set</type>
  7613. </botVariableOperation>
  7614. <type>VariableOperation</type>
  7615. </botSteps>
  7616. <botSteps>
  7617. <botVariableOperation>
  7618. <askCollectIfSet>false</askCollectIfSet>
  7619. <botMessages>
  7620. <message>Do you meet the requirements shown in the link below?
  7621.  
  7622. {!articleList[0].url}</message>
  7623. </botMessages>
  7624. <botQuickReplyOptions>
  7625. <literalValue>Yes</literalValue>
  7626. </botQuickReplyOptions>
  7627. <botQuickReplyOptions>
  7628. <literalValue>No</literalValue>
  7629. </botQuickReplyOptions>
  7630. <botVariableOperands>
  7631. <disableAutoFill>true</disableAutoFill>
  7632. <sourceName>YesOrNoValue</sourceName>
  7633. <sourceType>MlSlotClass</sourceType>
  7634. <targetName>FSChildRulesArticleYesOrNo</targetName>
  7635. <targetType>ConversationVariable</targetType>
  7636. </botVariableOperands>
  7637. <optionalCollect>false</optionalCollect>
  7638. <quickReplyType>Static</quickReplyType>
  7639. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  7640. <retryMessages>
  7641. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  7642. </retryMessages>
  7643. <type>Collect</type>
  7644. </botVariableOperation>
  7645. <type>VariableOperation</type>
  7646. </botSteps>
  7647. <botSteps>
  7648. <botStepConditions>
  7649. <leftOperandName>FSChildRulesArticleYesOrNo</leftOperandName>
  7650. <leftOperandType>ConversationVariable</leftOperandType>
  7651. <operatorType>Equals</operatorType>
  7652. <rightOperandValue>No</rightOperandValue>
  7653. </botStepConditions>
  7654. <botSteps>
  7655. <botVariableOperation>
  7656. <botVariableOperands>
  7657. <targetName>FSChildRulesArticleYesOrNo</targetName>
  7658. <targetType>ConversationVariable</targetType>
  7659. </botVariableOperands>
  7660. <type>Unset</type>
  7661. </botVariableOperation>
  7662. <type>VariableOperation</type>
  7663. </botSteps>
  7664. <botSteps>
  7665. <botNavigation>
  7666. <botNavigationLinks>
  7667. <targetBotDialog>Filing_Status_Sub_1</targetBotDialog>
  7668. </botNavigationLinks>
  7669. <type>Redirect</type>
  7670. </botNavigation>
  7671. <type>Navigation</type>
  7672. </botSteps>
  7673. <type>Group</type>
  7674. </botSteps>
  7675. <botSteps>
  7676. <botStepConditions>
  7677. <leftOperandName>FSChildRulesArticleYesOrNo</leftOperandName>
  7678. <leftOperandType>ConversationVariable</leftOperandType>
  7679. <operatorType>Equals</operatorType>
  7680. <rightOperandValue>Yes</rightOperandValue>
  7681. </botStepConditions>
  7682. <botSteps>
  7683. <botVariableOperation>
  7684. <botVariableOperands>
  7685. <targetName>FSChildRulesArticleYesOrNo</targetName>
  7686. <targetType>ConversationVariable</targetType>
  7687. </botVariableOperands>
  7688. <type>Unset</type>
  7689. </botVariableOperation>
  7690. <type>VariableOperation</type>
  7691. </botSteps>
  7692. <botSteps>
  7693. <botNavigation>
  7694. <botNavigationLinks>
  7695. <targetBotDialog>Child_Residency</targetBotDialog>
  7696. </botNavigationLinks>
  7697. <type>Redirect</type>
  7698. </botNavigation>
  7699. <type>Navigation</type>
  7700. </botSteps>
  7701. <type>Group</type>
  7702. </botSteps>
  7703. <botSteps>
  7704. <type>Wait</type>
  7705. </botSteps>
  7706. <developerName>Child_Rules_Article_Requirements</developerName>
  7707. <label>Child Rules Article Requirements</label>
  7708. <showInFooterMenu>false</showInFooterMenu>
  7709. </botDialogs>
  7710. <botDialogs>
  7711. <botDialogGroup>Filing_Status_Group</botDialogGroup>
  7712. <botSteps>
  7713. <botVariableOperation>
  7714. <askCollectIfSet>false</askCollectIfSet>
  7715. <botMessages>
  7716. <message>Did the child live in your home for the entire year, except for temporary absences?</message>
  7717. </botMessages>
  7718. <botQuickReplyOptions>
  7719. <literalValue>Yes</literalValue>
  7720. </botQuickReplyOptions>
  7721. <botQuickReplyOptions>
  7722. <literalValue>No</literalValue>
  7723. </botQuickReplyOptions>
  7724. <botVariableOperands>
  7725. <disableAutoFill>true</disableAutoFill>
  7726. <sourceName>YesOrNoValue</sourceName>
  7727. <sourceType>MlSlotClass</sourceType>
  7728. <targetName>FSChildLiveAtHomeYesOrNo</targetName>
  7729. <targetType>ConversationVariable</targetType>
  7730. </botVariableOperands>
  7731. <optionalCollect>false</optionalCollect>
  7732. <quickReplyType>Static</quickReplyType>
  7733. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  7734. <retryMessages>
  7735. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  7736. </retryMessages>
  7737. <type>Collect</type>
  7738. </botVariableOperation>
  7739. <type>VariableOperation</type>
  7740. </botSteps>
  7741. <botSteps>
  7742. <botStepConditions>
  7743. <leftOperandName>FSChildLiveAtHomeYesOrNo</leftOperandName>
  7744. <leftOperandType>ConversationVariable</leftOperandType>
  7745. <operatorType>Equals</operatorType>
  7746. <rightOperandValue>No</rightOperandValue>
  7747. </botStepConditions>
  7748. <botSteps>
  7749. <botVariableOperation>
  7750. <botVariableOperands>
  7751. <targetName>FSChildLiveAtHomeYesOrNo</targetName>
  7752. <targetType>ConversationVariable</targetType>
  7753. </botVariableOperands>
  7754. <type>Unset</type>
  7755. </botVariableOperation>
  7756. <type>VariableOperation</type>
  7757. </botSteps>
  7758. <botSteps>
  7759. <botNavigation>
  7760. <botNavigationLinks>
  7761. <targetBotDialog>Filing_Status_Sub_1</targetBotDialog>
  7762. </botNavigationLinks>
  7763. <type>Redirect</type>
  7764. </botNavigation>
  7765. <type>Navigation</type>
  7766. </botSteps>
  7767. <type>Group</type>
  7768. </botSteps>
  7769. <botSteps>
  7770. <botStepConditions>
  7771. <leftOperandName>FSChildLiveAtHomeYesOrNo</leftOperandName>
  7772. <leftOperandType>ConversationVariable</leftOperandType>
  7773. <operatorType>Equals</operatorType>
  7774. <rightOperandValue>Yes</rightOperandValue>
  7775. </botStepConditions>
  7776. <botSteps>
  7777. <botVariableOperation>
  7778. <botVariableOperands>
  7779. <targetName>FSChildLiveAtHomeYesOrNo</targetName>
  7780. <targetType>ConversationVariable</targetType>
  7781. </botVariableOperands>
  7782. <type>Unset</type>
  7783. </botVariableOperation>
  7784. <type>VariableOperation</type>
  7785. </botSteps>
  7786. <botSteps>
  7787. <botNavigation>
  7788. <botNavigationLinks>
  7789. <targetBotDialog>Pay_More_Than_Half</targetBotDialog>
  7790. </botNavigationLinks>
  7791. <type>Redirect</type>
  7792. </botNavigation>
  7793. <type>Navigation</type>
  7794. </botSteps>
  7795. <type>Group</type>
  7796. </botSteps>
  7797. <botSteps>
  7798. <type>Wait</type>
  7799. </botSteps>
  7800. <developerName>Child_Residency</developerName>
  7801. <label>Child Residency</label>
  7802. <showInFooterMenu>false</showInFooterMenu>
  7803. </botDialogs>
  7804. <botDialogs>
  7805. <botDialogGroup>Filing_Status_Group</botDialogGroup>
  7806. <botSteps>
  7807. <botVariableOperation>
  7808. <askCollectIfSet>false</askCollectIfSet>
  7809. <botMessages>
  7810. <message>Do you pay more than half of the cost of keeping up a home that&apos;s the main home for you and the dependent child?</message>
  7811. </botMessages>
  7812. <botQuickReplyOptions>
  7813. <literalValue>Yes</literalValue>
  7814. </botQuickReplyOptions>
  7815. <botQuickReplyOptions>
  7816. <literalValue>No</literalValue>
  7817. </botQuickReplyOptions>
  7818. <botVariableOperands>
  7819. <disableAutoFill>true</disableAutoFill>
  7820. <sourceName>YesOrNoValue</sourceName>
  7821. <sourceType>MlSlotClass</sourceType>
  7822. <targetName>FSPayMoreThanHalfYesOrNo</targetName>
  7823. <targetType>ConversationVariable</targetType>
  7824. </botVariableOperands>
  7825. <optionalCollect>false</optionalCollect>
  7826. <quickReplyType>Static</quickReplyType>
  7827. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  7828. <retryMessages>
  7829. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  7830. </retryMessages>
  7831. <type>Collect</type>
  7832. </botVariableOperation>
  7833. <type>VariableOperation</type>
  7834. </botSteps>
  7835. <botSteps>
  7836. <botStepConditions>
  7837. <leftOperandName>FSPayMoreThanHalfYesOrNo</leftOperandName>
  7838. <leftOperandType>ConversationVariable</leftOperandType>
  7839. <operatorType>Equals</operatorType>
  7840. <rightOperandValue>No</rightOperandValue>
  7841. </botStepConditions>
  7842. <botSteps>
  7843. <botVariableOperation>
  7844. <botVariableOperands>
  7845. <targetName>FSPayMoreThanHalfYesOrNo</targetName>
  7846. <targetType>ConversationVariable</targetType>
  7847. </botVariableOperands>
  7848. <type>Unset</type>
  7849. </botVariableOperation>
  7850. <type>VariableOperation</type>
  7851. </botSteps>
  7852. <botSteps>
  7853. <botNavigation>
  7854. <botNavigationLinks>
  7855. <targetBotDialog>Filing_Status_Sub_1</targetBotDialog>
  7856. </botNavigationLinks>
  7857. <type>Redirect</type>
  7858. </botNavigation>
  7859. <type>Navigation</type>
  7860. </botSteps>
  7861. <type>Group</type>
  7862. </botSteps>
  7863. <botSteps>
  7864. <botStepConditions>
  7865. <leftOperandName>FSPayMoreThanHalfYesOrNo</leftOperandName>
  7866. <leftOperandType>ConversationVariable</leftOperandType>
  7867. <operatorType>Equals</operatorType>
  7868. <rightOperandValue>Yes</rightOperandValue>
  7869. </botStepConditions>
  7870. <botSteps>
  7871. <botVariableOperation>
  7872. <botVariableOperands>
  7873. <targetName>FSPayMoreThanHalfYesOrNo</targetName>
  7874. <targetType>ConversationVariable</targetType>
  7875. </botVariableOperands>
  7876. <type>Unset</type>
  7877. </botVariableOperation>
  7878. <type>VariableOperation</type>
  7879. </botSteps>
  7880. <botSteps>
  7881. <botNavigation>
  7882. <botNavigationLinks>
  7883. <targetBotDialog>Eligible_To_File_as_Widow</targetBotDialog>
  7884. </botNavigationLinks>
  7885. <type>Redirect</type>
  7886. </botNavigation>
  7887. <type>Navigation</type>
  7888. </botSteps>
  7889. <type>Group</type>
  7890. </botSteps>
  7891. <botSteps>
  7892. <type>Wait</type>
  7893. </botSteps>
  7894. <developerName>Pay_More_Than_Half</developerName>
  7895. <label>Pay More Than Half</label>
  7896. <showInFooterMenu>false</showInFooterMenu>
  7897. </botDialogs>
  7898. <botDialogs>
  7899. <botDialogGroup>Filing_Status_Group</botDialogGroup>
  7900. <botSteps>
  7901. <botMessages>
  7902. <message>Based on your responses, you&apos;re eligible to file as a qualifying widow(er).</message>
  7903. </botMessages>
  7904. <type>Message</type>
  7905. </botSteps>
  7906. <botSteps>
  7907. <botNavigation>
  7908. <botNavigationLinks>
  7909. <targetBotDialog>VA_End_of_Flow</targetBotDialog>
  7910. </botNavigationLinks>
  7911. <type>Redirect</type>
  7912. </botNavigation>
  7913. <type>Navigation</type>
  7914. </botSteps>
  7915. <developerName>Eligible_To_File_as_Widow</developerName>
  7916. <label>Eligible To File as Widow</label>
  7917. <showInFooterMenu>false</showInFooterMenu>
  7918. </botDialogs>
  7919. <botDialogs>
  7920. <botDialogGroup>Filing_Status_Group</botDialogGroup>
  7921. <botSteps>
  7922. <botVariableOperation>
  7923. <askCollectIfSet>false</askCollectIfSet>
  7924. <botMessages>
  7925. <message>Does the child meet these requirements?
  7926. Please click on the following link for the requirements.
  7927.  
  7928. https://www.irs.gov/credits-deductions/individuals/earned-income-tax-credit/qualifying-child-rules</message>
  7929. </botMessages>
  7930. <botQuickReplyOptions>
  7931. <literalValue>Yes</literalValue>
  7932. </botQuickReplyOptions>
  7933. <botQuickReplyOptions>
  7934. <literalValue>No</literalValue>
  7935. </botQuickReplyOptions>
  7936. <botVariableOperands>
  7937. <disableAutoFill>true</disableAutoFill>
  7938. <sourceName>YesOrNoValue</sourceName>
  7939. <sourceType>MlSlotClass</sourceType>
  7940. <targetName>FSDoesChildMeetRequirementsYesOrNo</targetName>
  7941. <targetType>ConversationVariable</targetType>
  7942. </botVariableOperands>
  7943. <optionalCollect>false</optionalCollect>
  7944. <quickReplyType>Static</quickReplyType>
  7945. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  7946. <retryMessages>
  7947. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  7948. </retryMessages>
  7949. <type>Collect</type>
  7950. </botVariableOperation>
  7951. <type>VariableOperation</type>
  7952. </botSteps>
  7953. <botSteps>
  7954. <botStepConditions>
  7955. <leftOperandName>FSDoesChildMeetRequirementsYesOrNo</leftOperandName>
  7956. <leftOperandType>ConversationVariable</leftOperandType>
  7957. <operatorType>Equals</operatorType>
  7958. <rightOperandValue>Yes</rightOperandValue>
  7959. </botStepConditions>
  7960. <botSteps>
  7961. <botVariableOperation>
  7962. <botVariableOperands>
  7963. <targetName>FSDoesChildMeetRequirementsYesOrNo</targetName>
  7964. <targetType>ConversationVariable</targetType>
  7965. </botVariableOperands>
  7966. <type>Unset</type>
  7967. </botVariableOperation>
  7968. <type>VariableOperation</type>
  7969. </botSteps>
  7970. <botSteps>
  7971. <botNavigation>
  7972. <botNavigationLinks>
  7973. <targetBotDialog>Eligible_for_HOH</targetBotDialog>
  7974. </botNavigationLinks>
  7975. <type>Redirect</type>
  7976. </botNavigation>
  7977. <type>Navigation</type>
  7978. </botSteps>
  7979. <type>Group</type>
  7980. </botSteps>
  7981. <botSteps>
  7982. <botStepConditions>
  7983. <leftOperandName>FSDoesChildMeetRequirementsYesOrNo</leftOperandName>
  7984. <leftOperandType>ConversationVariable</leftOperandType>
  7985. <operatorType>Equals</operatorType>
  7986. <rightOperandValue>No</rightOperandValue>
  7987. </botStepConditions>
  7988. <botSteps>
  7989. <botVariableOperation>
  7990. <botVariableOperands>
  7991. <targetName>FSDoesChildMeetRequirementsYesOrNo</targetName>
  7992. <targetType>ConversationVariable</targetType>
  7993. </botVariableOperands>
  7994. <type>Unset</type>
  7995. </botVariableOperation>
  7996. <type>VariableOperation</type>
  7997. </botSteps>
  7998. <botSteps>
  7999. <botNavigation>
  8000. <botNavigationLinks>
  8001. <targetBotDialog>HOH_Requirement_Article</targetBotDialog>
  8002. </botNavigationLinks>
  8003. <type>Redirect</type>
  8004. </botNavigation>
  8005. <type>Navigation</type>
  8006. </botSteps>
  8007. <type>Group</type>
  8008. </botSteps>
  8009. <botSteps>
  8010. <type>Wait</type>
  8011. </botSteps>
  8012. <developerName>Filing_Status_Sub_2</developerName>
  8013. <label>Filing Status Sub 2</label>
  8014. <showInFooterMenu>false</showInFooterMenu>
  8015. </botDialogs>
  8016. <botDialogs>
  8017. <botDialogGroup>Filing_Status_Group</botDialogGroup>
  8018. <botSteps>
  8019. <botVariableOperation>
  8020. <askCollectIfSet>false</askCollectIfSet>
  8021. <botMessages>
  8022. <message>Did you pay to maintain a home for more than half the year for another person?</message>
  8023. </botMessages>
  8024. <botQuickReplyOptions>
  8025. <literalValue>Yes</literalValue>
  8026. </botQuickReplyOptions>
  8027. <botQuickReplyOptions>
  8028. <literalValue>No</literalValue>
  8029. </botQuickReplyOptions>
  8030. <botVariableOperands>
  8031. <disableAutoFill>true</disableAutoFill>
  8032. <sourceName>YesOrNoValue</sourceName>
  8033. <sourceType>MlSlotClass</sourceType>
  8034. <targetName>FSPayToMaintainHomeYesOrNo</targetName>
  8035. <targetType>ConversationVariable</targetType>
  8036. </botVariableOperands>
  8037. <optionalCollect>false</optionalCollect>
  8038. <quickReplyType>Static</quickReplyType>
  8039. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  8040. <retryMessages>
  8041. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  8042. </retryMessages>
  8043. <type>Collect</type>
  8044. </botVariableOperation>
  8045. <type>VariableOperation</type>
  8046. </botSteps>
  8047. <botSteps>
  8048. <botStepConditions>
  8049. <leftOperandName>FSPayToMaintainHomeYesOrNo</leftOperandName>
  8050. <leftOperandType>ConversationVariable</leftOperandType>
  8051. <operatorType>Equals</operatorType>
  8052. <rightOperandValue>Yes</rightOperandValue>
  8053. </botStepConditions>
  8054. <botSteps>
  8055. <botVariableOperation>
  8056. <botVariableOperands>
  8057. <targetName>FSPayToMaintainHomeYesOrNo</targetName>
  8058. <targetType>ConversationVariable</targetType>
  8059. </botVariableOperands>
  8060. <type>Unset</type>
  8061. </botVariableOperation>
  8062. <type>VariableOperation</type>
  8063. </botSteps>
  8064. <botSteps>
  8065. <botNavigation>
  8066. <botNavigationLinks>
  8067. <targetBotDialog>Filing_Status_Sub_2</targetBotDialog>
  8068. </botNavigationLinks>
  8069. <type>Redirect</type>
  8070. </botNavigation>
  8071. <type>Navigation</type>
  8072. </botSteps>
  8073. <type>Group</type>
  8074. </botSteps>
  8075. <botSteps>
  8076. <botStepConditions>
  8077. <leftOperandName>FSPayToMaintainHomeYesOrNo</leftOperandName>
  8078. <leftOperandType>ConversationVariable</leftOperandType>
  8079. <operatorType>Equals</operatorType>
  8080. <rightOperandValue>No</rightOperandValue>
  8081. </botStepConditions>
  8082. <botSteps>
  8083. <botVariableOperation>
  8084. <botVariableOperands>
  8085. <targetName>FSPayToMaintainHomeYesOrNo</targetName>
  8086. <targetType>ConversationVariable</targetType>
  8087. </botVariableOperands>
  8088. <type>Unset</type>
  8089. </botVariableOperation>
  8090. <type>VariableOperation</type>
  8091. </botSteps>
  8092. <botSteps>
  8093. <botNavigation>
  8094. <botNavigationLinks>
  8095. <targetBotDialog>Pay_More_Than_Half_2</targetBotDialog>
  8096. </botNavigationLinks>
  8097. <type>Redirect</type>
  8098. </botNavigation>
  8099. <type>Navigation</type>
  8100. </botSteps>
  8101. <type>Group</type>
  8102. </botSteps>
  8103. <botSteps>
  8104. <type>Wait</type>
  8105. </botSteps>
  8106. <developerName>Pay_To_Maintain_Home</developerName>
  8107. <label>Pay To Maintain Home</label>
  8108. <showInFooterMenu>false</showInFooterMenu>
  8109. </botDialogs>
  8110. <botDialogs>
  8111. <botDialogGroup>Filing_Status_Group</botDialogGroup>
  8112. <botSteps>
  8113. <botVariableOperation>
  8114. <askCollectIfSet>false</askCollectIfSet>
  8115. <botMessages>
  8116. <message>Do you pay more half the housing cost for one or both of your parents, giving you the ability to claim them as a dependent?</message>
  8117. </botMessages>
  8118. <botQuickReplyOptions>
  8119. <literalValue>Yes</literalValue>
  8120. </botQuickReplyOptions>
  8121. <botQuickReplyOptions>
  8122. <literalValue>No</literalValue>
  8123. </botQuickReplyOptions>
  8124. <botVariableOperands>
  8125. <disableAutoFill>true</disableAutoFill>
  8126. <sourceName>YesOrNoValue</sourceName>
  8127. <sourceType>MlSlotClass</sourceType>
  8128. <targetName>FSPayMoreThanHalf2YesOrNo</targetName>
  8129. <targetType>ConversationVariable</targetType>
  8130. </botVariableOperands>
  8131. <optionalCollect>false</optionalCollect>
  8132. <quickReplyType>Static</quickReplyType>
  8133. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  8134. <retryMessages>
  8135. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  8136. </retryMessages>
  8137. <type>Collect</type>
  8138. </botVariableOperation>
  8139. <type>VariableOperation</type>
  8140. </botSteps>
  8141. <botSteps>
  8142. <botStepConditions>
  8143. <leftOperandName>FSPayMoreThanHalf2YesOrNo</leftOperandName>
  8144. <leftOperandType>ConversationVariable</leftOperandType>
  8145. <operatorType>Equals</operatorType>
  8146. <rightOperandValue>Yes</rightOperandValue>
  8147. </botStepConditions>
  8148. <botSteps>
  8149. <botVariableOperation>
  8150. <botVariableOperands>
  8151. <targetName>FSPayMoreThanHalf2YesOrNo</targetName>
  8152. <targetType>ConversationVariable</targetType>
  8153. </botVariableOperands>
  8154. <type>Unset</type>
  8155. </botVariableOperation>
  8156. <type>VariableOperation</type>
  8157. </botSteps>
  8158. <botSteps>
  8159. <botNavigation>
  8160. <botNavigationLinks>
  8161. <targetBotDialog>Eligible_for_HOH</targetBotDialog>
  8162. </botNavigationLinks>
  8163. <type>Redirect</type>
  8164. </botNavigation>
  8165. <type>Navigation</type>
  8166. </botSteps>
  8167. <type>Group</type>
  8168. </botSteps>
  8169. <botSteps>
  8170. <botStepConditions>
  8171. <leftOperandName>FSPayMoreThanHalf2YesOrNo</leftOperandName>
  8172. <leftOperandType>ConversationVariable</leftOperandType>
  8173. <operatorType>Equals</operatorType>
  8174. <rightOperandValue>No</rightOperandValue>
  8175. </botStepConditions>
  8176. <botSteps>
  8177. <botVariableOperation>
  8178. <botVariableOperands>
  8179. <targetName>FSPayMoreThanHalf2YesOrNo</targetName>
  8180. <targetType>ConversationVariable</targetType>
  8181. </botVariableOperands>
  8182. <type>Unset</type>
  8183. </botVariableOperation>
  8184. <type>VariableOperation</type>
  8185. </botSteps>
  8186. <botSteps>
  8187. <botNavigation>
  8188. <botNavigationLinks>
  8189. <targetBotDialog>Ineligible_for_HOH</targetBotDialog>
  8190. </botNavigationLinks>
  8191. <type>Redirect</type>
  8192. </botNavigation>
  8193. <type>Navigation</type>
  8194. </botSteps>
  8195. <type>Group</type>
  8196. </botSteps>
  8197. <botSteps>
  8198. <type>Wait</type>
  8199. </botSteps>
  8200. <developerName>Pay_More_Than_Half_2</developerName>
  8201. <label>Pay More Than Half 2</label>
  8202. <showInFooterMenu>false</showInFooterMenu>
  8203. </botDialogs>
  8204. <botDialogs>
  8205. <botDialogGroup>Filing_Status_Group</botDialogGroup>
  8206. <botSteps>
  8207. <botMessages>
  8208. <message>Based on your responses, you can file as head of household.</message>
  8209. </botMessages>
  8210. <type>Message</type>
  8211. </botSteps>
  8212. <botSteps>
  8213. <botNavigation>
  8214. <botNavigationLinks>
  8215. <targetBotDialog>VA_End_of_Flow</targetBotDialog>
  8216. </botNavigationLinks>
  8217. <type>Redirect</type>
  8218. </botNavigation>
  8219. <type>Navigation</type>
  8220. </botSteps>
  8221. <developerName>Eligible_for_HOH</developerName>
  8222. <label>Eligible for HOH</label>
  8223. <showInFooterMenu>false</showInFooterMenu>
  8224. </botDialogs>
  8225. <botDialogs>
  8226. <botDialogGroup>Filing_Status_Group</botDialogGroup>
  8227. <botSteps>
  8228. <botMessages>
  8229. <message>Based on your responses, you don&apos;t qualify to file as head of household.</message>
  8230. </botMessages>
  8231. <type>Message</type>
  8232. </botSteps>
  8233. <botSteps>
  8234. <botNavigation>
  8235. <botNavigationLinks>
  8236. <targetBotDialog>VA_End_of_Flow</targetBotDialog>
  8237. </botNavigationLinks>
  8238. <type>Redirect</type>
  8239. </botNavigation>
  8240. <type>Navigation</type>
  8241. </botSteps>
  8242. <developerName>Ineligible_for_HOH</developerName>
  8243. <label>Ineligible for HOH</label>
  8244. <showInFooterMenu>false</showInFooterMenu>
  8245. </botDialogs>
  8246. <botDialogs>
  8247. <botDialogGroup>Filing_Status_Group</botDialogGroup>
  8248. <botSteps>
  8249. <botVariableOperation>
  8250. <botInvocation>
  8251. <invocationActionName>ChatBotKnowledgeSearchUtil</invocationActionName>
  8252. <invocationActionType>apex</invocationActionType>
  8253. <invocationMappings>
  8254. <parameterName>sKeyword1</parameterName>
  8255. <type>Input</type>
  8256. <value>HOH Requirements</value>
  8257. </invocationMappings>
  8258. <invocationMappings>
  8259. <parameterName>output</parameterName>
  8260. <type>Output</type>
  8261. <variableName>articleList</variableName>
  8262. <variableType>ConversationVariable</variableType>
  8263. </invocationMappings>
  8264. </botInvocation>
  8265. <type>Set</type>
  8266. </botVariableOperation>
  8267. <type>VariableOperation</type>
  8268. </botSteps>
  8269. <botSteps>
  8270. <botVariableOperation>
  8271. <askCollectIfSet>false</askCollectIfSet>
  8272. <botMessages>
  8273. <message>Does that person meet the requirements in the following link?
  8274.  
  8275. {!articleList[0].url}</message>
  8276. </botMessages>
  8277. <botQuickReplyOptions>
  8278. <literalValue>Yes</literalValue>
  8279. </botQuickReplyOptions>
  8280. <botQuickReplyOptions>
  8281. <literalValue>No</literalValue>
  8282. </botQuickReplyOptions>
  8283. <botVariableOperands>
  8284. <disableAutoFill>true</disableAutoFill>
  8285. <sourceName>YesOrNoValue</sourceName>
  8286. <sourceType>MlSlotClass</sourceType>
  8287. <targetName>FSHOHArticleYesOrNo</targetName>
  8288. <targetType>ConversationVariable</targetType>
  8289. </botVariableOperands>
  8290. <optionalCollect>false</optionalCollect>
  8291. <quickReplyType>Static</quickReplyType>
  8292. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  8293. <retryMessages>
  8294. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  8295. </retryMessages>
  8296. <type>Collect</type>
  8297. </botVariableOperation>
  8298. <type>VariableOperation</type>
  8299. </botSteps>
  8300. <botSteps>
  8301. <botStepConditions>
  8302. <leftOperandName>FSHOHArticleYesOrNo</leftOperandName>
  8303. <leftOperandType>ConversationVariable</leftOperandType>
  8304. <operatorType>Equals</operatorType>
  8305. <rightOperandValue>Yes</rightOperandValue>
  8306. </botStepConditions>
  8307. <botSteps>
  8308. <botVariableOperation>
  8309. <botVariableOperands>
  8310. <targetName>FSHOHArticleYesOrNo</targetName>
  8311. <targetType>ConversationVariable</targetType>
  8312. </botVariableOperands>
  8313. <type>Unset</type>
  8314. </botVariableOperation>
  8315. <type>VariableOperation</type>
  8316. </botSteps>
  8317. <botSteps>
  8318. <botNavigation>
  8319. <botNavigationLinks>
  8320. <targetBotDialog>Eligible_for_HOH</targetBotDialog>
  8321. </botNavigationLinks>
  8322. <type>Redirect</type>
  8323. </botNavigation>
  8324. <type>Navigation</type>
  8325. </botSteps>
  8326. <type>Group</type>
  8327. </botSteps>
  8328. <botSteps>
  8329. <botStepConditions>
  8330. <leftOperandName>FSHOHArticleYesOrNo</leftOperandName>
  8331. <leftOperandType>ConversationVariable</leftOperandType>
  8332. <operatorType>Equals</operatorType>
  8333. <rightOperandValue>No</rightOperandValue>
  8334. </botStepConditions>
  8335. <botSteps>
  8336. <botVariableOperation>
  8337. <botVariableOperands>
  8338. <targetName>FSHOHArticleYesOrNo</targetName>
  8339. <targetType>ConversationVariable</targetType>
  8340. </botVariableOperands>
  8341. <type>Unset</type>
  8342. </botVariableOperation>
  8343. <type>VariableOperation</type>
  8344. </botSteps>
  8345. <botSteps>
  8346. <botNavigation>
  8347. <botNavigationLinks>
  8348. <targetBotDialog>Ineligible_for_HOH</targetBotDialog>
  8349. </botNavigationLinks>
  8350. <type>Redirect</type>
  8351. </botNavigation>
  8352. <type>Navigation</type>
  8353. </botSteps>
  8354. <type>Group</type>
  8355. </botSteps>
  8356. <botSteps>
  8357. <type>Wait</type>
  8358. </botSteps>
  8359. <developerName>HOH_Requirement_Article</developerName>
  8360. <label>HOH Requirement Article</label>
  8361. <showInFooterMenu>false</showInFooterMenu>
  8362. </botDialogs>
  8363. <botDialogs>
  8364. <botDialogGroup>VA_End_of_Flow_Group</botDialogGroup>
  8365. <botSteps>
  8366. <botVariableOperation>
  8367. <askCollectIfSet>false</askCollectIfSet>
  8368. <botMessages>
  8369. <message>Did this resolve your issue?</message>
  8370. </botMessages>
  8371. <botQuickReplyOptions>
  8372. <literalValue>Yes</literalValue>
  8373. </botQuickReplyOptions>
  8374. <botQuickReplyOptions>
  8375. <literalValue>No</literalValue>
  8376. </botQuickReplyOptions>
  8377. <botVariableOperands>
  8378. <disableAutoFill>true</disableAutoFill>
  8379. <sourceName>YesOrNoValue</sourceName>
  8380. <sourceType>MlSlotClass</sourceType>
  8381. <targetName>EndOfFlowResolved</targetName>
  8382. <targetType>ConversationVariable</targetType>
  8383. </botVariableOperands>
  8384. <optionalCollect>false</optionalCollect>
  8385. <quickReplyType>Static</quickReplyType>
  8386. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  8387. <retryMessages>
  8388. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  8389. </retryMessages>
  8390. <type>Collect</type>
  8391. </botVariableOperation>
  8392. <type>VariableOperation</type>
  8393. </botSteps>
  8394. <botSteps>
  8395. <botStepConditions>
  8396. <leftOperandName>EndOfFlowResolved</leftOperandName>
  8397. <leftOperandType>ConversationVariable</leftOperandType>
  8398. <operatorType>Equals</operatorType>
  8399. <rightOperandValue>Yes</rightOperandValue>
  8400. </botStepConditions>
  8401. <botSteps>
  8402. <botVariableOperation>
  8403. <botVariableOperands>
  8404. <targetName>EndOfFlowResolved</targetName>
  8405. <targetType>ConversationVariable</targetType>
  8406. </botVariableOperands>
  8407. <type>Unset</type>
  8408. </botVariableOperation>
  8409. <type>VariableOperation</type>
  8410. </botSteps>
  8411. <botSteps>
  8412. <botNavigation>
  8413. <botNavigationLinks>
  8414. <targetBotDialog>Anything_Else</targetBotDialog>
  8415. </botNavigationLinks>
  8416. <type>Redirect</type>
  8417. </botNavigation>
  8418. <type>Navigation</type>
  8419. </botSteps>
  8420. <type>Group</type>
  8421. </botSteps>
  8422. <botSteps>
  8423. <botStepConditions>
  8424. <leftOperandName>EndOfFlowResolved</leftOperandName>
  8425. <leftOperandType>ConversationVariable</leftOperandType>
  8426. <operatorType>Equals</operatorType>
  8427. <rightOperandValue>No</rightOperandValue>
  8428. </botStepConditions>
  8429. <botSteps>
  8430. <botVariableOperation>
  8431. <botVariableOperands>
  8432. <targetName>EndOfFlowResolved</targetName>
  8433. <targetType>ConversationVariable</targetType>
  8434. </botVariableOperands>
  8435. <type>Unset</type>
  8436. </botVariableOperation>
  8437. <type>VariableOperation</type>
  8438. </botSteps>
  8439. <botSteps>
  8440. <botNavigation>
  8441. <botNavigationLinks>
  8442. <targetBotDialog>Prompt_for_Transfer_To_Agent</targetBotDialog>
  8443. </botNavigationLinks>
  8444. <type>Redirect</type>
  8445. </botNavigation>
  8446. <type>Navigation</type>
  8447. </botSteps>
  8448. <type>Group</type>
  8449. </botSteps>
  8450. <botSteps>
  8451. <type>Wait</type>
  8452. </botSteps>
  8453. <developerName>VA_End_of_Flow</developerName>
  8454. <label>VA End of Flow</label>
  8455. <showInFooterMenu>false</showInFooterMenu>
  8456. </botDialogs>
  8457. <botDialogs>
  8458. <botDialogGroup>VA_End_of_Flow_Group</botDialogGroup>
  8459. <botSteps>
  8460. <botVariableOperation>
  8461. <askCollectIfSet>false</askCollectIfSet>
  8462. <botMessages>
  8463. <message>Is there anything else I can help you with?</message>
  8464. </botMessages>
  8465. <botQuickReplyOptions>
  8466. <literalValue>Yes</literalValue>
  8467. </botQuickReplyOptions>
  8468. <botQuickReplyOptions>
  8469. <literalValue>No</literalValue>
  8470. </botQuickReplyOptions>
  8471. <botVariableOperands>
  8472. <disableAutoFill>true</disableAutoFill>
  8473. <sourceName>YesOrNoValue</sourceName>
  8474. <sourceType>MlSlotClass</sourceType>
  8475. <targetName>AnythingElseBoolean</targetName>
  8476. <targetType>ConversationVariable</targetType>
  8477. </botVariableOperands>
  8478. <optionalCollect>false</optionalCollect>
  8479. <quickReplyType>Static</quickReplyType>
  8480. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  8481. <retryMessages>
  8482. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  8483. </retryMessages>
  8484. <type>Collect</type>
  8485. </botVariableOperation>
  8486. <type>VariableOperation</type>
  8487. </botSteps>
  8488. <botSteps>
  8489. <botStepConditions>
  8490. <leftOperandName>AnythingElseBoolean</leftOperandName>
  8491. <leftOperandType>ConversationVariable</leftOperandType>
  8492. <operatorType>Equals</operatorType>
  8493. <rightOperandValue>Yes</rightOperandValue>
  8494. </botStepConditions>
  8495. <botSteps>
  8496. <botVariableOperation>
  8497. <botVariableOperands>
  8498. <targetName>AnythingElseBoolean</targetName>
  8499. <targetType>ConversationVariable</targetType>
  8500. </botVariableOperands>
  8501. <type>Unset</type>
  8502. </botVariableOperation>
  8503. <type>VariableOperation</type>
  8504. </botSteps>
  8505. <botSteps>
  8506. <botVariableOperation>
  8507. <botVariableOperands>
  8508. <sourceName>Software_Chatty</sourceName>
  8509. <sourceType>BotDefinition</sourceType>
  8510. <targetName>SoftwareBot</targetName>
  8511. <targetType>ConversationVariable</targetType>
  8512. </botVariableOperands>
  8513. <type>Set</type>
  8514. </botVariableOperation>
  8515. <type>VariableOperation</type>
  8516. </botSteps>
  8517. <botSteps>
  8518. <conversationSystemMessage>
  8519. <systemMessageMappings>
  8520. <mappingType>Input</mappingType>
  8521. <parameterType>Transfer</parameterType>
  8522. <variableName>SoftwareBot</variableName>
  8523. </systemMessageMappings>
  8524. <type>Transfer</type>
  8525. </conversationSystemMessage>
  8526. <type>SystemMessage</type>
  8527. </botSteps>
  8528. <type>Group</type>
  8529. </botSteps>
  8530. <botSteps>
  8531. <botStepConditions>
  8532. <leftOperandName>AnythingElseBoolean</leftOperandName>
  8533. <leftOperandType>ConversationVariable</leftOperandType>
  8534. <operatorType>Equals</operatorType>
  8535. <rightOperandValue>No</rightOperandValue>
  8536. </botStepConditions>
  8537. <botSteps>
  8538. <botVariableOperation>
  8539. <botVariableOperands>
  8540. <targetName>AnythingElseBoolean</targetName>
  8541. <targetType>ConversationVariable</targetType>
  8542. </botVariableOperands>
  8543. <type>Unset</type>
  8544. </botVariableOperation>
  8545. <type>VariableOperation</type>
  8546. </botSteps>
  8547. <botSteps>
  8548. <botMessages>
  8549. <message>I&apos;m glad I could help. Thank you for choosing H&amp;R Block.</message>
  8550. </botMessages>
  8551. <type>Message</type>
  8552. </botSteps>
  8553. <type>Group</type>
  8554. </botSteps>
  8555. <botSteps>
  8556. <type>Wait</type>
  8557. </botSteps>
  8558. <developerName>Anything_Else</developerName>
  8559. <label>Anything Else</label>
  8560. <showInFooterMenu>false</showInFooterMenu>
  8561. </botDialogs>
  8562. <botDialogs>
  8563. <botSteps>
  8564. <botVariableOperation>
  8565. <askCollectIfSet>false</askCollectIfSet>
  8566. <botMessages>
  8567. <message>Would you like to chat with an agent?</message>
  8568. </botMessages>
  8569. <botQuickReplyOptions>
  8570. <literalValue>Yes</literalValue>
  8571. </botQuickReplyOptions>
  8572. <botQuickReplyOptions>
  8573. <literalValue>No</literalValue>
  8574. </botQuickReplyOptions>
  8575. <botVariableOperands>
  8576. <disableAutoFill>true</disableAutoFill>
  8577. <sourceName>YesOrNoValue</sourceName>
  8578. <sourceType>MlSlotClass</sourceType>
  8579. <targetName>AgentPromptYesOrNo</targetName>
  8580. <targetType>ConversationVariable</targetType>
  8581. </botVariableOperands>
  8582. <optionalCollect>false</optionalCollect>
  8583. <quickReplyType>Static</quickReplyType>
  8584. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  8585. <retryMessages>
  8586. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  8587. </retryMessages>
  8588. <type>Collect</type>
  8589. </botVariableOperation>
  8590. <type>VariableOperation</type>
  8591. </botSteps>
  8592. <botSteps>
  8593. <botStepConditions>
  8594. <leftOperandName>AgentPromptYesOrNo</leftOperandName>
  8595. <leftOperandType>ConversationVariable</leftOperandType>
  8596. <operatorType>Equals</operatorType>
  8597. <rightOperandValue>Yes</rightOperandValue>
  8598. </botStepConditions>
  8599. <botSteps>
  8600. <botVariableOperation>
  8601. <botVariableOperands>
  8602. <targetName>AgentPromptYesOrNo</targetName>
  8603. <targetType>ConversationVariable</targetType>
  8604. </botVariableOperands>
  8605. <type>Unset</type>
  8606. </botVariableOperation>
  8607. <type>VariableOperation</type>
  8608. </botSteps>
  8609. <botSteps>
  8610. <botMessages>
  8611. <message>Please hold while I transfer you to an agent.</message>
  8612. </botMessages>
  8613. <type>Message</type>
  8614. </botSteps>
  8615. <botSteps>
  8616. <botNavigation>
  8617. <botNavigationLinks>
  8618. <targetBotDialog>Transfer_To_Agent</targetBotDialog>
  8619. </botNavigationLinks>
  8620. <type>Redirect</type>
  8621. </botNavigation>
  8622. <type>Navigation</type>
  8623. </botSteps>
  8624. <type>Group</type>
  8625. </botSteps>
  8626. <botSteps>
  8627. <botStepConditions>
  8628. <leftOperandName>AgentPromptYesOrNo</leftOperandName>
  8629. <leftOperandType>ConversationVariable</leftOperandType>
  8630. <operatorType>Equals</operatorType>
  8631. <rightOperandValue>No</rightOperandValue>
  8632. </botStepConditions>
  8633. <botSteps>
  8634. <botVariableOperation>
  8635. <botVariableOperands>
  8636. <targetName>AgentPromptYesOrNo</targetName>
  8637. <targetType>ConversationVariable</targetType>
  8638. </botVariableOperands>
  8639. <type>Unset</type>
  8640. </botVariableOperation>
  8641. <type>VariableOperation</type>
  8642. </botSteps>
  8643. <botSteps>
  8644. <botVariableOperation>
  8645. <botVariableOperands>
  8646. <sourceName>Software_Chatty</sourceName>
  8647. <sourceType>BotDefinition</sourceType>
  8648. <targetName>SoftwareBot</targetName>
  8649. <targetType>ConversationVariable</targetType>
  8650. </botVariableOperands>
  8651. <type>Set</type>
  8652. </botVariableOperation>
  8653. <type>VariableOperation</type>
  8654. </botSteps>
  8655. <botSteps>
  8656. <conversationSystemMessage>
  8657. <systemMessageMappings>
  8658. <mappingType>Input</mappingType>
  8659. <parameterType>Transfer</parameterType>
  8660. <variableName>SoftwareBot</variableName>
  8661. </systemMessageMappings>
  8662. <type>Transfer</type>
  8663. </conversationSystemMessage>
  8664. <type>SystemMessage</type>
  8665. </botSteps>
  8666. <type>Group</type>
  8667. </botSteps>
  8668. <botSteps>
  8669. <type>Wait</type>
  8670. </botSteps>
  8671. <developerName>Prompt_for_Transfer_To_Agent</developerName>
  8672. <label>Prompt for Transfer To Agent</label>
  8673. <mlIntent>Prompt_for_Transfer_To_Agent</mlIntent>
  8674. <mlIntentTrainingEnabled>true</mlIntentTrainingEnabled>
  8675. <showInFooterMenu>false</showInFooterMenu>
  8676. </botDialogs>
  8677. <botDialogs>
  8678. <botSteps>
  8679. <botVariableOperation>
  8680. <botInvocation>
  8681. <invocationActionName>ChatBotCalculateBusinessHourUtil</invocationActionName>
  8682. <invocationActionType>apex</invocationActionType>
  8683. <invocationMappings>
  8684. <parameterName>lobs</parameterName>
  8685. <type>Input</type>
  8686. <value>swa</value>
  8687. </invocationMappings>
  8688. <invocationMappings>
  8689. <parameterName>isWithin</parameterName>
  8690. <type>Output</type>
  8691. <variableName>SWAWithinHours</variableName>
  8692. <variableType>ConversationVariable</variableType>
  8693. </invocationMappings>
  8694. </botInvocation>
  8695. <type>Set</type>
  8696. </botVariableOperation>
  8697. <type>VariableOperation</type>
  8698. </botSteps>
  8699. <botSteps>
  8700. <botVariableOperation>
  8701. <botInvocation>
  8702. <invocationActionName>ChatBotCalculateBusinessHourUtil</invocationActionName>
  8703. <invocationActionType>apex</invocationActionType>
  8704. <invocationMappings>
  8705. <parameterName>lobs</parameterName>
  8706. <type>Input</type>
  8707. <value>diy</value>
  8708. </invocationMappings>
  8709. <invocationMappings>
  8710. <parameterName>isWithin</parameterName>
  8711. <type>Output</type>
  8712. <variableName>DIYWithinHours</variableName>
  8713. <variableType>ConversationVariable</variableType>
  8714. </invocationMappings>
  8715. </botInvocation>
  8716. <type>Set</type>
  8717. </botVariableOperation>
  8718. <type>VariableOperation</type>
  8719. </botSteps>
  8720. <botSteps>
  8721. <type>Wait</type>
  8722. </botSteps>
  8723. <developerName>Check_Office_Hours</developerName>
  8724. <label>Check Office Hours</label>
  8725. <showInFooterMenu>false</showInFooterMenu>
  8726. </botDialogs>
  8727. <botDialogs>
  8728. <botSteps>
  8729. <botVariableOperation>
  8730. <botInvocation>
  8731. <invocationActionName>H_R_Block_Flow_Chatbot_Context_Utility</invocationActionName>
  8732. <invocationActionType>flow</invocationActionType>
  8733. <invocationMappings>
  8734. <parameterName>RoutableID</parameterName>
  8735. <type>Input</type>
  8736. <variableName>RoutableId</variableName>
  8737. <variableType>ContextVariable</variableType>
  8738. </invocationMappings>
  8739. <invocationMappings>
  8740. <parameterName>Routable</parameterName>
  8741. <type>Input</type>
  8742. <variableName>RoutableObject</variableName>
  8743. <variableType>ConversationVariable</variableType>
  8744. </invocationMappings>
  8745. <invocationMappings>
  8746. <parameterName>Intent</parameterName>
  8747. <type>Output</type>
  8748. <variableName>Last_Intent</variableName>
  8749. <variableType>ConversationVariable</variableType>
  8750. </invocationMappings>
  8751. <invocationMappings>
  8752. <parameterName>BlockcareID</parameterName>
  8753. <type>Output</type>
  8754. <variableName>BlockcareID</variableName>
  8755. <variableType>ConversationVariable</variableType>
  8756. </invocationMappings>
  8757. <invocationMappings>
  8758. <parameterName>Client_Last4SSN</parameterName>
  8759. <type>Output</type>
  8760. <variableName>ClientLast4SSN</variableName>
  8761. <variableType>ConversationVariable</variableType>
  8762. </invocationMappings>
  8763. <invocationMappings>
  8764. <parameterName>Routable</parameterName>
  8765. <type>Output</type>
  8766. <variableName>RoutableObject</variableName>
  8767. <variableType>ConversationVariable</variableType>
  8768. </invocationMappings>
  8769. </botInvocation>
  8770. <type>Set</type>
  8771. </botVariableOperation>
  8772. <type>VariableOperation</type>
  8773. </botSteps>
  8774. <botSteps>
  8775. <botStepConditions>
  8776. <leftOperandName>Last_Intent</leftOperandName>
  8777. <leftOperandType>ConversationVariable</leftOperandType>
  8778. <operatorType>Equals</operatorType>
  8779. <rightOperandValue>Tax Reform</rightOperandValue>
  8780. </botStepConditions>
  8781. <botSteps>
  8782. <botNavigation>
  8783. <botNavigationLinks>
  8784. <targetBotDialog>Tax_Reform</targetBotDialog>
  8785. </botNavigationLinks>
  8786. <type>Redirect</type>
  8787. </botNavigation>
  8788. <type>Navigation</type>
  8789. </botSteps>
  8790. <type>Group</type>
  8791. </botSteps>
  8792. <botSteps>
  8793. <botStepConditions>
  8794. <leftOperandName>Last_Intent</leftOperandName>
  8795. <leftOperandType>ConversationVariable</leftOperandType>
  8796. <operatorType>Equals</operatorType>
  8797. <rightOperandValue>IRS Letter</rightOperandValue>
  8798. </botStepConditions>
  8799. <botSteps>
  8800. <botNavigation>
  8801. <botNavigationLinks>
  8802. <targetBotDialog>IRS_Letter</targetBotDialog>
  8803. </botNavigationLinks>
  8804. <type>Redirect</type>
  8805. </botNavigation>
  8806. <type>Navigation</type>
  8807. </botSteps>
  8808. <type>Group</type>
  8809. </botSteps>
  8810. <botSteps>
  8811. <botStepConditions>
  8812. <leftOperandName>Last_Intent</leftOperandName>
  8813. <leftOperandType>ConversationVariable</leftOperandType>
  8814. <operatorType>Equals</operatorType>
  8815. <rightOperandValue>Filing Status</rightOperandValue>
  8816. </botStepConditions>
  8817. <botSteps>
  8818. <botNavigation>
  8819. <botNavigationLinks>
  8820. <targetBotDialog>Filing_Status</targetBotDialog>
  8821. </botNavigationLinks>
  8822. <type>Redirect</type>
  8823. </botNavigation>
  8824. <type>Navigation</type>
  8825. </botSteps>
  8826. <type>Group</type>
  8827. </botSteps>
  8828. <botSteps>
  8829. <botStepConditions>
  8830. <leftOperandName>Last_Intent</leftOperandName>
  8831. <leftOperandType>ConversationVariable</leftOperandType>
  8832. <operatorType>Equals</operatorType>
  8833. <rightOperandValue>Filing Requirement</rightOperandValue>
  8834. </botStepConditions>
  8835. <botSteps>
  8836. <botNavigation>
  8837. <botNavigationLinks>
  8838. <targetBotDialog>Filing_Requirement</targetBotDialog>
  8839. </botNavigationLinks>
  8840. <type>Redirect</type>
  8841. </botNavigation>
  8842. <type>Navigation</type>
  8843. </botSteps>
  8844. <type>Group</type>
  8845. </botSteps>
  8846. <botSteps>
  8847. <botStepConditions>
  8848. <leftOperandName>Last_Intent</leftOperandName>
  8849. <leftOperandType>ConversationVariable</leftOperandType>
  8850. <operatorType>Equals</operatorType>
  8851. <rightOperandValue>Education Credit</rightOperandValue>
  8852. </botStepConditions>
  8853. <botSteps>
  8854. <botNavigation>
  8855. <botNavigationLinks>
  8856. <targetBotDialog>Education</targetBotDialog>
  8857. </botNavigationLinks>
  8858. <type>Redirect</type>
  8859. </botNavigation>
  8860. <type>Navigation</type>
  8861. </botSteps>
  8862. <type>Group</type>
  8863. </botSteps>
  8864. <botSteps>
  8865. <botStepConditions>
  8866. <leftOperandName>Last_Intent</leftOperandName>
  8867. <leftOperandType>ConversationVariable</leftOperandType>
  8868. <operatorType>Equals</operatorType>
  8869. <rightOperandValue>Earned Income Credit Qualifications</rightOperandValue>
  8870. </botStepConditions>
  8871. <botSteps>
  8872. <botNavigation>
  8873. <botNavigationLinks>
  8874. <targetBotDialog>Earned_Income_Credit</targetBotDialog>
  8875. </botNavigationLinks>
  8876. <type>Redirect</type>
  8877. </botNavigation>
  8878. <type>Navigation</type>
  8879. </botSteps>
  8880. <type>Group</type>
  8881. </botSteps>
  8882. <botSteps>
  8883. <botStepConditions>
  8884. <leftOperandName>Last_Intent</leftOperandName>
  8885. <leftOperandType>ConversationVariable</leftOperandType>
  8886. <operatorType>Equals</operatorType>
  8887. <rightOperandValue>Dependent Qualifications</rightOperandValue>
  8888. </botStepConditions>
  8889. <botSteps>
  8890. <botNavigation>
  8891. <botNavigationLinks>
  8892. <targetBotDialog>Dependent_Qualification</targetBotDialog>
  8893. </botNavigationLinks>
  8894. <type>Redirect</type>
  8895. </botNavigation>
  8896. <type>Navigation</type>
  8897. </botSteps>
  8898. <type>Group</type>
  8899. </botSteps>
  8900. <botSteps>
  8901. <botStepConditions>
  8902. <leftOperandName>Last_Intent</leftOperandName>
  8903. <leftOperandType>ConversationVariable</leftOperandType>
  8904. <operatorType>Equals</operatorType>
  8905. <rightOperandValue>Dependent Care Credit</rightOperandValue>
  8906. </botStepConditions>
  8907. <botSteps>
  8908. <botNavigation>
  8909. <botNavigationLinks>
  8910. <targetBotDialog>Dependent_Care_Credit</targetBotDialog>
  8911. </botNavigationLinks>
  8912. <type>Redirect</type>
  8913. </botNavigation>
  8914. <type>Navigation</type>
  8915. </botSteps>
  8916. <type>Group</type>
  8917. </botSteps>
  8918. <botSteps>
  8919. <botStepConditions>
  8920. <leftOperandName>Last_Intent</leftOperandName>
  8921. <leftOperandType>ConversationVariable</leftOperandType>
  8922. <operatorType>Equals</operatorType>
  8923. <rightOperandValue>Child Tax Credit</rightOperandValue>
  8924. </botStepConditions>
  8925. <botSteps>
  8926. <botNavigation>
  8927. <botNavigationLinks>
  8928. <targetBotDialog>Child_Tax_Credit</targetBotDialog>
  8929. </botNavigationLinks>
  8930. <type>Redirect</type>
  8931. </botNavigation>
  8932. <type>Navigation</type>
  8933. </botSteps>
  8934. <type>Group</type>
  8935. </botSteps>
  8936. <botSteps>
  8937. <botStepConditions>
  8938. <leftOperandName>Last_Intent</leftOperandName>
  8939. <leftOperandType>ConversationVariable</leftOperandType>
  8940. <operatorType>Equals</operatorType>
  8941. <rightOperandValue>COVID-19</rightOperandValue>
  8942. </botStepConditions>
  8943. <botSteps>
  8944. <botNavigation>
  8945. <botNavigationLinks>
  8946. <targetBotDialog>Covid_19</targetBotDialog>
  8947. </botNavigationLinks>
  8948. <type>Redirect</type>
  8949. </botNavigation>
  8950. <type>Navigation</type>
  8951. </botSteps>
  8952. <type>Group</type>
  8953. </botSteps>
  8954. <botSteps>
  8955. <type>Wait</type>
  8956. </botSteps>
  8957. <developerName>Context_Transfer</developerName>
  8958. <label>Context Transfer</label>
  8959. <showInFooterMenu>false</showInFooterMenu>
  8960. </botDialogs>
  8961. <botDialogs>
  8962. <botDialogGroup>Filing_Status_Group</botDialogGroup>
  8963. <botSteps>
  8964. <botVariableOperation>
  8965. <askCollectIfSet>false</askCollectIfSet>
  8966. <botMessages>
  8967. <message>Were you unmarried or considered unmarried on the last day of the year?
  8968. To learn more about considered unmarried, click on the following link.
  8969.  
  8970. https://www.hrblock.com/tax-center/filing/personal-tax-planning/irs-head-of-household-requirements</message>
  8971. </botMessages>
  8972. <botQuickReplyOptions>
  8973. <literalValue>Yes</literalValue>
  8974. </botQuickReplyOptions>
  8975. <botQuickReplyOptions>
  8976. <literalValue>No</literalValue>
  8977. </botQuickReplyOptions>
  8978. <botVariableOperands>
  8979. <disableAutoFill>true</disableAutoFill>
  8980. <sourceName>YesOrNoValue</sourceName>
  8981. <sourceType>MlSlotClass</sourceType>
  8982. <targetName>FSUnmarriedOrMarriedYesOrNo</targetName>
  8983. <targetType>ConversationVariable</targetType>
  8984. </botVariableOperands>
  8985. <optionalCollect>false</optionalCollect>
  8986. <quickReplyType>Static</quickReplyType>
  8987. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  8988. <retryMessages>
  8989. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  8990. </retryMessages>
  8991. <type>Collect</type>
  8992. </botVariableOperation>
  8993. <type>VariableOperation</type>
  8994. </botSteps>
  8995. <botSteps>
  8996. <botStepConditions>
  8997. <leftOperandName>FSUnmarriedOrMarriedYesOrNo</leftOperandName>
  8998. <leftOperandType>ConversationVariable</leftOperandType>
  8999. <operatorType>Equals</operatorType>
  9000. <rightOperandValue>Yes</rightOperandValue>
  9001. </botStepConditions>
  9002. <botSteps>
  9003. <botVariableOperation>
  9004. <botVariableOperands>
  9005. <targetName>FSUnmarriedOrMarriedYesOrNo</targetName>
  9006. <targetType>ConversationVariable</targetType>
  9007. </botVariableOperands>
  9008. <type>Unset</type>
  9009. </botVariableOperation>
  9010. <type>VariableOperation</type>
  9011. </botSteps>
  9012. <botSteps>
  9013. <botNavigation>
  9014. <botNavigationLinks>
  9015. <targetBotDialog>Filing_Status_Sub_2</targetBotDialog>
  9016. </botNavigationLinks>
  9017. <type>Redirect</type>
  9018. </botNavigation>
  9019. <type>Navigation</type>
  9020. </botSteps>
  9021. <type>Group</type>
  9022. </botSteps>
  9023. <botSteps>
  9024. <botStepConditions>
  9025. <leftOperandName>FSUnmarriedOrMarriedYesOrNo</leftOperandName>
  9026. <leftOperandType>ConversationVariable</leftOperandType>
  9027. <operatorType>Equals</operatorType>
  9028. <rightOperandValue>No</rightOperandValue>
  9029. </botStepConditions>
  9030. <botSteps>
  9031. <botVariableOperation>
  9032. <botVariableOperands>
  9033. <targetName>FSUnmarriedOrMarriedYesOrNo</targetName>
  9034. <targetType>ConversationVariable</targetType>
  9035. </botVariableOperands>
  9036. <type>Unset</type>
  9037. </botVariableOperation>
  9038. <type>VariableOperation</type>
  9039. </botSteps>
  9040. <botSteps>
  9041. <botNavigation>
  9042. <botNavigationLinks>
  9043. <targetBotDialog>Pay_To_Maintain_Home</targetBotDialog>
  9044. </botNavigationLinks>
  9045. <type>Redirect</type>
  9046. </botNavigation>
  9047. <type>Navigation</type>
  9048. </botSteps>
  9049. <type>Group</type>
  9050. </botSteps>
  9051. <botSteps>
  9052. <type>Wait</type>
  9053. </botSteps>
  9054. <developerName>Head_of_Household_Qualification</developerName>
  9055. <label>Head of Household Qualification</label>
  9056. <showInFooterMenu>false</showInFooterMenu>
  9057. </botDialogs>
  9058. <botDialogs>
  9059. <botDialogGroup>Continue_With_Bot_Group</botDialogGroup>
  9060. <botSteps>
  9061. <botVariableOperation>
  9062. <askCollectIfSet>false</askCollectIfSet>
  9063. <botMessages>
  9064. <message>Would you like to continue chatting with the Virtual Assistant?</message>
  9065. </botMessages>
  9066. <botQuickReplyOptions>
  9067. <literalValue>Yes</literalValue>
  9068. </botQuickReplyOptions>
  9069. <botQuickReplyOptions>
  9070. <literalValue>No</literalValue>
  9071. </botQuickReplyOptions>
  9072. <botVariableOperands>
  9073. <disableAutoFill>true</disableAutoFill>
  9074. <sourceName>YesOrNoValue</sourceName>
  9075. <sourceType>MlSlotClass</sourceType>
  9076. <targetName>VirtualAssistantContinueYesOrNo</targetName>
  9077. <targetType>ConversationVariable</targetType>
  9078. </botVariableOperands>
  9079. <optionalCollect>false</optionalCollect>
  9080. <quickReplyType>Static</quickReplyType>
  9081. <quickReplyWidgetType>Buttons</quickReplyWidgetType>
  9082. <retryMessages>
  9083. <message>I&apos;m sorry, I didn&apos;t understand that. You have to select an option to proceed.</message>
  9084. </retryMessages>
  9085. <type>Collect</type>
  9086. </botVariableOperation>
  9087. <type>VariableOperation</type>
  9088. </botSteps>
  9089. <botSteps>
  9090. <botStepConditions>
  9091. <leftOperandName>VirtualAssistantContinueYesOrNo</leftOperandName>
  9092. <leftOperandType>ConversationVariable</leftOperandType>
  9093. <operatorType>Equals</operatorType>
  9094. <rightOperandValue>Yes</rightOperandValue>
  9095. </botStepConditions>
  9096. <botSteps>
  9097. <botVariableOperation>
  9098. <botVariableOperands>
  9099. <targetName>VirtualAssistantContinueYesOrNo</targetName>
  9100. <targetType>ConversationVariable</targetType>
  9101. </botVariableOperands>
  9102. <type>Unset</type>
  9103. </botVariableOperation>
  9104. <type>VariableOperation</type>
  9105. </botSteps>
  9106. <botSteps>
  9107. <botVariableOperation>
  9108. <botVariableOperands>
  9109. <sourceName>Software_Chatty</sourceName>
  9110. <sourceType>BotDefinition</sourceType>
  9111. <targetName>SoftwareBot</targetName>
  9112. <targetType>ConversationVariable</targetType>
  9113. </botVariableOperands>
  9114. <type>Set</type>
  9115. </botVariableOperation>
  9116. <type>VariableOperation</type>
  9117. </botSteps>
  9118. <botSteps>
  9119. <conversationSystemMessage>
  9120. <systemMessageMappings>
  9121. <mappingType>Input</mappingType>
  9122. <parameterType>Transfer</parameterType>
  9123. <variableName>SoftwareBot</variableName>
  9124. </systemMessageMappings>
  9125. <type>Transfer</type>
  9126. </conversationSystemMessage>
  9127. <type>SystemMessage</type>
  9128. </botSteps>
  9129. <type>Group</type>
  9130. </botSteps>
  9131. <botSteps>
  9132. <botStepConditions>
  9133. <leftOperandName>VirtualAssistantContinueYesOrNo</leftOperandName>
  9134. <leftOperandType>ConversationVariable</leftOperandType>
  9135. <operatorType>Equals</operatorType>
  9136. <rightOperandValue>No</rightOperandValue>
  9137. </botStepConditions>
  9138. <botSteps>
  9139. <botVariableOperation>
  9140. <botVariableOperands>
  9141. <targetName>VirtualAssistantContinueYesOrNo</targetName>
  9142. <targetType>ConversationVariable</targetType>
  9143. </botVariableOperands>
  9144. <type>Unset</type>
  9145. </botVariableOperation>
  9146. <type>VariableOperation</type>
  9147. </botSteps>
  9148. <botSteps>
  9149. <botMessages>
  9150. <message>I&apos;m glad I could help. Thank you for choosing H&amp;R Block.</message>
  9151. </botMessages>
  9152. <type>Message</type>
  9153. </botSteps>
  9154. <type>Group</type>
  9155. </botSteps>
  9156. <botSteps>
  9157. <type>Wait</type>
  9158. </botSteps>
  9159. <developerName>Continue_With_Bot_Prompt</developerName>
  9160. <label>Continue With Bot Prompt</label>
  9161. <showInFooterMenu>false</showInFooterMenu>
  9162. </botDialogs>
  9163. <botDialogs>
  9164. <botSteps>
  9165. <botVariableOperation>
  9166. <botInvocation>
  9167. <invocationActionName>H_R_Block_Flow_Product_Type_Transfer</invocationActionName>
  9168. <invocationActionType>flow</invocationActionType>
  9169. <invocationMappings>
  9170. <parameterName>Variable_Chat_Button_API_Name</parameterName>
  9171. <type>Input</type>
  9172. <variableName>Chat_Button_API_Name</variableName>
  9173. <variableType>ConversationVariable</variableType>
  9174. </invocationMappings>
  9175. <invocationMappings>
  9176. <parameterName>NewClientFlag</parameterName>
  9177. <type>Input</type>
  9178. <variableName>NewClientFlag</variableName>
  9179. <variableType>ConversationVariable</variableType>
  9180. </invocationMappings>
  9181. <invocationMappings>
  9182. <parameterName>Variable_Software_Indicator</parameterName>
  9183. <type>Input</type>
  9184. <value>HRBS</value>
  9185. </invocationMappings>
  9186. <invocationMappings>
  9187. <parameterName>QueueId</parameterName>
  9188. <type>Output</type>
  9189. <variableName>DIY_Software_Support</variableName>
  9190. <variableType>ConversationVariable</variableType>
  9191. </invocationMappings>
  9192. </botInvocation>
  9193. <type>Set</type>
  9194. </botVariableOperation>
  9195. <type>VariableOperation</type>
  9196. </botSteps>
  9197. <botSteps>
  9198. <type>Wait</type>
  9199. </botSteps>
  9200. <developerName>Get_Vendor_Queue</developerName>
  9201. <label>Get Vendor Queue</label>
  9202. <showInFooterMenu>false</showInFooterMenu>
  9203. </botDialogs>
  9204. <conversationSystemDialogs>
  9205. <dialog>No_Agent_Available</dialog>
  9206. <type>TransferFailed</type>
  9207. </conversationSystemDialogs>
  9208. <conversationVariables>
  9209. <dataType>Text</dataType>
  9210. <developerName>AgentPromptYesOrNo</developerName>
  9211. <label>AgentPromptYesOrNo</label>
  9212. </conversationVariables>
  9213. <conversationVariables>
  9214. <dataType>Text</dataType>
  9215. <developerName>AgeStudentDisabledYesOrNo</developerName>
  9216. <label>AgeStudentDisabledYesOrNo</label>
  9217. </conversationVariables>
  9218. <conversationVariables>
  9219. <dataType>Text</dataType>
  9220. <developerName>AmericanOppQuestion1YesOrNo</developerName>
  9221. <label>AmericanOppQuestion1YesOrNo</label>
  9222. </conversationVariables>
  9223. <conversationVariables>
  9224. <dataType>Text</dataType>
  9225. <developerName>AmericanOppQuestion2YesOrNo</developerName>
  9226. <label>AmericanOppQuestion2YesOrNo</label>
  9227. </conversationVariables>
  9228. <conversationVariables>
  9229. <dataType>Text</dataType>
  9230. <developerName>AmericanOppQuestion3YesOrNo</developerName>
  9231. <label>AmericanOppQuestion3YesOrNo</label>
  9232. </conversationVariables>
  9233. <conversationVariables>
  9234. <dataType>Text</dataType>
  9235. <developerName>AmericanOppQuestion4YesOrNo</developerName>
  9236. <label>AmericanOppQuestion4YesOrNo</label>
  9237. </conversationVariables>
  9238. <conversationVariables>
  9239. <dataType>Text</dataType>
  9240. <developerName>AnythingElseBoolean</developerName>
  9241. <label>AnythingElseBoolean</label>
  9242. </conversationVariables>
  9243. <conversationVariables>
  9244. <collectionType>List</collectionType>
  9245. <dataType>Object</dataType>
  9246. <developerName>articleList</developerName>
  9247. <label>articleList</label>
  9248. </conversationVariables>
  9249. <conversationVariables>
  9250. <dataType>Text</dataType>
  9251. <developerName>BlockcareID</developerName>
  9252. <label>BlockcareID</label>
  9253. </conversationVariables>
  9254. <conversationVariables>
  9255. <dataType>Text</dataType>
  9256. <developerName>Chat_Button_API_Name</developerName>
  9257. <label>Chat Button API Name</label>
  9258. </conversationVariables>
  9259. <conversationVariables>
  9260. <SObjectType>Queue</SObjectType>
  9261. <dataType>Id</dataType>
  9262. <developerName>Chat_Queue</developerName>
  9263. <label>Chat Queue</label>
  9264. </conversationVariables>
  9265. <conversationVariables>
  9266. <dataType>Text</dataType>
  9267. <developerName>ChildFilingRulesArticle</developerName>
  9268. <label>ChildFilingRulesArticle</label>
  9269. </conversationVariables>
  9270. <conversationVariables>
  9271. <dataType>Text</dataType>
  9272. <developerName>ChildHasSSNYesOrNo</developerName>
  9273. <label>ChildHasSSNYesOrNo</label>
  9274. </conversationVariables>
  9275. <conversationVariables>
  9276. <dataType>Text</dataType>
  9277. <developerName>ChildInUnitedStatesYesOrNo</developerName>
  9278. <label>ChildInUnitedStatesYesOrNo</label>
  9279. </conversationVariables>
  9280. <conversationVariables>
  9281. <dataType>Text</dataType>
  9282. <developerName>ChildRequirementsYesOrNo</developerName>
  9283. <label>ChildRequirementsYesOrNo</label>
  9284. </conversationVariables>
  9285. <conversationVariables>
  9286. <dataType>Text</dataType>
  9287. <developerName>ChildTaxKnowledgeResult</developerName>
  9288. <label>ChildTaxKnowledgeResult</label>
  9289. </conversationVariables>
  9290. <conversationVariables>
  9291. <dataType>Text</dataType>
  9292. <developerName>ClaimRelationshipTestYesOrNo</developerName>
  9293. <label>ClaimRelationshipTestYesOrNo</label>
  9294. </conversationVariables>
  9295. <conversationVariables>
  9296. <dataType>Text</dataType>
  9297. <developerName>ClientLast4SSN</developerName>
  9298. <label>ClientLast4SSN</label>
  9299. </conversationVariables>
  9300. <conversationVariables>
  9301. <dataType>Number</dataType>
  9302. <developerName>CurrentTaxYear</developerName>
  9303. <label>CurrentTaxYear</label>
  9304. </conversationVariables>
  9305. <conversationVariables>
  9306. <dataType>Text</dataType>
  9307. <developerName>DepedentLivingWithYesOrNo</developerName>
  9308. <label>DepedentLivingWithYesOrNo</label>
  9309. </conversationVariables>
  9310. <conversationVariables>
  9311. <dataType>Text</dataType>
  9312. <developerName>DependentGrossIncomeYesOrNo</developerName>
  9313. <label>DependentGrossIncomeYesOrNo</label>
  9314. </conversationVariables>
  9315. <conversationVariables>
  9316. <dataType>Text</dataType>
  9317. <developerName>DependentMoreThanHalfYesOrNo</developerName>
  9318. <label>DependentMoreThanHalfYesOrNo</label>
  9319. </conversationVariables>
  9320. <conversationVariables>
  9321. <dataType>Text</dataType>
  9322. <developerName>DependentRelationshipTest2YesOrNo</developerName>
  9323. <label>DependentRelationshipTest2YesOrNo</label>
  9324. </conversationVariables>
  9325. <conversationVariables>
  9326. <dataType>Text</dataType>
  9327. <developerName>DependentResidentYesOrNo</developerName>
  9328. <label>DependentResidentYesOrNo</label>
  9329. </conversationVariables>
  9330. <conversationVariables>
  9331. <dataType>Text</dataType>
  9332. <developerName>DependentSupportYesOrNo</developerName>
  9333. <label>DependentSupportYesOrNo</label>
  9334. </conversationVariables>
  9335. <conversationVariables>
  9336. <dataType>Boolean</dataType>
  9337. <developerName>DIYWithinHours</developerName>
  9338. <label>DIYWithinHours</label>
  9339. </conversationVariables>
  9340. <conversationVariables>
  9341. <SObjectType>Queue</SObjectType>
  9342. <dataType>Id</dataType>
  9343. <developerName>DIY_Software_Support</developerName>
  9344. <label>DIY Software Support</label>
  9345. </conversationVariables>
  9346. <conversationVariables>
  9347. <dataType>Text</dataType>
  9348. <developerName>EarnedIncomeCreditYesOrNo</developerName>
  9349. <label>EarnedIncomeCreditYesOrNo</label>
  9350. </conversationVariables>
  9351. <conversationVariables>
  9352. <dataType>Text</dataType>
  9353. <developerName>EarnedIncomeYesOrNo</developerName>
  9354. <label>EarnedIncomeYesOrNo</label>
  9355. </conversationVariables>
  9356. <conversationVariables>
  9357. <dataType>Text</dataType>
  9358. <developerName>EducationCreditChoice</developerName>
  9359. <label>EducationCreditChoice</label>
  9360. </conversationVariables>
  9361. <conversationVariables>
  9362. <dataType>Number</dataType>
  9363. <developerName>EducationMAGI</developerName>
  9364. <label>EducationMAGI</label>
  9365. </conversationVariables>
  9366. <conversationVariables>
  9367. <dataType>Number</dataType>
  9368. <developerName>EducationMFJMAGI</developerName>
  9369. <label>EducationMFJMAGI</label>
  9370. </conversationVariables>
  9371. <conversationVariables>
  9372. <dataType>Text</dataType>
  9373. <developerName>EIC3600YesOrNo</developerName>
  9374. <label>EIC3600YesOrNo</label>
  9375. </conversationVariables>
  9376. <conversationVariables>
  9377. <dataType>Text</dataType>
  9378. <developerName>EICArticleLinkNoYesOrNo</developerName>
  9379. <label>EICArticleLinkNoYesOrNo</label>
  9380. </conversationVariables>
  9381. <conversationVariables>
  9382. <dataType>Text</dataType>
  9383. <developerName>EICArticleLinkYesOrNo</developerName>
  9384. <label>EICArticleLinkYesOrNo</label>
  9385. </conversationVariables>
  9386. <conversationVariables>
  9387. <dataType>Text</dataType>
  9388. <developerName>EICFilingFormYesOrNo</developerName>
  9389. <label>EICFilingFormYesOrNo</label>
  9390. </conversationVariables>
  9391. <conversationVariables>
  9392. <dataType>Text</dataType>
  9393. <developerName>EICMarriedFilingArticle</developerName>
  9394. <label>EICMarriedFilingArticle</label>
  9395. </conversationVariables>
  9396. <conversationVariables>
  9397. <dataType>Text</dataType>
  9398. <developerName>EICMarriedFilingYesOrNo</developerName>
  9399. <label>EICMarriedFilingYesOrNo</label>
  9400. </conversationVariables>
  9401. <conversationVariables>
  9402. <dataType>Text</dataType>
  9403. <developerName>EICSSNCitizenYesOrNo</developerName>
  9404. <label>EICSSNCitizenYesOrNo</label>
  9405. </conversationVariables>
  9406. <conversationVariables>
  9407. <dataType>Text</dataType>
  9408. <developerName>EICSubAgeBetweenYesOrNo</developerName>
  9409. <label>EICSubAgeBetweenYesOrNo</label>
  9410. </conversationVariables>
  9411. <conversationVariables>
  9412. <dataType>Text</dataType>
  9413. <developerName>EICSubClaimedByOtherYesOrNo</developerName>
  9414. <label>EICSubClaimedByOtherYesOrNo</label>
  9415. </conversationVariables>
  9416. <conversationVariables>
  9417. <dataType>Text</dataType>
  9418. <developerName>EICSubDependentOfOtherYesOrNo</developerName>
  9419. <label>EICSubDependentOfOtherYesOrNo</label>
  9420. </conversationVariables>
  9421. <conversationVariables>
  9422. <dataType>Text</dataType>
  9423. <developerName>EICSubLivedInUSYesOrNo</developerName>
  9424. <label>EICSubLivedInUSYesOrNo</label>
  9425. </conversationVariables>
  9426. <conversationVariables>
  9427. <dataType>Text</dataType>
  9428. <developerName>EICSubQualifyingChildForOtherYesOrNo</developerName>
  9429. <label>EICSubQualifyingChildForOtherYesOrNo</label>
  9430. </conversationVariables>
  9431. <conversationVariables>
  9432. <dataType>Text</dataType>
  9433. <developerName>EICSubQualifyingChildYesOrNo</developerName>
  9434. <label>EICSubQualifyingChildYesOrNo</label>
  9435. </conversationVariables>
  9436. <conversationVariables>
  9437. <dataType>Text</dataType>
  9438. <developerName>EICSubYouClaimAnotherYesOrNo</developerName>
  9439. <label>EICSubYouClaimAnotherYesOrNo</label>
  9440. </conversationVariables>
  9441. <conversationVariables>
  9442. <dataType>Text</dataType>
  9443. <developerName>EndOfFlowResolved</developerName>
  9444. <label>EndOfFlowResolved</label>
  9445. </conversationVariables>
  9446. <conversationVariables>
  9447. <dataType>DateTime</dataType>
  9448. <developerName>ExtensionFiling</developerName>
  9449. <label>ExtensionFiling</label>
  9450. </conversationVariables>
  9451. <conversationVariables>
  9452. <dataType>Text</dataType>
  9453. <developerName>FCAdvancedHealthPaymentsYesOrNo</developerName>
  9454. <label>FCAdvancedHealthPaymentsYesOrNo</label>
  9455. </conversationVariables>
  9456. <conversationVariables>
  9457. <dataType>Text</dataType>
  9458. <developerName>FCAdvancedPremiumYesOrNo</developerName>
  9459. <label>FCAdvancedPremiumYesOrNo</label>
  9460. </conversationVariables>
  9461. <conversationVariables>
  9462. <dataType>Text</dataType>
  9463. <developerName>FCDDistributionYesOrNo</developerName>
  9464. <label>FCDDistributionYesOrNo</label>
  9465. </conversationVariables>
  9466. <conversationVariables>
  9467. <dataType>Text</dataType>
  9468. <developerName>FCIncomeExceedSDYesOrNo</developerName>
  9469. <label>FCIncomeExceedSDYesOrNo</label>
  9470. </conversationVariables>
  9471. <conversationVariables>
  9472. <dataType>Text</dataType>
  9473. <developerName>FCIncomeFilingThresholdYesOrNo</developerName>
  9474. <label>FCIncomeFilingThresholdYesOrNo</label>
  9475. </conversationVariables>
  9476. <conversationVariables>
  9477. <dataType>Text</dataType>
  9478. <developerName>FCSelfEmploymentIncomeYesOrNo</developerName>
  9479. <label>FCSelfEmploymentIncomeYesOrNo</label>
  9480. </conversationVariables>
  9481. <conversationVariables>
  9482. <dataType>Text</dataType>
  9483. <developerName>FCSourcedIncome500YesOrNo</developerName>
  9484. <label>FCSourcedIncome500YesOrNo</label>
  9485. </conversationVariables>
  9486. <conversationVariables>
  9487. <dataType>Text</dataType>
  9488. <developerName>FCSpecialTaxesYesOrNoYesOrNo</developerName>
  9489. <label>FCSpecialTaxesYesOrNoYesOrNo</label>
  9490. </conversationVariables>
  9491. <conversationVariables>
  9492. <dataType>Text</dataType>
  9493. <developerName>FCWagesFromChurchMedicareYesOrNo</developerName>
  9494. <label>FCWagesFromChurchMedicareYesOrNo</label>
  9495. </conversationVariables>
  9496. <conversationVariables>
  9497. <dataType>Text</dataType>
  9498. <developerName>FRCitizenOrResidentAlienYesOrNo</developerName>
  9499. <label>FRCitizenOrResidentAlienYesOrNo</label>
  9500. </conversationVariables>
  9501. <conversationVariables>
  9502. <dataType>Text</dataType>
  9503. <developerName>FRClaimedAsDependentYesOrNo</developerName>
  9504. <label>FRClaimedAsDependentYesOrNo</label>
  9505. </conversationVariables>
  9506. <conversationVariables>
  9507. <dataType>Text</dataType>
  9508. <developerName>FSChildLiveAtHomeYesOrNo</developerName>
  9509. <label>FSChildLiveAtHomeYesOrNo</label>
  9510. </conversationVariables>
  9511. <conversationVariables>
  9512. <dataType>Text</dataType>
  9513. <developerName>FSChildRulesArticleYesOrNo</developerName>
  9514. <label>FSChildRulesArticleYesOrNo</label>
  9515. </conversationVariables>
  9516. <conversationVariables>
  9517. <dataType>Text</dataType>
  9518. <developerName>FSDoesChildMeetRequirementsYesOrNo</developerName>
  9519. <label>FSDoesChildMeetRequirementsYesOrNo</label>
  9520. </conversationVariables>
  9521. <conversationVariables>
  9522. <dataType>Text</dataType>
  9523. <developerName>FSHOHArticle</developerName>
  9524. <label>FSHOHArticle</label>
  9525. </conversationVariables>
  9526. <conversationVariables>
  9527. <dataType>Text</dataType>
  9528. <developerName>FSHOHArticleYesOrNo</developerName>
  9529. <label>FSHOHArticleYesOrNo</label>
  9530. </conversationVariables>
  9531. <conversationVariables>
  9532. <dataType>Text</dataType>
  9533. <developerName>FSJointReturnYesOrNo</developerName>
  9534. <label>FSJointReturnYesOrNo</label>
  9535. </conversationVariables>
  9536. <conversationVariables>
  9537. <dataType>Text</dataType>
  9538. <developerName>FSMarriedOnLastDayYesOrNo</developerName>
  9539. <label>FSMarriedOnLastDayYesOrNo</label>
  9540. </conversationVariables>
  9541. <conversationVariables>
  9542. <dataType>Text</dataType>
  9543. <developerName>FSPayMoreThanHalf2YesOrNo</developerName>
  9544. <label>FSPayMoreThanHalf2YesOrNo</label>
  9545. </conversationVariables>
  9546. <conversationVariables>
  9547. <dataType>Text</dataType>
  9548. <developerName>FSPayMoreThanHalfYesOrNo</developerName>
  9549. <label>FSPayMoreThanHalfYesOrNo</label>
  9550. </conversationVariables>
  9551. <conversationVariables>
  9552. <dataType>Text</dataType>
  9553. <developerName>FSPayToMaintainHomeYesOrNo</developerName>
  9554. <label>FSPayToMaintainHomeYesOrNo</label>
  9555. </conversationVariables>
  9556. <conversationVariables>
  9557. <dataType>Text</dataType>
  9558. <developerName>FSQualifiedWidowerYesOrNo</developerName>
  9559. <label>FSQualifiedWidowerYesOrNo</label>
  9560. </conversationVariables>
  9561. <conversationVariables>
  9562. <dataType>Text</dataType>
  9563. <developerName>FSUnmarriedDuringTaxYearYesOrNo</developerName>
  9564. <label>FSUnmarriedDuringTaxYearYesOrNo</label>
  9565. </conversationVariables>
  9566. <conversationVariables>
  9567. <dataType>Text</dataType>
  9568. <developerName>FSUnmarriedOrMarriedYesOrNo</developerName>
  9569. <label>FSUnmarriedOrMarriedYesOrNo</label>
  9570. </conversationVariables>
  9571. <conversationVariables>
  9572. <dataType>Text</dataType>
  9573. <developerName>HomeOfficeDeductionArticle</developerName>
  9574. <label>HomeOfficeDeductionArticle</label>
  9575. </conversationVariables>
  9576. <conversationVariables>
  9577. <dataType>Number</dataType>
  9578. <developerName>ImportTurboTaxDataFileYear</developerName>
  9579. <label>ImportTurboTaxDataFileYear</label>
  9580. </conversationVariables>
  9581. <conversationVariables>
  9582. <dataType>DateTime</dataType>
  9583. <developerName>IRSEfileOpenDate</developerName>
  9584. <label>IRSEfileOpenDate</label>
  9585. </conversationVariables>
  9586. <conversationVariables>
  9587. <dataType>Text</dataType>
  9588. <developerName>IRSGetTranscript</developerName>
  9589. <label>IRSGetTranscript</label>
  9590. </conversationVariables>
  9591. <conversationVariables>
  9592. <dataType>Text</dataType>
  9593. <developerName>irsLetter</developerName>
  9594. <label>irsLetter</label>
  9595. </conversationVariables>
  9596. <conversationVariables>
  9597. <dataType>Boolean</dataType>
  9598. <developerName>isActive</developerName>
  9599. <label>isActive</label>
  9600. </conversationVariables>
  9601. <conversationVariables>
  9602. <dataType>Text</dataType>
  9603. <developerName>knowledgeSearchResult</developerName>
  9604. <label>knowledgeSearchResult</label>
  9605. </conversationVariables>
  9606. <conversationVariables>
  9607. <dataType>Text</dataType>
  9608. <developerName>Last_Intent</developerName>
  9609. <label>Last Intent</label>
  9610. </conversationVariables>
  9611. <conversationVariables>
  9612. <dataType>Text</dataType>
  9613. <developerName>LifetimeLearningQuestion10YesOrNo</developerName>
  9614. <label>LifetimeLearningQuestion10YesOrNo</label>
  9615. </conversationVariables>
  9616. <conversationVariables>
  9617. <dataType>Text</dataType>
  9618. <developerName>LifetimeLearningQuestion11YesOrNo</developerName>
  9619. <label>LifetimeLearningQuestion11YesOrNo</label>
  9620. </conversationVariables>
  9621. <conversationVariables>
  9622. <dataType>Text</dataType>
  9623. <developerName>LifetimeLearningQuestion12YesOrNo</developerName>
  9624. <label>LifetimeLearningQuestion12YesOrNo</label>
  9625. </conversationVariables>
  9626. <conversationVariables>
  9627. <dataType>Text</dataType>
  9628. <developerName>LifetimeLearningQuestion1YesOrNo</developerName>
  9629. <label>LifetimeLearningQuestion1YesOrNo</label>
  9630. </conversationVariables>
  9631. <conversationVariables>
  9632. <dataType>Text</dataType>
  9633. <developerName>LifetimeLearningQuestion2YesOrNo</developerName>
  9634. <label>LifetimeLearningQuestion2YesOrNo</label>
  9635. </conversationVariables>
  9636. <conversationVariables>
  9637. <dataType>Text</dataType>
  9638. <developerName>LifetimeLearningQuestion3YesOrNo</developerName>
  9639. <label>LifetimeLearningQuestion3YesOrNo</label>
  9640. </conversationVariables>
  9641. <conversationVariables>
  9642. <dataType>Text</dataType>
  9643. <developerName>LifetimeLearningQuestion4YesOrNo</developerName>
  9644. <label>LifetimeLearningQuestion4YesOrNo</label>
  9645. </conversationVariables>
  9646. <conversationVariables>
  9647. <dataType>Text</dataType>
  9648. <developerName>LifetimeLearningQuestion5YesOrNo</developerName>
  9649. <label>LifetimeLearningQuestion5YesOrNo</label>
  9650. </conversationVariables>
  9651. <conversationVariables>
  9652. <dataType>Text</dataType>
  9653. <developerName>LifetimeLearningQuestion6YesOrNo</developerName>
  9654. <label>LifetimeLearningQuestion6YesOrNo</label>
  9655. </conversationVariables>
  9656. <conversationVariables>
  9657. <dataType>Text</dataType>
  9658. <developerName>LifetimeLearningQuestion7YesOrNo</developerName>
  9659. <label>LifetimeLearningQuestion7YesOrNo</label>
  9660. </conversationVariables>
  9661. <conversationVariables>
  9662. <dataType>Text</dataType>
  9663. <developerName>LifetimeLearningQuestion8YesOrNo</developerName>
  9664. <label>LifetimeLearningQuestion8YesOrNo</label>
  9665. </conversationVariables>
  9666. <conversationVariables>
  9667. <dataType>Text</dataType>
  9668. <developerName>LifetimeLearningQuestion9YesOrNo</developerName>
  9669. <label>LifetimeLearningQuestion9YesOrNo</label>
  9670. </conversationVariables>
  9671. <conversationVariables>
  9672. <dataType>Text</dataType>
  9673. <developerName>MarriedOrSeparateReturnYesOrNo</developerName>
  9674. <label>MarriedOrSeparateReturnYesOrNo</label>
  9675. </conversationVariables>
  9676. <conversationVariables>
  9677. <dataType>Text</dataType>
  9678. <developerName>Name</developerName>
  9679. <label>Name</label>
  9680. </conversationVariables>
  9681. <conversationVariables>
  9682. <dataType>Text</dataType>
  9683. <developerName>NewClientFlag</developerName>
  9684. <label>NewClientFlag</label>
  9685. </conversationVariables>
  9686. <conversationVariables>
  9687. <dataType>Number</dataType>
  9688. <developerName>Priortaxyear</developerName>
  9689. <label>Priortaxyear</label>
  9690. </conversationVariables>
  9691. <conversationVariables>
  9692. <dataType>Text</dataType>
  9693. <developerName>QBIDeductionArticle</developerName>
  9694. <label>QBIDeductionArticle</label>
  9695. </conversationVariables>
  9696. <conversationVariables>
  9697. <dataType>Text</dataType>
  9698. <developerName>QualChildrule</developerName>
  9699. <label>QualChildrule</label>
  9700. </conversationVariables>
  9701. <conversationVariables>
  9702. <dataType>Text</dataType>
  9703. <developerName>QualificationsApplyYesOrNo</developerName>
  9704. <label>QualificationsApplyYesOrNo</label>
  9705. </conversationVariables>
  9706. <conversationVariables>
  9707. <dataType>Text</dataType>
  9708. <developerName>QualifyHOHValues</developerName>
  9709. <label>QualifyHOHValues</label>
  9710. </conversationVariables>
  9711. <conversationVariables>
  9712. <dataType>Text</dataType>
  9713. <developerName>QualifyingPerson</developerName>
  9714. <label>QualifyingPerson</label>
  9715. </conversationVariables>
  9716. <conversationVariables>
  9717. <dataType>Object</dataType>
  9718. <developerName>RoutableObject</developerName>
  9719. <label>RoutableObject</label>
  9720. </conversationVariables>
  9721. <conversationVariables>
  9722. <dataType>Number</dataType>
  9723. <developerName>RTAmount</developerName>
  9724. <label>RTAmount</label>
  9725. </conversationVariables>
  9726. <conversationVariables>
  9727. <dataType>Text</dataType>
  9728. <developerName>Service_Type_Indicator</developerName>
  9729. <label>Service Type Indicator</label>
  9730. </conversationVariables>
  9731. <conversationVariables>
  9732. <SObjectType>BotDefinition</SObjectType>
  9733. <dataType>Id</dataType>
  9734. <developerName>SoftwareBot</developerName>
  9735. <label>SoftwareBot</label>
  9736. </conversationVariables>
  9737. <conversationVariables>
  9738. <SObjectType>Queue</SObjectType>
  9739. <dataType>Id</dataType>
  9740. <developerName>Software_Assist_Queue</developerName>
  9741. <label>Software Assist Queue</label>
  9742. </conversationVariables>
  9743. <conversationVariables>
  9744. <dataType>Text</dataType>
  9745. <developerName>SpecialTaxesArticle</developerName>
  9746. <label>SpecialTaxesArticle</label>
  9747. </conversationVariables>
  9748. <conversationVariables>
  9749. <dataType>Boolean</dataType>
  9750. <developerName>SWAWithinHours</developerName>
  9751. <label>SWAWithinHours</label>
  9752. </conversationVariables>
  9753. <conversationVariables>
  9754. <dataType>DateTime</dataType>
  9755. <developerName>TaxDeadLine</developerName>
  9756. <label>TaxDeadLine</label>
  9757. </conversationVariables>
  9758. <conversationVariables>
  9759. <dataType>Text</dataType>
  9760. <developerName>TCJAKnowledgeArticle</developerName>
  9761. <label>TCJAKnowledgeArticle</label>
  9762. </conversationVariables>
  9763. <conversationVariables>
  9764. <dataType>Text</dataType>
  9765. <developerName>VirtualAssistantContinueYesOrNo</developerName>
  9766. <label>VirtualAssistantContinueYesOrNo</label>
  9767. </conversationVariables>
  9768. <entryDialog>Welcome</entryDialog>
  9769. <mainMenuDialog>Dependent_Care_Credit</mainMenuDialog>
  9770. <nlpProviders>
  9771. <language>en_US</language>
  9772. <nlpProviderType>EinsteinAi</nlpProviderType>
  9773. </nlpProviders>
  9774. <responseDelayMilliseconds>1600</responseDelayMilliseconds>
  9775. </BotVersion>
  9776.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement