Skip to content

Commit dbfddf5

Browse files
author
AWS
committed
Amazon QuickSight Update: Amazon Quick Suite now supports QuickChat as an embedding type when calling the GenerateEmbedUrlForRegisteredUser API, enabling developers to embed conversational AI agents directly into their applications.
1 parent 24eb34a commit dbfddf5

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
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 QuickSight",
4+
"contributor": "",
5+
"description": "Amazon Quick Suite now supports QuickChat as an embedding type when calling the GenerateEmbedUrlForRegisteredUser API, enabling developers to embed conversational AI agents directly into their applications."
6+
}

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31378,6 +31378,10 @@
3137831378
"GenerativeQnA":{
3137931379
"shape":"RegisteredUserGenerativeQnAEmbeddingConfiguration",
3138031380
"documentation":"<p>The configuration details for embedding the Generative Q&amp;A experience.</p> <p>For more information about embedding the Generative Q&amp;A experience, see <a href=\"https://docs.aws.amazon.com/quicksight/latest/user/embedding-overview.html\">Embedding Overview</a> in the <i>Amazon Quick Sight User Guide</i>.</p>"
31381+
},
31382+
"QuickChat":{
31383+
"shape":"RegisteredUserQuickChatEmbeddingConfiguration",
31384+
"documentation":"<p>The configuration details for embedding the Quick chat agent.</p>"
3138131385
}
3138231386
},
3138331387
"documentation":"<p>The type of experience you want to embed. For registered users, you can embed Quick Suite dashboards or the Amazon Quick Sight console.</p> <note> <p>Exactly one of the experience configurations is required. You can choose <code>Dashboard</code> or <code>QuickSightConsole</code>. You cannot choose more than one experience configuration.</p> </note>"
@@ -31402,6 +31406,11 @@
3140231406
},
3140331407
"documentation":"<p>Information about the Q search bar embedding experience.</p>"
3140431408
},
31409+
"RegisteredUserQuickChatEmbeddingConfiguration":{
31410+
"type":"structure",
31411+
"members":{},
31412+
"documentation":"<p>An object that provides information about the configuration of a chat agent.</p>"
31413+
},
3140531414
"RegisteredUserQuickSightConsoleEmbeddingConfiguration":{
3140631415
"type":"structure",
3140731416
"members":{

0 commit comments

Comments
 (0)