Skip to content

Instantly share code, notes, and snippets.

@MKtalk
Created August 16, 2018 05:12
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 MKtalk/14758c8cc5c885e86b71aa8588a08554 to your computer and use it in GitHub Desktop.
Save MKtalk/14758c8cc5c885e86b71aa8588a08554 to your computer and use it in GitHub Desktop.
간단한 설문 챗봇을 위한 YML 구성
programming-language: python3
intents:
pools:
slots:
- id: question1
question: 오늘 점심은 어떤걸 드셨나요?
options:
- '자장면'
- '돈가스'
- '냉면'
- '해장국'
- '기타'
- id: question2
question: 한줄 맛 평가를 남겨주세요!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment