cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

chatbot table format - result element

former_member715858
Participant
0 Kudos
1,191

Good Day,

would be possible to format/design the chat-bot to display results data from the json data source as table row and have one of them as hyberlink

can we use the CSS by any chance,

-----------------------------------------------------------------------------------------------------

https://sampleserver5.arcgisonline.com/arcgis/rest/services/AGP/Census/MapServer/3/query?where=STATE...

Hawaii STATE_NAME 15 STATE_FIPS Pacific SUB_REGION HI STATE_ABBR 1211537 POP2000 1299555 POP2007 189.9 POP00_SQMI 203.7 POP07_SQMI 294102 WHITE 22003 BLACK 3535 AMERI_ES 503868 ASIAN 113539 HAWN_PI 15147 OTHER 259343 MULT_RACE 87699 HISPANIC 608671 MALES 602866 FEMALES 78163 AGE_UNDER5 217604 AGE_5_17 65456 AGE_18_21 133437 AGE_22_29 183094 AGE_30_39 185646 AGE_40_49 187536 AGE_50_64 160601 AGE_65_UP 36.2 MED_AGE 35.1 MED_AGE_M 37.4 MED_AGE_F 403240 HOUSEHOLDS 2.92 AVE_HH_SZ 43253 HSEHLD_1_M 44900 HSEHLD_1_F 96758 MARHH_CHD 119319 MARHH_NO_C 8945 MHH_CHILD 23619 FHH_CHILD 287068 FAMILIES 3.42 AVE_FAM_SZ 460542 HSE_UNITS 57302 VACANT 227888 OWNER_OCC 175352 RENTER_OCC 5473 NO_FARMS97 263 AVG_SIZE97 292107 CROP_ACR97 90.8 AVG_SALE97 6381 SQMI 11.952786902763334 Shape_Length 1.429288927291385 Shape_Area 11.952786902763334 Shape_Length 1.429288927 Shape_Area

View Entire Topic
roy_pappachan2
Participant

Hi moaen.mustafa,

Yes.I am using MS Teams as channel and it is possible to display content like table.( as we do in web pages )

Use HTML Tag in your text message.

Ex: <table border="1"></table> with support of <tr>,<th>,<td> tags.

and you can use {{#eachJoin}} & {{#each}} for managing nested structures from Json array in side the HTML tags.

Note: you cannot test it in SAP CAI test.

Thanks,

Roy

former_member715858
Participant
0 Kudos

Good Day,

Thank you for your reply .. so much appreciated. I shall try this and let you know..

Must important two questions which I am searching for answer ..

1. Can I ran a chatbot internally inside intranet domain which had no internet access at all .

2. Can I integrate with Active Directly .

3. Can I have voice recognition ? Any demo bot which can you recommend

I can setup a meeting using teams or Zoom to show you what I am planning to develop.

Warm regards