File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ <h1>Test Agentforce</h1>
3838 < div class ="info-row "> < strong > Nome:</ strong > < span id ="disp-name "> ...</ span > </ div >
3939 < div class ="info-row "> < strong > Tipo Utente:</ strong > < span id ="disp-type "> ...</ span > </ div >
4040 < div class ="info-row "> < strong > ID Utente:</ strong > < span id ="disp-id "> ...</ span > </ div >
41+ < div class ="info-row "> < strong > Nazionalità:</ strong > < span id ="disp-nationality "> ...</ span > </ div >
4142
4243 < button id ="start-btn " class ="btn-start " onclick ="startChatSession() "> Inizializza Chat</ button >
4344
@@ -61,6 +62,7 @@ <h1>Test Agentforce</h1>
6162 document . getElementById ( 'disp-name' ) . innerText = userData . fullname ;
6263 document . getElementById ( 'disp-type' ) . innerText = userData . userType ;
6364 document . getElementById ( 'disp-id' ) . innerText = userData . userId ;
65+ document . getElementById ( 'disp-nationality' ) . innerText = userData . nationality ;
6466
6567 function startChatSession ( ) {
6668 // Disabilita il bottone per evitare doppi click
@@ -138,3 +140,4 @@ <h1>Test Agentforce</h1>
138140</ body >
139141
140142</ html >
143+
You can’t perform that action at this time.
0 commit comments