Skip to content

Commit 2067101

Browse files
committed
update DF agent
1 parent 0dcf20c commit 2067101

File tree

3 files changed

+14
-20
lines changed

3 files changed

+14
-20
lines changed

Dialogflow/FillInTheTextBot/intents/Default Welcome Intent.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,10 @@
77
{
88
"resetContexts": false,
99
"action": "input.welcome",
10-
"affectedContexts": [
11-
{
12-
"name": "EasyWelcome-followup",
13-
"lifespan": 2
14-
}
15-
],
10+
"affectedContexts": [],
1611
"parameters": [
1712
{
18-
"id": "f523142b-27ae-4ded-89fb-38aafe8e9672",
13+
"id": "7a3d7044-c440-4d59-a864-3c3408db0d38",
1914
"name": "sberEmotion",
2015
"required": false,
2116
"dataType": "@sys.any",

Dialogflow/FillInTheTextBot/intents/EasyWelcome-yes.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@
1414
"affectedContexts": [],
1515
"parameters": [
1616
{
17-
"id": "0b05d745-7ada-4f03-aec3-407a9da94132",
17+
"id": "6d41dfb6-8afc-4a1d-83e4-481a8c2dcba8",
1818
"name": "textKey",
1919
"required": false,
2020
"dataType": "@sys.any",
21-
"value": "text-30-1",
2221
"defaultValue": "",
2322
"isList": false,
2423
"prompts": [],
@@ -28,7 +27,7 @@
2827
"outputDialogContexts": []
2928
},
3029
{
31-
"id": "a5a73994-2090-426b-be72-99ea218a7e1a",
30+
"id": "d11f1928-58a2-4250-ac70-acb3957d8d46",
3231
"name": "resetTextIndex",
3332
"required": false,
3433
"dataType": "@sys.any",
@@ -42,7 +41,7 @@
4241
"outputDialogContexts": []
4342
},
4443
{
45-
"id": "ec57b96a-e62f-4875-9023-e28453b3c3b0",
44+
"id": "06c56609-bc1b-49d8-9b87-4aeb6043e756",
4645
"name": "sberEmotion",
4746
"required": false,
4847
"dataType": "@sys.any",

Dialogflow/FillInTheTextBot/intents/EasyWelcome.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"parameters": [
1919
{
20-
"id": "67ac59c4-688d-4bb3-9ed2-1b7a37e93ccf",
20+
"id": "57100c34-8399-4464-a60f-ee41d6966253",
2121
"name": "sberEmotion",
2222
"required": false,
2323
"dataType": "@sys.any",
@@ -51,9 +51,9 @@
5151
"textToSpeech": "",
5252
"lang": "ru",
5353
"speech": [
54-
"Настало время занимательных историй! Давай сочиним что-нибудь новенькое?",
55-
"Пришла пора умопомрачительных повествований! Сочиним что-нибудь новенькое?",
56-
"И вот пришло время занимательных историй! Давай сочинять кое-что новенькое?"
54+
"Настало время занимательных историй! Давай сочиним что-нибудь?",
55+
"Пришла пора умопомрачительных повествований! Сочиним что-нибудь?",
56+
"И вот пришло время занимательных историй! Давай сочиним кое-что?"
5757
],
5858
"condition": ""
5959
},
@@ -62,17 +62,17 @@
6262
"title": "",
6363
"payload": {
6464
"ButtonsForSource": {
65-
"Marusia": [
65+
"Yandex": [
6666
{
67-
"Url": "https://vk.com/fillinthetextbot",
67+
"IsQuickReply": false,
6868
"Text": "Узнать, что новенького",
69-
"IsQuickReply": false
69+
"Url": "https://vk.com/fillinthetextbot"
7070
}
7171
],
72-
"Yandex": [
72+
"Marusia": [
7373
{
74-
"Url": "https://vk.com/fillinthetextbot",
7574
"IsQuickReply": false,
75+
"Url": "https://vk.com/fillinthetextbot",
7676
"Text": "Узнать, что новенького"
7777
}
7878
]

0 commit comments

Comments
 (0)