Skip to content

Commit 7dbe512

Browse files
author
AWS
committed
Amazon Q Connect Update: Provides the correct value for supported model ID.
1 parent 186b433 commit 7dbe512

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
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": "Provides the correct value for supported model ID."
6+
}

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1219,7 +1219,7 @@
12191219
{"shape":"ResourceNotFoundException"},
12201220
{"shape":"ThrottlingException"}
12211221
],
1222-
"documentation":"<p>Removes the AI Agent that is set for use by defafult on an Amazon Q in Connect Assistant.</p>",
1222+
"documentation":"<p>Removes the AI Agent that is set for use by default on an Amazon Q in Connect Assistant.</p>",
12231223
"idempotent":true
12241224
},
12251225
"RemoveKnowledgeBaseTemplateUri":{
@@ -1479,7 +1479,7 @@
14791479
{"shape":"ResourceNotFoundException"},
14801480
{"shape":"ThrottlingException"}
14811481
],
1482-
"documentation":"<p>Updates the AI Agent that is set for use by defafult on an Amazon Q in Connect Assistant.</p>"
1482+
"documentation":"<p>Updates the AI Agent that is set for use by default on an Amazon Q in Connect Assistant.</p>"
14831483
},
14841484
"UpdateContent":{
14851485
"name":"UpdateContent",
@@ -2090,7 +2090,7 @@
20902090
},
20912091
"modelId":{
20922092
"shape":"AIPromptModelIdentifier",
2093-
"documentation":"<p>The identifier of the model used for this AI Prompt. Model Ids supported are: <code>CLAUDE_3_HAIKU_20240307_V1</code>.</p>"
2093+
"documentation":"<p>The identifier of the model used for this AI Prompt. Model Ids supported are: <code>anthropic.claude-3-haiku-20240307-v1:0</code>.</p>"
20942094
},
20952095
"modifiedTime":{
20962096
"shape":"Timestamp",
@@ -2177,7 +2177,7 @@
21772177
},
21782178
"modelId":{
21792179
"shape":"AIPromptModelIdentifier",
2180-
"documentation":"<p>The identifier of the model used for this AI Prompt. Model Ids supported are: <code>CLAUDE_3_HAIKU_20240307_V1</code>.</p>"
2180+
"documentation":"<p>The identifier of the model used for this AI Prompt. Model Ids supported are: <code>anthropic.claude-3-haiku-20240307-v1:0</code>.</p>"
21812181
},
21822182
"modifiedTime":{
21832183
"shape":"Timestamp",
@@ -2370,7 +2370,7 @@
23702370
},
23712371
"locale":{
23722372
"shape":"NonEmptyString",
2373-
"documentation":"<p>The locale to which specifies the language and region settings that determine the response language for <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_amazon-q-connect_QueryAssistant.html\">QueryAssistant</a>.</p> <note> <p>Changing this locale to anything other than <code>en_US</code> will turn off recommendations triggered by contact transcripts for agent assistance, as this feature is not supported in multiple languages.</p> </note>"
2373+
"documentation":"<p>The locale to which specifies the language and region settings that determine the response language for <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_amazon-q-connect_QueryAssistant.html\">QueryAssistant</a>.</p> <note> <p>Changing this locale to anything other than <code>en_US</code>, <code>en_GB</code>, or <code>en_AU</code> will turn off recommendations triggered by contact transcripts for agent assistance, as this feature is not supported in multiple languages.</p> </note>"
23742374
},
23752375
"queryReformulationAIPromptId":{
23762376
"shape":"UuidWithQualifier",
@@ -3506,7 +3506,7 @@
35063506
},
35073507
"modelId":{
35083508
"shape":"AIPromptModelIdentifier",
3509-
"documentation":"<p>The identifier of the model used for this AI Prompt. Model Ids supported are: <code>CLAUDE_3_HAIKU_20240307_V1</code> </p>"
3509+
"documentation":"<p>The identifier of the model used for this AI Prompt. Model Ids supported are: <code>anthropic.claude-3-haiku-20240307-v1:0</code> </p>"
35103510
},
35113511
"name":{
35123512
"shape":"Name",
@@ -9319,7 +9319,7 @@
93199319
"documentation":"<p>The number of turn of the conversation history data.</p>"
93209320
}
93219321
},
9322-
"documentation":"<p>The conversation history data to included in conversation context data before the the Amazon Q in Connect session..</p>"
9322+
"documentation":"<p>The conversation history data to included in conversation context data before the Amazon Q in Connect session.</p>"
93239323
},
93249324
"SelfServiceConversationHistoryList":{
93259325
"type":"list",

0 commit comments

Comments
 (0)