QApps#
Client#
- class QApps.Client#
 A low-level client representing QApps
The Amazon Q Apps feature capability within Amazon Q Business allows web experience users to create lightweight, purpose-built AI apps to fulfill specific tasks from within their web experience. For example, users can create a Q App that exclusively generates marketing-related content to improve your marketing team’s productivity or a Q App for writing customer emails and creating promotional content using a certain style of voice, tone, and branding. For more information on the capabilities, see Amazon Q Apps capabilities in the Amazon Q Business User Guide.
For an overview of the Amazon Q App APIs, see Overview of Amazon Q Apps API operations.
For information about the IAM access control permissions you need to use the Amazon Q Apps API, see IAM role for the Amazon Q Business web experience including Amazon Q Apps in the Amazon Q Business User Guide.
import boto3 client = boto3.client('qapps')
These are the available methods:
- associate_library_item_review
 - associate_q_app_with_user
 - can_paginate
 - close
 - create_library_item
 - create_q_app
 - delete_library_item
 - delete_q_app
 - disassociate_library_item_review
 - disassociate_q_app_from_user
 - get_library_item
 - get_paginator
 - get_q_app
 - get_q_app_session
 - get_waiter
 - import_document
 - list_library_items
 - list_q_apps
 - list_tags_for_resource
 - predict_q_app
 - start_q_app_session
 - stop_q_app_session
 - tag_resource
 - untag_resource
 - update_library_item
 - update_library_item_metadata
 - update_q_app
 - update_q_app_session
 
Paginators#
Paginators are available on a client instance via the get_paginator method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are: