Skip to content

Commit

Permalink
[CHAT-1175]: Support for rich quick replies
Browse files Browse the repository at this point in the history
  • Loading branch information
ahitrov committed Aug 21, 2020
1 parent 658a032 commit cd21a61
Show file tree
Hide file tree
Showing 15 changed files with 774 additions and 69 deletions.
10 changes: 10 additions & 0 deletions Blank/ar/tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@
"quickReplies": [
"المحادثة 1",
"المحادثة 2"
],
"richQuickReplies":[
{
"title":"المحادثة 1",
"value":"المحادثة 1"
},
{
"title":"المحادثة 2",
"value":"المحادثة 2"
}
]
}
]
Expand Down
10 changes: 10 additions & 0 deletions Blank/bg/tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@
"quickReplies": [
"Разговор 1",
"Разговор 2"
],
"richQuickReplies": [
{
"title":"Разговор 1",
"value":"Разговор 1"
},
{
"title":"Разговор 2",
"value":"Разговор 2"
}
]
}
]
Expand Down
10 changes: 10 additions & 0 deletions Blank/de/tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@
"quickReplies": [
"Konversation 1",
"Konversation 2"
],
"richQuickReplies": [
{
"title":"Konversation 1",
"value":"Konversation 1"
},
{
"title":"Konversation 2",
"value":"Konversation 2"
}
]
}
]
Expand Down
10 changes: 10 additions & 0 deletions Blank/en/proxy-tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@
"quickReplies": [
"Conversation 1",
"Conversation 2"
],
"richQuickReplies": [
{
"title":"Conversation 1",
"value":"Conversation 1"
},
{
"title":"Conversation 2",
"value":"Conversation 2"
}
]
}
]
Expand Down
10 changes: 10 additions & 0 deletions Blank/en/tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@
"quickReplies": [
"Conversation 1",
"Conversation 2"
],
"richQuickReplies": [
{
"title":"Conversation 1",
"value":"Conversation 1"
},
{
"title":"Conversation 2",
"value":"Conversation 2"
}
]
}
]
Expand Down
17 changes: 15 additions & 2 deletions Blank/es/tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,20 @@
},
{
"text": "Esto es lo que puedo hacer por ti:",
"quickReplies": ["Conversación 1", "Conversación 2"]
"quickReplies": [
"Conversación 1",
"Conversación 2"
],
"richQuickReplies": [
{
"title": "Conversación 1",
"value": "Conversación 1"
},
{
"title": "Conversación 2",
"value": "Conversación 2"
}
]
}
]
]
Expand All @@ -37,4 +50,4 @@
]
}
]
}
}
12 changes: 11 additions & 1 deletion Blank/fi/tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@
"quickReplies": [
"Keskustelu 1",
"Keskustelu 2"
],
"richQuickReplies": [
{
"title": "Keskustelu 1",
"value": "Keskustelu 1"
},
{
"title": "Keskustelu 2",
"value": "Keskustelu 2"
}
]
}
]
Expand All @@ -40,4 +50,4 @@
]
}
]
}
}
12 changes: 11 additions & 1 deletion Blank/it/tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@
"quickReplies": [
"Conversazione 1",
"Conversazione 2"
],
"richQuickReplies": [
{
"title": "Conversazione 1",
"value": "Conversazione 1"
},
{
"title": "Conversazione 2",
"value": "Conversazione 2"
}
]
}
]
Expand All @@ -40,4 +50,4 @@
]
}
]
}
}
12 changes: 11 additions & 1 deletion Blank/nl/tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@
"quickReplies": [
"Gesprek 1",
"Gesprek 2"
],
"richQuickReplies": [
{
"title": "Gesprek 1",
"value": "Gesprek 1"
},
{
"title": "Gesprek 2",
"value": "Gesprek 2"
}
]
}
]
Expand All @@ -40,4 +50,4 @@
]
}
]
}
}
12 changes: 11 additions & 1 deletion Blank/pt/tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@
"quickReplies": [
"Conversa 1",
"Conversa 2"
],
"richQuickReplies": [
{
"title": "Conversa 1",
"value": "Conversa 1"
},
{
"title": "Conversa 2",
"value": "Conversa 2"
}
]
}
]
Expand All @@ -40,4 +50,4 @@
]
}
]
}
}
12 changes: 11 additions & 1 deletion Blank/zh/tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@
"quickReplies": [
"对话1",
"会话2"
],
"richQuickReplies": [
{
"title": "对话1",
"value": "对话1"
},
{
"title": "会话2",
"value": "会话2"
}
]
}
]
Expand All @@ -40,4 +50,4 @@
]
}
]
}
}
Loading

0 comments on commit cd21a61

Please sign in to comment.