Upgrade to Pro — share decks privately, control downloads, hide ads and more …

LINE Bot APIs introduction and demonstration

LINE Bot APIs introduction and demonstration

NYCU Glocal Design Competition @ online

Speaker: Nijia Lin
Event: https://event.oia.nycu.edu.tw/

line_developers_tw2

July 03, 2021
Tweet

More Decks by line_developers_tw2

Other Decks in Technology

Transcript

  1. 01 02 03 04 05 06 Outline Messaging API introduction

    Environment setting Let’s play LINE Bot! Deployment Collaboration Prized-Quiz
  2. What's a Provider? • Is an individual developer, company or

    organization • Can not change the channel PROVIDER after the channel is created • Do not use develop account to production environment
  3. Message Event Imagemap message Flex message Text message Template message

    Location message Sticker message Image message Video/Audio Message Send various message types
  4. Message Event Imagemap message Flex message Text message Template message

    Location message Sticker message Image message Video/Audio Message Send various message types
  5. Message Event Imagemap message Flex message Text message Template message

    Location message Sticker message Image message Video/Audio Message Send various message types
  6. Message Event Imagemap message Flex message Text message Template message

    Location message Sticker message Image message Video/Audio Message Send various message types
  7. Message Event Imagemap message Flex message Text message Template message

    Location message Sticker message Image message Video/Audio Message Send various message types
  8. Message Event Imagemap message Flex message Text message Template message

    Location message Sticker message Image message Video/Audio Message Send various message types
  9. Message Event Imagemap message Flex message Text message Template message

    Location message Sticker message Image message Video/Audio Message Send various message types
  10. Python Development for LINE Bot Service NodeJS Assist development Git

    Clone and Publish resource from GitHub and Heroku LINE account LINE Bot service provider Heroku Demonstration environment Following tools you need to install
  11. A B C • Camera action • Camera roll action

    • Location action • Postback action • Message action • URI action • Datetime picker action What is Quick Reply?
  12. A B C • Bottom of the LINE Bot chat

    screen. • Rich menus aren't displayed on LINE for desk- top (macOS, Windows). • Is a JPEG or PNG image file. What is Rich Menu?
  13. A B C • Image format: JPEG or PNG •

    Image width size (pixels): 800 to 2500 • Image height size (pixels): 250 or more • Image aspect ratio (width/height): 1.45 or more • Max file size: 1 MB What is Rich Menu?