Spaces:
Running
on
Zero
Running
on
Zero
dfa
Browse files
mysite/interpreter/google_chat.py
CHANGED
@@ -47,9 +47,9 @@ def send_google_chat_card(webhook_url, title, subtitle, link_text, link_url,imag
|
|
47 |
}
|
48 |
]
|
49 |
},
|
50 |
-
|
51 |
"textParagraph": {
|
52 |
-
"text": "<b>{}</b>".format("
|
53 |
}
|
54 |
},
|
55 |
{
|
@@ -66,6 +66,25 @@ def send_google_chat_card(webhook_url, title, subtitle, link_text, link_url,imag
|
|
66 |
}
|
67 |
]
|
68 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
]
|
70 |
}
|
71 |
]
|
|
|
47 |
}
|
48 |
]
|
49 |
},
|
50 |
+
{
|
51 |
"textParagraph": {
|
52 |
+
"text": "<b>{}</b>".format("ライン返信テストボットで確認\r\n FBで問題の無い場合LINEに設定")
|
53 |
}
|
54 |
},
|
55 |
{
|
|
|
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://www.coze.com/home"
|
82 |
+
}
|
83 |
+
}
|
84 |
+
}
|
85 |
+
}
|
86 |
+
]
|
87 |
+
},
|
88 |
]
|
89 |
}
|
90 |
]
|