Skip to content

Commit 3df986e

Browse files
author
AWS
committed
Amazon Lex Model Building V2 Update: Support new Polly voice engines in VoiceSettings: long-form and generative
1 parent 582a151 commit 3df986e

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
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 Lex Model Building V2",
4+
"contributor": "",
5+
"description": "Support new Polly voice engines in VoiceSettings: long-form and generative"
6+
}

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14916,7 +14916,9 @@
1491614916
"type":"string",
1491714917
"enum":[
1491814918
"standard",
14919-
"neural"
14919+
"neural",
14920+
"long-form",
14921+
"generative"
1492014922
]
1492114923
},
1492214924
"VoiceId":{"type":"string"},
@@ -14933,7 +14935,7 @@
1493314935
"documentation":"<p>Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. For more information, see the <a href=\"https://docs.aws.amazon.com/polly/latest/dg/API_SynthesizeSpeech.html#polly-SynthesizeSpeech-request-Engine\"> <code>engine</code> parameter of the <code>SynthesizeSpeech</code> operation</a> in the <i>Amazon Polly developer guide</i>.</p> <p>If you do not specify a value, the default is <code>standard</code>.</p>"
1493414936
}
1493514937
},
14936-
"documentation":"<p>Defines settings for using an Amazon Polly voice to communicate with a user.</p>"
14938+
"documentation":"<p>Defines settings for using an Amazon Polly voice to communicate with a user.</p> <p>Valid values include:</p> <ul> <li> <p> <code>standard</code> </p> </li> <li> <p> <code>neural</code> </p> </li> <li> <p> <code>long-form</code> </p> </li> <li> <p> <code>generative</code> </p> </li> </ul>"
1493714939
},
1493814940
"WaitAndContinueSpecification":{
1493914941
"type":"structure",

0 commit comments

Comments
 (0)