Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@richardgrantserverless
Created June 2, 2022 22:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save richardgrantserverless/a9c9bed79f45cef0e47fe240f89d0c4b to your computer and use it in GitHub Desktop.
Save richardgrantserverless/a9c9bed79f45cef0e47fe240f89d0c4b to your computer and use it in GitHub Desktop.
custom:
alexa:
vendorId: ${env:AMAZON_VENDOR_ID}
clientId: ${env:AMAZON_CLIENT_ID}
clientSecret: ${env:AMAZON_CLIENT_SECRET}
skills:
- id: ${env:ALEXA_SKILL_ID}
manifest:
publishingInformation:
locales:
en-US:
name: sample
apis:
custom: {}
manifestVersion: '1.0'
models:
en-US:
interactionModel:
languageModel:
invocationName: PPAP
intents:
- name: PineAppleIntent
slots:
- name: Fisrt
type: AMAZON.Food
- name: Second
type: AMAZON.Food
samples:
- 'I have {First} and {Second}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment