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
|
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
// Package qconnect provides the client and types for making API
// requests to Amazon Q Connect.
//
// Powered by Amazon Bedrock: Amazon Web Services implements automated abuse
// detection (https://docs.aws.amazon.com/bedrock/latest/userguide/abuse-detection.html).
// Because Amazon Q in Connect is built on Amazon Bedrock, users can take full
// advantage of the controls implemented in Amazon Bedrock to enforce safety,
// security, and the responsible use of artificial intelligence (AI).
//
// Amazon Q in Connect is a generative AI customer service assistant. It is
// an LLM-enhanced evolution of Amazon Connect Wisdom that delivers real-time
// recommendations to help contact center agents resolve customer issues quickly
// and accurately.
//
// Amazon Q automatically detects customer intent during calls and chats using
// conversational analytics and natural language understanding (NLU). It then
// provides agents with immediate, real-time generative responses and suggested
// actions, and links to relevant documents and articles. Agents can also query
// Amazon Q directly using natural language or keywords to answer customer requests.
//
// Use the Amazon Q in Connect APIs to create an assistant and a knowledge base,
// for example, or manage content by uploading custom files.
//
// For more information, see Use Amazon Q in Connect for generative AI powered
// agent assistance in real-time (https://docs.aws.amazon.com/connect/latest/adminguide/amazon-q-connect.html)
// in the Amazon Connect Administrator Guide.
//
// See https://docs.aws.amazon.com/goto/WebAPI/qconnect-2020-10-19 for more information on this service.
//
// See qconnect package documentation for more information.
// https://docs.aws.amazon.com/sdk-for-go/api/service/qconnect/
//
// # Using the Client
//
// To contact Amazon Q Connect 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 Amazon Q Connect client QConnect for more
// information on creating client for this service.
// https://docs.aws.amazon.com/sdk-for-go/api/service/qconnect/#New
package qconnect
|