You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"greeting": ["Welcome to the localization sample bot.", "Hey there. I'm the localization sample bot.", "Greetings... I'm the localization sample bot."],
3
+
"instructions": "This demo will first ask you to select a preferred language and then walk through using all of the built-in prompts in that language.",
4
+
"locale_prompt": "What's your preferred language?",
5
+
"locale_updated": "Your preferred language is now english.",
6
+
"text_prompt": "Prompts.text(): enter some text and it will be repeated back to you.",
7
+
"number_prompt": "Prompts.number(): enter a number. Try something not a number to see the built-in re-prompt text.",
8
+
"listStyle_prompt": "Prompts.choice() supports a range of ListStyles. Which would you like to use?",
9
+
"choice_prompt": "Prompts.choice(): choose an option.",
10
+
"choice_options": "Option A|Option B|Option C",
11
+
"confirm_prompt": "Prompts.confirm(): enter 'yes' or 'no'.",
12
+
"time_prompt": "Prompts.time(): the built-in time prompt only accepts english. Enter a time like 'monday at 7am' and I'll show you the JSON returned.",
13
+
"input_response": "You entered '%s'",
14
+
"choice_response": "You chose '%s'",
15
+
"time_response": "JSON for time entered: %s",
16
+
"demo_finished": ["That's the end of the demo.", "Thank you. That's the end."]
"greeting": ["Benvenuto. Sono il bot di esempio di localizzazione.", "Ciao. Sono il bot di esempio di localizzazione."],
3
+
"instructions": "Questo esempio ti chiederà di selezionare la tua lingua preferita e poi ti mostrerà come usare i messaggi predefiniti in quella lingua. ",
4
+
"locale_prompt": "Qual è la tua lingua preferita?",
5
+
"locale_updated": "La tua lingua preferita è: italiano.",
"confirm_prompt": "Prompts.confirm(): rispondi 'sì' o 'no'.",
12
+
"time_prompt": "Prompts.time(): il messaggio di richiesta della data/tempo funziona solo in inglese. Inserisci una data/tempo come 'monday at 7am' e ti mostrerò il corrispondente risultato JSON.",
13
+
"input_response": "Hai inserito '%s'",
14
+
"choice_response": "Hai scelto '%s'",
15
+
"time_response": "Risultato JSON per la data/tempo inserita: %s",
16
+
"demo_finished": ["Questa è la conclusione dell’esempio di localizzazione.", "Grazie. Si conclude quì l’esempio di localizzazione."]
0 commit comments