//Phone commands // Phone number may be in any format Open phone Opening phone command: { type: "phone", action: "dial" } required: phone keywords: phone Pattern("Dial *") Opening phone command: { type: "phone", action: "dial", number: ""+star } required: dial keywords: dial Pattern("Call *") Opening phone command: { type: "phone", action: "call", number: ""+star } required: call keywords: call // Example command to create contact, "call mom": { type: "phone", action: "call", number: "1-555-888-4343" }