Skip to content

Commit e293a47

Browse files
author
AWS
committed
Amazon Q Connect Update: Increased Quick Response name max length to 100
1 parent 9fdebe9 commit e293a47

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Q Connect",
4+
"contributor": "",
5+
"description": "Increased Quick Response name max length to 100"
6+
}

services/qconnect/src/main/resources/codegen-resources/service-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3278,7 +3278,7 @@
32783278
},
32793279
"QuickResponseName":{
32803280
"type":"string",
3281-
"max":40,
3281+
"max":100,
32823282
"min":1
32833283
},
32843284
"QuickResponseOrderField":{

0 commit comments

Comments
 (0)