Beispiel #1
0
class OPT(fields.AmazonSlots):
    alexa_option = fields.AmazonCustom(label="OPTIONS", choices=OPTIONS)
    number = fields.AmazonNumber()
Beispiel #2
0
class PointsForHouseSlots(fields.AmazonSlots):
    points = fields.AmazonNumber()
    house = fields.AmazonCustom(label="HOUSE_LIST", choices=HOUSES)
Beispiel #3
0
class Num(fields.AmazonSlots):
    num = fields.AmazonNumber()