Skip to content

Commit 7f69157

Browse files
Popola UI Con nazionalità
1 parent 24faf98 commit 7f69157

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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+

0 commit comments

Comments
 (0)