Spaces:
Running
on
Zero
Running
on
Zero
dfa
Browse files
mysite/interpreter/google_chat.py
CHANGED
@@ -66,6 +66,25 @@ def send_google_chat_card(webhook_url, title, subtitle, link_text, link_url,imag
|
|
66 |
}
|
67 |
]
|
68 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
{
|
70 |
"textParagraph": {
|
71 |
"text": "<b>{}</b>".format("ライン返信テストボットデータ設定 エクセルで会話データのアップ")
|
|
|
66 |
}
|
67 |
]
|
68 |
},
|
69 |
+
{
|
70 |
+
"textParagraph": {
|
71 |
+
"text": "<b>{}</b>".format("ラインで確認 赤ペディアで確認")
|
72 |
+
}
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"buttons": [
|
76 |
+
{
|
77 |
+
"textButton": {
|
78 |
+
"text": "Open Link",
|
79 |
+
"onClick": {
|
80 |
+
"openLink": {
|
81 |
+
"url": "https://chat.line.biz/U8bbe7c4314bb68f7790f57c33a86faa0"
|
82 |
+
}
|
83 |
+
}
|
84 |
+
}
|
85 |
+
}
|
86 |
+
]
|
87 |
+
},
|
88 |
{
|
89 |
"textParagraph": {
|
90 |
"text": "<b>{}</b>".format("ライン返信テストボットデータ設定 エクセルで会話データのアップ")
|