source/services/lex-bot/book_appointment/appointment_helpers.py [80:91]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        ],
    }
    return utterance_values[language]


def clarification_prompt(language):
    prompt = {
        "English": "I didn't understand you, what would you like me to do?",
        "French": "Je n'ai pas bien compris votre demande, que puis-je faire pour vous?",
        "Italian": "Non ho capito, cosa preferisci che faccia?",
        "Spanish": "No lo entendí, ¿qué le gustaría que haga?",
        "German": "Ich habe Sie nicht verstanden. Bitte sagen Sie mir, was ich für Sie tun soll.",
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



source/services/lex-bot/weather_forecast/weather_helpers.py [46:57]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        ],
    }
    return utterance_values[language]


def clarification_prompt(language):
    prompt = {
        "English": "I didn't understand you, what would you like me to do?",
        "French": "Je n'ai pas bien compris votre demande, que puis-je faire pour vous?",
        "Italian": "Non ho capito, cosa preferisci che faccia?",
        "Spanish": "No lo entendí, ¿qué le gustaría que haga?",
        "German": "Ich habe Sie nicht verstanden. Bitte sagen Sie mir, was ich für Sie tun soll.",
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



