Spaces:
Sleeping
Sleeping
tes
Browse files
mysite/routers/fastapi.py
CHANGED
@@ -235,7 +235,7 @@ def setup_webhook_routes(app: FastAPI):
|
|
235 |
#user_name,thmbnail#
|
236 |
title = f""" {user_name}様から下記の質問があります"""
|
237 |
subtitle = f"""<b>ユーザーID</b> {user_id}\r\n <b>質問内容</b>\r\n {text}"""
|
238 |
-
link_text = "<b>チャットボット設定用シート</b>\r\n シート用のアプリはチャットから\r\n @リファペディア\r\n と打ち込むと開きます"
|
239 |
link_url = "https://docs.google.com/spreadsheets/d/13pqP-Ywo5eRlZBsYX2m3ChARG38EoIYOowFd3cWij1c/edit?gid=283940886#gid=283940886"
|
240 |
#test_set_lide(subtitle, text)
|
241 |
thread_name = send_google_chat_card(webhook_url, title, subtitle, link_text, link_url,thmbnail)
|
|
|
235 |
#user_name,thmbnail#
|
236 |
title = f""" {user_name}様から下記の質問があります"""
|
237 |
subtitle = f"""<b>ユーザーID</b> {user_id}\r\n <b>質問内容</b>\r\n {text}"""
|
238 |
+
link_text = "\r\n<b>チャットボット設定用シート</b>\r\n シート用のアプリはチャットから\r\n @リファペディア\r\n と打ち込むと開きます"
|
239 |
link_url = "https://docs.google.com/spreadsheets/d/13pqP-Ywo5eRlZBsYX2m3ChARG38EoIYOowFd3cWij1c/edit?gid=283940886#gid=283940886"
|
240 |
#test_set_lide(subtitle, text)
|
241 |
thread_name = send_google_chat_card(webhook_url, title, subtitle, link_text, link_url,thmbnail)
|