forked from ClevelandMuseumArt/cma-slackbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
prompt_invoke_template_multi.json
87 lines (87 loc) · 1.66 KB
/
prompt_invoke_template_multi.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"blocks": [
{
"block_id": "prompt_title",
"type": "section",
"text": {
"type": "mrkdwn",
"text": "prompt_title"
}
},
{
"block_id": "prompt_image",
"type": "image",
"title": {
"type": "plain_text",
"text": " ",
"emoji": true
},
"image_url": "https://www.clevelandart.org/sites/default/files/5%20card%20logo.gif",
"alt_text": "prompts.promptArtTitle"
},
{
"block_id": "prompt_prompt",
"type": "section",
"text": {
"type": "mrkdwn",
"text": "prompt_prompt"
}
},
{
"type": "actions",
"block_id": "word_buttons",
"elements": [
{
"type": "button",
"text": {
"type": "plain_text",
"text": "keyword_0",
"emoji": true
},
"value": "0",
"action_id": "choice_button_0"
},
{
"type": "button",
"text": {
"type": "plain_text",
"text": "keyword_1",
"emoji": true
},
"value": "1",
"action_id": "choice_button_1"
},
{
"type": "button",
"text": {
"type": "plain_text",
"text": "keyword_2",
"emoji": true
},
"value": "2",
"action_id": "choice_button_2"
},
{
"type": "button",
"text": {
"type": "plain_text",
"text": "keyword_3",
"emoji": true
},
"value": "3",
"action_id": "choice_button_3"
},
{
"type": "button",
"text": {
"type": "plain_text",
"text": "keyword_4",
"emoji": true
},
"value": "4",
"action_id": "choice_button_4"
}
]
}
]
}