The skill is intended to demonstrate the interaction of the Amazon echo and the bank account checker.
The skill supports 8 different queries:
request #0: connect
request #1: get data for { financial calendar of day| financial calendar| transaction history as list| transaction history} for {date}
request #2: get data for { financial calendar of day| financial calendar| transaction history as list| transaction history} from {datefrom} to {dateto}
request #3: navigation { first | last | next | previous }
request #4: show diagram of { imaccounts | accounts | cards }
request #5: read
request #6: show chart of history from {datefrom} to {dateto} sort by {date|value}
request #7: show chart of history for {date} sort by {date|value}
request #8: sort by {date|value}
First, connect to the server by saying the word connect, and then say the call phrase for the desired action
Example of a dialogue:
User: Alexa, ask bank account checker
Skill: “Welcome to bank account checker. First, connect to the server by saying the word connect, and then say the call phrase for the desired action.”
User: “connect”
Skill: “success”
User: “get data for financial calendar for March 3 2017”
Skill: “success, 1, items”
User: “get data for transaction history from november 8 2010 to March 3 2018”
Skill: “success, transaction history, 245 items”
User: “Navigation next”
Skill: “success, Payments:50...100 of 254 items”
User: “read”
Skill: “51, servicePayment, RurPayJurSB, 17.07.2017, 0 RUB, next,52, servicePayment, RurPayJurSB, 17.07.2017, 0 RUB, next,53, servicePayment, RurPayJurSB, 17.07.2017, 0 RUB, next,54, payment, InternalPayment, 14.07.2017, -5268 RUB, next,55, payment, IMAOpeningClaim, .....”,
User: “get data for transaction history as list from november 8 2010 to March 3 2018”
Skill: “success, transaction history as list, 50 items”
User: “show diagram of accounts”
Skill: “The chart was built”
User: “show chart of history from November 17, 2010 to october 28, 2016”
Skill: “The chart was built. Each column corresponds to each translation”
User: “show chart of history for last year”
Skill: “The chart was built. Each column corresponds to all translations in one day”
User: “sort by value”
Skill: “The chart was built. Each column corresponds to all translations in one day”
User: “cancel”
Skill: “Goodbye! The skill will be restarted”