Skip to content

Commit

Permalink
Updated documents
Browse files Browse the repository at this point in the history
Updated documents for #14 and #12
Bug-fix for carousel

Co-Authored-By: lotr <[email protected]>
Co-Authored-By: shashankwer <[email protected]>
  • Loading branch information
3 people committed Mar 31, 2020
1 parent bc4c4fd commit 64336a9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
Binary file modified SystemCode/DialogFlow/ShopBot_Test.zip
Binary file not shown.
12 changes: 3 additions & 9 deletions SystemCode/Fulfillment/aspects.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,16 +227,10 @@ def display_carousel_browse(req, df, platform=""):
"google": {
"expectUserResponse": True,
"richResponse": {
"items": [
"items": [
{
"simpleResponse": {
"textToSpeech": text
}
},
{
"carouselBrowse": {
"items": [
]
"textToSpeech": ""
}
}
]
Expand Down Expand Up @@ -292,7 +286,7 @@ def display_carousel_browse(req, df, platform=""):
carouselBrowseItems.append(carouselBrowseItem)

custom_carousel = {
"message": "Carousel",
"message": text,
"platform": "kommunicate",
"metadata": {
"contentType": "300",
Expand Down
Binary file modified docs/Project Report.docx
Binary file not shown.
Binary file modified docs/User Guide.docx
Binary file not shown.

0 comments on commit 64336a9

Please sign in to comment.