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

議事録の要点整理を自動化! サーバレス Bot 構築術

Sponsored · Ship Features Fearlessly Turn features on and off without deploys. Used by thousands of Ruby developers.
Avatar for ikechi ikechi
September 19, 2025

議事録の要点整理を自動化! サーバレス Bot 構築術

ServerlessDays Tokyo 2025

Date: 2025/9/20
url: https://tokyo.serverlessdays.io

Avatar for ikechi

ikechi

September 19, 2025
Tweet

More Decks by ikechi

Other Decks in Programming

Transcript

  1. 12 • 会議中の発⾔を⽂字起こし • 構造化された議事録を作成 • GWS Standard 以上で利⽤可 Gemini

    による議事録作成 引⽤: Google Meet の⾃動メモ⽣成 https://support.google.com/meet/answer/14754931
  2. 24 • カスタムコマンドで Bot を起動 • モーダル表⽰ • Drive API

    によるファイル選択 • 議事録分析 Lambda 実⾏ プロダクト概要 - SlackBot
  3. 27 • 構造化された出⼒スキーマ • コンテキストキャッシュの活⽤ プロダクト概要 - プロンプト設計 { "decisions":

    [...], // 決定事項 "actions": [...], // アクション項目 "health_assessment": {...}, // 会議健全性評価 "improvement_suggestions": [...] // 改善提案 }