-
Notifications
You must be signed in to change notification settings - Fork 2.1k
/
doc.go
67 lines (66 loc) · 3.16 KB
/
doc.go
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
// Package qbusiness provides the client and types for making API
// requests to 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 (https://docs.aws.amazon.com/amazonq/latest/business-use-dg/what-is.html).
//
// For an overview of the Amazon Q Business APIs, see Overview of Amazon Q Business
// API operations (https://docs.aws.amazon.com/amazonq/latest/business-use-dg/api-ref.html#api-overview).
//
// For information about the IAM access control permissions you need to use
// this API, see IAM roles for Amazon Q Business (https://docs.aws.amazon.com/amazonq/latest/business-use-dg/iam-roles.html)
// in the Amazon Q Business User Guide.
//
// You can use the following AWS SDKs to access Amazon Q Business APIs:
//
// - AWS SDK for C++ (https://docs.aws.amazon.com/sdk-for-cpp)
//
// - AWS SDK for Go (https://docs.aws.amazon.com/sdk-for-go)
//
// - AWS SDK for Java (https://docs.aws.amazon.com/sdk-for-java)
//
// - AWS SDK for JavaScript (https://docs.aws.amazon.com/sdk-for-javascript)
//
// - AWS SDK for .NET (https://docs.aws.amazon.com/sdk-for-net)
//
// - AWS SDK for Python (Boto3) (https://docs.aws.amazon.com/pythonsdk)
//
// - AWS SDK for Ruby (https://docs.aws.amazon.com/sdk-for-ruby)
//
// The following resources provide additional information about using the Amazon
// Q Business API:
//
// - Setting up for Amazon Q Business (https://docs.aws.amazon.com/amazonq/latest/business-use-dg/setting-up.html)
//
// - Amazon Q Business CLI Reference (https://awscli.amazonaws.com/v2/documentation/api/latest/reference/qbusiness/index.html)
//
// - Amazon Web Services General Reference (https://docs.aws.amazon.com/general/latest/gr/amazonq.html)
//
// See https://docs.aws.amazon.com/goto/WebAPI/qbusiness-2023-11-27 for more information on this service.
//
// See qbusiness package documentation for more information.
// https://docs.aws.amazon.com/sdk-for-go/api/service/qbusiness/
//
// # Using the Client
//
// To contact QBusiness with the SDK use the New function to create
// a new service client. With that client you can make API requests to the service.
// These clients are safe to use concurrently.
//
// See the SDK's documentation for more information on how to use the SDK.
// https://docs.aws.amazon.com/sdk-for-go/api/
//
// See aws.Config documentation for more information on configuring SDK clients.
// https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
//
// See the QBusiness client QBusiness for more
// information on creating client for this service.
// https://docs.aws.amazon.com/sdk-for-go/api/service/qbusiness/#New
package qbusiness