alexa-monzo icon indicating copy to clipboard operation
alexa-monzo copied to clipboard

Monzo Skill for the Amazon Alexa

Results 13 alexa-monzo issues
Sort by recently updated
recently updated
newest added

Currently Alexa always responds with the exact same phrase for a given input, we should try and define a large dictionary of phrases with equivilent meaning that Alexa can then...

enhancement
help wanted

Currently only the basic Monzo categories are defined within the transaction_category slot. Any synonyms that a user might potentially use in that slot should also be included. We will also...

bug
enhancement
amazon-feedback

GetSpendingHistory is defined with two slots, but some of its sample utterances only define one slot. GetSpendingHistory needs to be seperated into two seperate Intents, with the appropriate number of...

bug
amazon-feedback

Required for approval, need many in addition to the few that Amazon provides. For example: ``` AMAZON.YesIntent yes AMAZON.YesIntent yes please AMAZON.YesIntent sure AMAZON.YesIntent o. k. ```

amazon-feedback

At the moment, Alexa could freeze a card without the actual owner of the card knowing (e.g. if your children are feeling particularly spiteful). We should push a notification/feed item...

enhancement

Currently Alexa sometimes gets confused between the two intents for UnfreezeCard/FreezeCard - so users may trigger one, while actually wanting the other. To minimize the annoyance of this, Alexa should...

enhancement

Currently each intent has a few variations of sample utterance (2~3). To meet Amazon guidelines, there need to be around 15~20 for each(!). Small variations do apply however, for example...

enhancement
help wanted
amazon-feedback

Users should be given a high level overview of functionality they can trigger when activating the LaunchIntent for the first time (currently they only get this information in the reprompt).

enhancement
amazon-feedback

Not sure if they're currently supported on the UK Alexa, but a flash briefing API skill for Monzo would be cool. It could give you a summary of todays/yesterdays spending...

The Monzo API only returns the last 100 transactions by default. When we're checking spending history we only get transactions from that default response, which may not be representative of...

bug