Skip to content

Instantly share code, notes, and snippets.

@azamsharp
Created July 26, 2018 18:54
Show Gist options
  • Save azamsharp/ca95240b0ffb1ebb14b2a30d00b0be87 to your computer and use it in GitHub Desktop.
Save azamsharp/ca95240b0ffb1ebb14b2a30d00b0be87 to your computer and use it in GitHub Desktop.
let orderCoffeeIntent = OrderCoffeeIntent()
orderCoffeeIntent.setImage(INImage(named: "coffee.jpg"), forParameterNamed: \.coffeeName)
orderCoffeeIntent.coffeeName = coffeeName
orderCoffeeIntent.deliveryLocation = placemark
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment