|
2206 | 2206 | "qAppsConfiguration":{
|
2207 | 2207 | "shape":"QAppsConfiguration",
|
2208 | 2208 | "documentation":"<p>An option to allow end users to create and use Amazon Q Apps in the web experience.</p>"
|
| 2209 | + }, |
| 2210 | + "personalizationConfiguration":{ |
| 2211 | + "shape":"PersonalizationConfiguration", |
| 2212 | + "documentation":"<p>Configuration information about chat response personalization. For more information, see <a href=\"https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/personalizing-chat-responses.html\">Personalizing chat responses</a> </p>" |
2209 | 2213 | }
|
2210 | 2214 | }
|
2211 | 2215 | },
|
|
3566 | 3570 | "qAppsConfiguration":{
|
3567 | 3571 | "shape":"QAppsConfiguration",
|
3568 | 3572 | "documentation":"<p>Settings for whether end users can create and use Amazon Q Apps in the web experience.</p>"
|
| 3573 | + }, |
| 3574 | + "personalizationConfiguration":{ |
| 3575 | + "shape":"PersonalizationConfiguration", |
| 3576 | + "documentation":"<p>Configuration information about chat response personalization. For more information, see <a href=\"https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/personalizing-chat-responses.html\">Personalizing chat responses</a>.</p>" |
3569 | 3577 | }
|
3570 | 3578 | }
|
3571 | 3579 | },
|
|
5226 | 5234 | "type":"string",
|
5227 | 5235 | "sensitive":true
|
5228 | 5236 | },
|
| 5237 | + "PersonalizationConfiguration":{ |
| 5238 | + "type":"structure", |
| 5239 | + "required":["personalizationControlMode"], |
| 5240 | + "members":{ |
| 5241 | + "personalizationControlMode":{ |
| 5242 | + "shape":"PersonalizationControlMode", |
| 5243 | + "documentation":"<p>An option to allow Amazon Q Business to customize chat responses using user specific metadata—specifically, location and job information—in your IAM Identity Center instance.</p>" |
| 5244 | + } |
| 5245 | + }, |
| 5246 | + "documentation":"<p>Configuration information about chat response personalization. For more information, see <a href=\"https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/personalizing-chat-responses.html\">Personalizing chat responses</a>.</p>" |
| 5247 | + }, |
| 5248 | + "PersonalizationControlMode":{ |
| 5249 | + "type":"string", |
| 5250 | + "enum":[ |
| 5251 | + "ENABLED", |
| 5252 | + "DISABLED" |
| 5253 | + ] |
| 5254 | + }, |
5229 | 5255 | "Plugin":{
|
5230 | 5256 | "type":"structure",
|
5231 | 5257 | "members":{
|
|
6250 | 6276 | "qAppsConfiguration":{
|
6251 | 6277 | "shape":"QAppsConfiguration",
|
6252 | 6278 | "documentation":"<p>An option to allow end users to create and use Amazon Q Apps in the web experience.</p>"
|
| 6279 | + }, |
| 6280 | + "personalizationConfiguration":{ |
| 6281 | + "shape":"PersonalizationConfiguration", |
| 6282 | + "documentation":"<p>Configuration information about chat response personalization. For more information, see <a href=\"https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/personalizing-chat-responses.html\">Personalizing chat responses</a>.</p>" |
6253 | 6283 | }
|
6254 | 6284 | }
|
6255 | 6285 | },
|
|
6777 | 6807 | "member":{"shape":"WebExperience"}
|
6778 | 6808 | }
|
6779 | 6809 | },
|
6780 |
| - "documentation":"<p>This is the <i>Amazon Q Business</i> API Reference. Amazon Q Business is a fully managed, generative-AI powered enterprise chat assistant that you can deploy within your organization. Amazon Q Business enhances employee productivity by supporting key tasks such as question-answering, knowledge discovery, writing email messages, summarizing text, drafting document outlines, and brainstorming ideas. Users ask questions of Amazon Q Business and get answers that are presented in a conversational manner. For an introduction to the service, see the <a href=\"https://docs.aws.amazon.com/amazonq/latest/business-use-dg/what-is.html\"> <i>Amazon Q Business User Guide</i> </a>.</p> <p>For an overview of the Amazon Q Business APIs, see <a href=\"https://docs.aws.amazon.com/amazonq/latest/business-use-dg/api-ref.html#api-overview\">Overview of Amazon Q Business API operations</a>.</p> <p>For information about the IAM access control permissions you need to use this API, see <a href=\"https://docs.aws.amazon.com/amazonq/latest/business-use-dg/iam-roles.html\">IAM roles for Amazon Q Business</a> in the <i>Amazon Q Business User Guide</i>.</p> <p>You can use the following AWS SDKs to access Amazon Q Business APIs:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/sdk-for-cpp\">AWS SDK for C++</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/sdk-for-go\">AWS SDK for Go</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/sdk-for-java\">AWS SDK for Java</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/sdk-for-javascript\">AWS SDK for JavaScript</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/sdk-for-net\">AWS SDK for .NET</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/pythonsdk\">AWS SDK for Python (Boto3)</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/sdk-for-ruby\">AWS SDK for Ruby</a> </p> </li> </ul> <p>The following resources provide additional information about using the Amazon Q Business API:</p> <ul> <li> <p> <i> <a href=\"https://docs.aws.amazon.com/amazonq/latest/business-use-dg/setting-up.html\">Setting up for Amazon Q Business</a> </i> </p> </li> <li> <p> <i> <a href=\"https://awscli.amazonaws.com/v2/documentation/api/latest/reference/qbusiness/index.html\">Amazon Q Business CLI Reference</a> </i> </p> </li> <li> <p> <i> <a href=\"https://docs.aws.amazon.com/general/latest/gr/amazonq.html\">Amazon Web Services General Reference</a> </i> </p> </li> </ul>" |
| 6810 | + "documentation":"<p>This is the <i>Amazon Q Business</i> API Reference. Amazon Q Business is a fully managed, generative-AI powered enterprise chat assistant that you can deploy within your organization. Amazon Q Business enhances employee productivity by supporting key tasks such as question-answering, knowledge discovery, writing email messages, summarizing text, drafting document outlines, and brainstorming ideas. Users ask questions of Amazon Q Business and get answers that are presented in a conversational manner. For an introduction to the service, see the <a href=\"https://docs.aws.amazon.com/amazonq/latest/business-use-dg/what-is.html\"> <i>Amazon Q Business User Guide</i> </a>.</p> <p>For an overview of the Amazon Q Business APIs, see <a href=\"https://docs.aws.amazon.com/amazonq/latest/business-use-dg/api-ref.html#api-overview\">Overview of Amazon Q Business API operations</a>.</p> <p>For information about the IAM access control permissions you need to use this API, see <a href=\"https://docs.aws.amazon.com/amazonq/latest/business-use-dg/iam-roles.html\">IAM roles for Amazon Q Business</a> in the <i>Amazon Q Business User Guide</i>.</p> <p>The following resources provide additional information about using the Amazon Q Business API:</p> <ul> <li> <p> <i> <a href=\"https://docs.aws.amazon.com/amazonq/latest/business-use-dg/setting-up.html\">Setting up for Amazon Q Business</a> </i> </p> </li> <li> <p> <i> <a href=\"https://awscli.amazonaws.com/v2/documentation/api/latest/reference/qbusiness/index.html\">Amazon Q Business CLI Reference</a> </i> </p> </li> <li> <p> <i> <a href=\"https://docs.aws.amazon.com/general/latest/gr/amazonq.html\">Amazon Web Services General Reference</a> </i> </p> </li> </ul>" |
6781 | 6811 | }
|
0 commit comments