Chatbot Taiwan
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
      • Write
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
      • Invitee
    • Publish Note

      Publish Note

      Everyone on the web can find and read all notes of this public team.
      Once published, notes can be searched and viewed by anyone online.
      See published notes
      Please check the box to agree to the Community Guidelines.
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Sharing URL Help
Menu
Options
Versions and GitHub Sync Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Owners
  • Owners
  • Signed-in users
  • Everyone
Owners Signed-in users Everyone
Write
Owners
  • Owners
  • Signed-in users
  • Everyone
Owners Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
Invitee
Publish Note

Publish Note

Everyone on the web can find and read all notes of this public team.
Once published, notes can be searched and viewed by anyone online.
See published notes
Please check the box to agree to the Community Guidelines.
Engagement control
Commenting
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
  • Everyone
Suggest edit
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
Emoji Reply
Enable
Import from Dropbox Google Drive Gist Clipboard
   owned this note    owned this note      
Published Linked with GitHub
Subscribed
  • Any changes
    Be notified of any changes
  • Mention me
    Be notified of mention me
  • Unsubscribe
Subscribe
--- title: 2020/11/11 中部人小小聚 第11場共筆 tags: meetups, 中部人 --- # 中部人的 Chatbots Meetup 聊天機器人小小聚 #11 @ 台中夢森林 歡迎各位報名、推薦講者以及閃電秀,介紹自己開發的 chatbot、 分享 chatbot 相關的議題。 - [臉書社團](https://www.facebook.com/groups/chatbot.tw) - [KKTIX](https://chatbots.kktix.cc/) # 自我介紹 # 匿名聊天,背後的配對機制與聊天方式 - Caesar Chi > [簡報](https://example.com) 1. 匿名隱藏機制,防止追蹤:其實server上還是知道你的uuid,只是後端處理讓前端看不出是誰而已,這樣的匿名其實跟廣告的追蹤很像 2. 線上與線上配對:若等不到人(對方沒回應),會感覺很差,以為App壞掉了,以為服務沒人使用,失去對整個服務的信任 3. 線上的人,並不代表都想聊天:其實有人只是開著,看有什麼議題,看別人的大頭照 ### 今天想解決的問題 1. 匿名隱藏機制 2. 線上與線上配對 3. 線上,並不代表想聊天 ### 解決方案 - 使用者情境導入,類似靈魂酒吧; if-else hell => 使用 state machine; - state machine 可以想像成資料狀態流,可以避免大量if else 可以退回上一步,而不需要使用goto - 配對想要聊天的「兩個人」:設置一個 Connected Pool ,當發現兩者媒合時,就配對,而且要 realtime ,這樣就必須知道誰在線、誰離線(雖然還是匿名) => 採用 MQTT 而不是 Firebase ,因為很複雜 - 若談不來,要回到 Connected Pool ,但是不要又配對到 - 情境才會是決定的關鍵!!! - 根據使用者選擇流程,進行加權 - 讓使用者來跟你說why?但是答案還是要由團隊來進行分析、測試、推估 - 真人聊天 vs 機器人聊天 => 其實使用者聊兩句就會知道 - 資訊的儲存: cassandra + mongoDB => 做到 scale out 和 HA - 檢舉機制真的重要,因為匿名會讓有些人亂講話,自動化檢舉系統 # 會寫試算表就會做機器人 - 陳佳新 > [簡報](https://example.com) - https://github.com/jarsing/linebotone - https://docs.google.com/spreadsheets/d/e/2PACX-1vRcwRHjZbObJQr2yUDC3F4x5nnIKZNujKfjmXEpdjkLl1TueZflvmFiIWgRLOoPcY5n8cLZUqQ_dz5i/pubhtml - # Lighting talk | 姓名 | 主題 | 連結 | | -------- | ------------------------ | ------------------------------- | | 範例人名 | 範例:如何使用閃電秀表格 | [範例簡報](https://example.com) | | 戴均民 | 身為 Chatbot 開發者我該使用 GA4 嗎? | [簡報](https://hackmd.io/@taichunmin/chatbot-tw-202011) | | 楊舒安 | 不專業的開箱文 #半線保衛戰 | [影片](https://youtu.be/hGldaUiAZBc) | | | | | | | | | ### 身為 Chatbot 開發者我該使用 GA4 嗎? - 先不要用 GA4!!! 同時發佈 mesaurement api - 問題2:必填client_id,但是無法取得呀,因為 gtag.js 只能夠在瀏覽器使用,在機器人後端不能使用呀 ### 心得分享 - [參加「中部人的 CHATBOTS MEETUP 聊天機器人小小聚 #11」心得分享 Nov 11, 2020](https://shuanblog.wordpress.com/2020/11/14/%e5%8f%83%e5%8a%a0%e3%80%8c%e4%b8%ad%e9%83%a8%e4%ba%ba%e7%9a%84-chatbots-meetup-%e8%81%8a%e5%a4%a9%e6%a9%9f%e5%99%a8%e4%ba%ba%e5%b0%8f%e5%b0%8f%e8%81%9a-11%e3%80%8d%e5%bf%83%e5%be%97%e5%88%86/) - [參加「中部人的 CHATBOTS MEETUP 聊天機器人小小聚 #10」心得分享 OCT 14, 2020](https://shuanblog.wordpress.com/2020/10/28/%e5%8f%83%e5%8a%a0%e3%80%8c%e4%b8%ad%e9%83%a8%e4%ba%ba%e7%9a%84-chatbots-meetup-%e8%81%8a%e5%a4%a9%e6%a9%9f%e5%99%a8%e4%ba%ba%e5%b0%8f%e5%b0%8f%e8%81%9a-10%e3%80%8d%e5%bf%83%e5%be%97%e5%88%86/)

Import from clipboard

Paste your webpage below. It will be converted to Markdown.

Advanced permission required

Your current role can only read. Ask the system administrator to acquire write and comment permission.

This team is disabled

Sorry, this team is disabled. You can't edit this note.

This note is locked

Sorry, only owner can edit this note.

Reach the limit

Sorry, you've reached the max length this note can be.
Please reduce the content or divide it to more notes, thank you!

Import from Gist

Import from Snippet

or

Export to Snippet

Are you sure?

Do you really want to delete this note?
All users will lose their connection.

Create a note from template

Create a note from template

Oops...
This template is not available.
Upgrade
All
  • All
  • Team
No template found.

Create custom template

Upgrade

Delete template

Do you really want to delete this template?
Turn this template into a regular note and keep its content, versions, and comments.

This page need refresh

You have an incompatible client version.
Refresh to update.
New version available!
See releases notes here
Refresh to enjoy new features.
Your user state has changed.
Refresh to load new user state.

Sign in

Forgot password

or

By clicking below, you agree to our terms of service.

Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
Wallet ( )
Connect another wallet

New to HackMD? Sign up

Help

  • English
  • 中文
  • Français
  • Deutsch
  • 日本語
  • Español
  • Català
  • Ελληνικά
  • Português
  • italiano
  • Türkçe
  • Русский
  • Nederlands
  • hrvatski jezik
  • język polski
  • Українська
  • हिन्दी
  • svenska
  • Esperanto
  • dansk

Documents

Help & Tutorial

How to use Book mode

How to use Slide mode

API Docs

Edit in VSCode

Install browser extension

Get in Touch

Feedback

Discord

Send us email

Resources

Releases

Pricing

Blog

Policy

Terms

Privacy

Cheatsheet

Syntax Example Reference
# Header Header 基本排版
- Unordered List
  • Unordered List
1. Ordered List
  1. Ordered List
- [ ] Todo List
  • Todo List
> Blockquote
Blockquote
**Bold font** Bold font
*Italics font* Italics font
~~Strikethrough~~ Strikethrough
19^th^ 19th
H~2~O H2O
++Inserted text++ Inserted text
==Marked text== Marked text
[link text](https:// "title") Link
![image alt](https:// "title") Image
`Code` Code 在筆記中貼入程式碼
```javascript
var i = 0;
```
var i = 0;
:smile: :smile: Emoji list
{%youtube youtube_id %} Externals
$L^aT_eX$ LaTeX
:::info
This is a alert area.
:::

This is a alert area.

Versions and GitHub Sync
Get Full History Access

  • Edit version name
  • Delete

revision author avatar     named on  

More Less

No updates to save
Compare
    Choose a version
    No search result
    Version not found
Sign in to link this note to GitHub
Learn more
This note is not linked with GitHub
 

Feedback

Submission failed, please try again

Thanks for your support.

On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

Please give us some advice and help us improve HackMD.

 

Thanks for your feedback

Remove version name

Do you want to remove this version name and description?

Transfer ownership

Transfer to
    Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

      Link with GitHub

      Please authorize HackMD on GitHub
      • Please sign in to GitHub and install the HackMD app on your GitHub repo.
      • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
      Learn more  Sign in to GitHub

      Push the note to GitHub Push to GitHub Pull a file from GitHub

        Authorize again
       

      Choose which file to push to

      Select repo
      Refresh Authorize more repos
      Select branch
      Select file
      Select branch
      Choose version(s) to push
      • Save a new version and push
      • Choose from existing versions
      Include title and tags
      Available push count

      Pull from GitHub

       
      File from GitHub
      File from HackMD

      GitHub Link Settings

      File linked

      Linked by
      File path
      Last synced branch
      Available push count

      Danger Zone

      Unlink
      You will no longer receive notification when GitHub file changes after unlink.

      Syncing

      Push failed

      Push successfully