1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
// Code generated by smithy-go-codegen DO NOT EDIT.
// Package qbusiness provides the API client, operations, and parameter types for
// QBusiness.
//
// This is the Amazon Q Business 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 [Amazon Q Business User Guide].
//
// For an overview of the Amazon Q Business APIs, see [Overview of Amazon Q Business API operations].
//
// For information about the IAM access control permissions you need to use this
// API, see [IAM roles for Amazon Q Business]in the Amazon Q Business User Guide.
//
// The following resources provide additional information about using the Amazon Q
// Business API:
//
// [Setting up for Amazon Q Business]
//
// [Amazon Q Business CLI Reference]
//
// [Amazon Web Services General Reference]
//
// [Amazon Web Services General Reference]: https://docs.aws.amazon.com/general/latest/gr/amazonq.html
// [Overview of Amazon Q Business API operations]: https://docs.aws.amazon.com/amazonq/latest/business-use-dg/api-ref.html#api-overview
// [IAM roles for Amazon Q Business]: https://docs.aws.amazon.com/amazonq/latest/business-use-dg/iam-roles.html
// [Setting up for Amazon Q Business]: https://docs.aws.amazon.com/amazonq/latest/business-use-dg/setting-up.html
// [Amazon Q Business User Guide]: https://docs.aws.amazon.com/amazonq/latest/business-use-dg/what-is.html
// [Amazon Q Business CLI Reference]: https://awscli.amazonaws.com/v2/documentation/api/latest/reference/qbusiness/index.html
package qbusiness
|