-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+ @switch (data.addInfo.chatWorkflowBlockId){
+ @case(chatWorkflowBlockTypeEnum.GetPickerInput){
+ @switch (data.addInfo.chatWorkflowEditorTypeId){
+ @case (chatWorkflowEditorTypeEnum.Boolean){
+
+
+
+
+
+ }
+ @case (chatWorkflowEditorTypeEnum.Buttons){
+
+
+
+
+
+
+ }
+ @case (chatWorkflowEditorTypeEnum.DropDown){
+
+
+
+
+
+ }
+ @case(chatWorkflowEditorTypeEnum.MultiSelect){
+
+
+
+
+
+ }
+ @case(chatWorkflowEditorTypeEnum.List){
+
+
+
+
+ }
+ }
+ }
+ @case(chatWorkflowBlockTypeEnum.GetTextInput){
+ @switch (data.addInfo.chatWorkflowEditorTypeId){
+ @case(chatWorkflowEditorTypeEnum.Text){
+
+
+
+
+ }
+ @case(chatWorkflowEditorTypeEnum.TextArea){
+
+
+
+
+ }
+ @case(chatWorkflowEditorTypeEnum.Date){
+
+
+
+
+ }
+ @case(chatWorkflowEditorTypeEnum.DateTime){
+
+
+
+
+ }
+ @case(chatWorkflowEditorTypeEnum.Number){
+
+
+
+
+ }
+ @case(chatWorkflowEditorTypeEnum.Decimal){
+
+
+
+
+ }
+ @case(chatWorkflowEditorTypeEnum.Regex){
+
+
+
+
+ }
+ }
+ }
+ }