Exemplo n.º 1
0
    public void ShowItemNotHungryMsg()
    {
        Hashtable msgOption = new Hashtable();

        msgOption.Add(SpeechController.SpeechKeys.MessageText, Localization.Localize("ITEM_NOT_HUNGRY"));
        speechController.Talk(msgOption);
    }