Giter Site home page Giter Site logo

kakaoplus's People

Contributors

hwonyo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

lesimor ttearth

kakaoplus's Issues

응답 메시지 헬퍼 함수

메시지를 인자로 넣어서 JSON 응답을 생성해주는 헬퍼함수가 있었으면 좋겠어요

KakaoAgent.generate_response('안녕', ['버튼1', '버튼2', '버튼3'])'
처럼 호출하면

{
  "message": {
    "text": "안녕"
  },
  "keyboard": {
    "type": "buttons",
    "buttons": [
      "버튼1",
      "버튼2",
      "버튼3"
    ]
  }
}

위처럼 응답이 오는 게 있었으면 좋겠네요.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.