kenken999 commited on
Commit
eedbdec
·
1 Parent(s): 007636c
Files changed (1) hide show
  1. mysite/interpreter/google_chat.py +2 -17
mysite/interpreter/google_chat.py CHANGED
@@ -46,7 +46,7 @@ def send_google_chat_card(webhook_url, title, subtitle, link_text, link_url,imag
46
  "buttons": [
47
  {
48
  "textButton": {
49
- "text": "Q&A設定を開く",
50
  "onClick": {
51
  "openLink": {
52
  "url": "https://kenken999-nodex-n8n-domain.hf.space/webhook/6264497c-6231-4023-abef-82b86f8e298b/chat"
@@ -55,22 +55,7 @@ def send_google_chat_card(webhook_url, title, subtitle, link_text, link_url,imag
55
  }
56
  }
57
  ]
58
- },
59
- {
60
- "buttons": [
61
- {
62
- "textButton": {
63
- "text": "全体行程マインドマップ",
64
- "onClick": {
65
- "openLink": {
66
- "url": "https://www.mindmeister.com/3342966040?e=turtle&new=1#"
67
- }
68
- }
69
- }
70
- }
71
- ]
72
- },
73
-
74
  ]
75
  }
76
  ]
 
46
  "buttons": [
47
  {
48
  "textButton": {
49
+ "text": "Q&Aテストチャットを開く",
50
  "onClick": {
51
  "openLink": {
52
  "url": "https://kenken999-nodex-n8n-domain.hf.space/webhook/6264497c-6231-4023-abef-82b86f8e298b/chat"
 
55
  }
56
  }
57
  ]
58
+ },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
  ]
60
  }
61
  ]