Documentation ¶
Overview ¶
Package wisdom provides the API client, operations, and parameter types for Amazon Connect Wisdom Service.
Amazon Connect Wisdom delivers agents the information they need to solve customer issues as they're actively speaking with customers. Agents can search across connected repositories from within their agent desktop to find answers quickly. Use Amazon Connect Wisdom to create an assistant and a knowledge base, for example, or manage content by uploading custom files.
Index ¶
- Constants
- func NewDefaultEndpointResolver() *internalendpoints.Resolver
- func WithAPIOptions(optFns ...func(*middleware.Stack) error) func(*Options)
- func WithEndpointResolver(v EndpointResolver) func(*Options)deprecated
- func WithEndpointResolverV2(v EndpointResolverV2) func(*Options)
- func WithSigV4SigningName(name string) func(*Options)
- func WithSigV4SigningRegion(region string) func(*Options)
- type AuthResolverParameters
- type AuthSchemeResolver
- type Client
- func (c *Client) CreateAssistant(ctx context.Context, params *CreateAssistantInput, optFns ...func(*Options)) (*CreateAssistantOutput, error)
- func (c *Client) CreateAssistantAssociation(ctx context.Context, params *CreateAssistantAssociationInput, ...) (*CreateAssistantAssociationOutput, error)
- func (c *Client) CreateContent(ctx context.Context, params *CreateContentInput, optFns ...func(*Options)) (*CreateContentOutput, error)
- func (c *Client) CreateKnowledgeBase(ctx context.Context, params *CreateKnowledgeBaseInput, ...) (*CreateKnowledgeBaseOutput, error)
- func (c *Client) CreateQuickResponse(ctx context.Context, params *CreateQuickResponseInput, ...) (*CreateQuickResponseOutput, error)
- func (c *Client) CreateSession(ctx context.Context, params *CreateSessionInput, optFns ...func(*Options)) (*CreateSessionOutput, error)
- func (c *Client) DeleteAssistant(ctx context.Context, params *DeleteAssistantInput, optFns ...func(*Options)) (*DeleteAssistantOutput, error)
- func (c *Client) DeleteAssistantAssociation(ctx context.Context, params *DeleteAssistantAssociationInput, ...) (*DeleteAssistantAssociationOutput, error)
- func (c *Client) DeleteContent(ctx context.Context, params *DeleteContentInput, optFns ...func(*Options)) (*DeleteContentOutput, error)
- func (c *Client) DeleteImportJob(ctx context.Context, params *DeleteImportJobInput, optFns ...func(*Options)) (*DeleteImportJobOutput, error)
- func (c *Client) DeleteKnowledgeBase(ctx context.Context, params *DeleteKnowledgeBaseInput, ...) (*DeleteKnowledgeBaseOutput, error)
- func (c *Client) DeleteQuickResponse(ctx context.Context, params *DeleteQuickResponseInput, ...) (*DeleteQuickResponseOutput, error)
- func (c *Client) GetAssistant(ctx context.Context, params *GetAssistantInput, optFns ...func(*Options)) (*GetAssistantOutput, error)
- func (c *Client) GetAssistantAssociation(ctx context.Context, params *GetAssistantAssociationInput, ...) (*GetAssistantAssociationOutput, error)
- func (c *Client) GetContent(ctx context.Context, params *GetContentInput, optFns ...func(*Options)) (*GetContentOutput, error)
- func (c *Client) GetContentSummary(ctx context.Context, params *GetContentSummaryInput, optFns ...func(*Options)) (*GetContentSummaryOutput, error)
- func (c *Client) GetImportJob(ctx context.Context, params *GetImportJobInput, optFns ...func(*Options)) (*GetImportJobOutput, error)
- func (c *Client) GetKnowledgeBase(ctx context.Context, params *GetKnowledgeBaseInput, optFns ...func(*Options)) (*GetKnowledgeBaseOutput, error)
- func (c *Client) GetQuickResponse(ctx context.Context, params *GetQuickResponseInput, optFns ...func(*Options)) (*GetQuickResponseOutput, error)
- func (c *Client) GetRecommendations(ctx context.Context, params *GetRecommendationsInput, optFns ...func(*Options)) (*GetRecommendationsOutput, error)deprecated
- func (c *Client) GetSession(ctx context.Context, params *GetSessionInput, optFns ...func(*Options)) (*GetSessionOutput, error)
- func (c *Client) ListAssistantAssociations(ctx context.Context, params *ListAssistantAssociationsInput, ...) (*ListAssistantAssociationsOutput, error)
- func (c *Client) ListAssistants(ctx context.Context, params *ListAssistantsInput, optFns ...func(*Options)) (*ListAssistantsOutput, error)
- func (c *Client) ListContents(ctx context.Context, params *ListContentsInput, optFns ...func(*Options)) (*ListContentsOutput, error)
- func (c *Client) ListImportJobs(ctx context.Context, params *ListImportJobsInput, optFns ...func(*Options)) (*ListImportJobsOutput, error)
- func (c *Client) ListKnowledgeBases(ctx context.Context, params *ListKnowledgeBasesInput, optFns ...func(*Options)) (*ListKnowledgeBasesOutput, error)
- func (c *Client) ListQuickResponses(ctx context.Context, params *ListQuickResponsesInput, optFns ...func(*Options)) (*ListQuickResponsesOutput, error)
- func (c *Client) ListTagsForResource(ctx context.Context, params *ListTagsForResourceInput, ...) (*ListTagsForResourceOutput, error)
- func (c *Client) NotifyRecommendationsReceived(ctx context.Context, params *NotifyRecommendationsReceivedInput, ...) (*NotifyRecommendationsReceivedOutput, error)
- func (c *Client) Options() Options
- func (c *Client) QueryAssistant(ctx context.Context, params *QueryAssistantInput, optFns ...func(*Options)) (*QueryAssistantOutput, error)deprecated
- func (c *Client) RemoveKnowledgeBaseTemplateUri(ctx context.Context, params *RemoveKnowledgeBaseTemplateUriInput, ...) (*RemoveKnowledgeBaseTemplateUriOutput, error)
- func (c *Client) SearchContent(ctx context.Context, params *SearchContentInput, optFns ...func(*Options)) (*SearchContentOutput, error)
- func (c *Client) SearchQuickResponses(ctx context.Context, params *SearchQuickResponsesInput, ...) (*SearchQuickResponsesOutput, error)
- func (c *Client) SearchSessions(ctx context.Context, params *SearchSessionsInput, optFns ...func(*Options)) (*SearchSessionsOutput, error)
- func (c *Client) StartContentUpload(ctx context.Context, params *StartContentUploadInput, optFns ...func(*Options)) (*StartContentUploadOutput, error)
- func (c *Client) StartImportJob(ctx context.Context, params *StartImportJobInput, optFns ...func(*Options)) (*StartImportJobOutput, error)
- func (c *Client) TagResource(ctx context.Context, params *TagResourceInput, optFns ...func(*Options)) (*TagResourceOutput, error)
- func (c *Client) UntagResource(ctx context.Context, params *UntagResourceInput, optFns ...func(*Options)) (*UntagResourceOutput, error)
- func (c *Client) UpdateContent(ctx context.Context, params *UpdateContentInput, optFns ...func(*Options)) (*UpdateContentOutput, error)
- func (c *Client) UpdateKnowledgeBaseTemplateUri(ctx context.Context, params *UpdateKnowledgeBaseTemplateUriInput, ...) (*UpdateKnowledgeBaseTemplateUriOutput, error)
- func (c *Client) UpdateQuickResponse(ctx context.Context, params *UpdateQuickResponseInput, ...) (*UpdateQuickResponseOutput, error)
- type CreateAssistantAssociationInput
- type CreateAssistantAssociationOutput
- type CreateAssistantInput
- type CreateAssistantOutput
- type CreateContentInput
- type CreateContentOutput
- type CreateKnowledgeBaseInput
- type CreateKnowledgeBaseOutput
- type CreateQuickResponseInput
- type CreateQuickResponseOutput
- type CreateSessionInput
- type CreateSessionOutput
- type DeleteAssistantAssociationInput
- type DeleteAssistantAssociationOutput
- type DeleteAssistantInput
- type DeleteAssistantOutput
- type DeleteContentInput
- type DeleteContentOutput
- type DeleteImportJobInput
- type DeleteImportJobOutput
- type DeleteKnowledgeBaseInput
- type DeleteKnowledgeBaseOutput
- type DeleteQuickResponseInput
- type DeleteQuickResponseOutput
- type EndpointParameters
- type EndpointResolver
- type EndpointResolverFunc
- type EndpointResolverOptions
- type EndpointResolverV2
- type GetAssistantAssociationInput
- type GetAssistantAssociationOutput
- type GetAssistantInput
- type GetAssistantOutput
- type GetContentInput
- type GetContentOutput
- type GetContentSummaryInput
- type GetContentSummaryOutput
- type GetImportJobInput
- type GetImportJobOutput
- type GetKnowledgeBaseInput
- type GetKnowledgeBaseOutput
- type GetQuickResponseInput
- type GetQuickResponseOutput
- type GetRecommendationsInput
- type GetRecommendationsOutput
- type GetSessionInput
- type GetSessionOutput
- type HTTPClient
- type HTTPSignerV4
- type IdempotencyTokenProvider
- type ListAssistantAssociationsAPIClient
- type ListAssistantAssociationsInput
- type ListAssistantAssociationsOutput
- type ListAssistantAssociationsPaginator
- type ListAssistantAssociationsPaginatorOptions
- type ListAssistantsAPIClient
- type ListAssistantsInput
- type ListAssistantsOutput
- type ListAssistantsPaginator
- type ListAssistantsPaginatorOptions
- type ListContentsAPIClient
- type ListContentsInput
- type ListContentsOutput
- type ListContentsPaginator
- type ListContentsPaginatorOptions
- type ListImportJobsAPIClient
- type ListImportJobsInput
- type ListImportJobsOutput
- type ListImportJobsPaginator
- type ListImportJobsPaginatorOptions
- type ListKnowledgeBasesAPIClient
- type ListKnowledgeBasesInput
- type ListKnowledgeBasesOutput
- type ListKnowledgeBasesPaginator
- type ListKnowledgeBasesPaginatorOptions
- type ListQuickResponsesAPIClient
- type ListQuickResponsesInput
- type ListQuickResponsesOutput
- type ListQuickResponsesPaginator
- type ListQuickResponsesPaginatorOptions
- type ListTagsForResourceInput
- type ListTagsForResourceOutput
- type NotifyRecommendationsReceivedInput
- type NotifyRecommendationsReceivedOutput
- type Options
- type QueryAssistantAPIClient
- type QueryAssistantInput
- type QueryAssistantOutput
- type QueryAssistantPaginator
- type QueryAssistantPaginatorOptions
- type RemoveKnowledgeBaseTemplateUriInput
- type RemoveKnowledgeBaseTemplateUriOutput
- type ResolveEndpoint
- type SearchContentAPIClient
- type SearchContentInput
- type SearchContentOutput
- type SearchContentPaginator
- type SearchContentPaginatorOptions
- type SearchQuickResponsesAPIClient
- type SearchQuickResponsesInput
- type SearchQuickResponsesOutput
- type SearchQuickResponsesPaginator
- type SearchQuickResponsesPaginatorOptions
- type SearchSessionsAPIClient
- type SearchSessionsInput
- type SearchSessionsOutput
- type SearchSessionsPaginator
- type SearchSessionsPaginatorOptions
- type StartContentUploadInput
- type StartContentUploadOutput
- type StartImportJobInput
- type StartImportJobOutput
- type TagResourceInput
- type TagResourceOutput
- type UntagResourceInput
- type UntagResourceOutput
- type UpdateContentInput
- type UpdateContentOutput
- type UpdateKnowledgeBaseTemplateUriInput
- type UpdateKnowledgeBaseTemplateUriOutput
- type UpdateQuickResponseInput
- type UpdateQuickResponseOutput
Constants ¶
const ServiceAPIVersion = "2020-10-19"
const ServiceID = "Wisdom"
Variables ¶
This section is empty.
Functions ¶
func NewDefaultEndpointResolver ¶
func NewDefaultEndpointResolver() *internalendpoints.Resolver
NewDefaultEndpointResolver constructs a new service endpoint resolver
func WithAPIOptions ¶
func WithAPIOptions(optFns ...func(*middleware.Stack) error) func(*Options)
WithAPIOptions returns a functional option for setting the Client's APIOptions option.
func WithEndpointResolver
deprecated
func WithEndpointResolver(v EndpointResolver) func(*Options)
Deprecated: EndpointResolver and WithEndpointResolver. Providing a value for this field will likely prevent you from using any endpoint-related service features released after the introduction of EndpointResolverV2 and BaseEndpoint.
To migrate an EndpointResolver implementation that uses a custom endpoint, set the client option BaseEndpoint instead.
func WithEndpointResolverV2 ¶ added in v1.15.0
func WithEndpointResolverV2(v EndpointResolverV2) func(*Options)
WithEndpointResolverV2 returns a functional option for setting the Client's EndpointResolverV2 option.
func WithSigV4SigningName ¶ added in v1.18.2
WithSigV4SigningName applies an override to the authentication workflow to use the given signing name for SigV4-authenticated operations.
This is an advanced setting. The value here is FINAL, taking precedence over the resolved signing name from both auth scheme resolution and endpoint resolution.
func WithSigV4SigningRegion ¶ added in v1.18.2
WithSigV4SigningRegion applies an override to the authentication workflow to use the given signing region for SigV4-authenticated operations.
This is an advanced setting. The value here is FINAL, taking precedence over the resolved signing region from both auth scheme resolution and endpoint resolution.
Types ¶
type AuthResolverParameters ¶ added in v1.18.2
type AuthResolverParameters struct { // The name of the operation being invoked. Operation string // The region in which the operation is being invoked. Region string }
AuthResolverParameters contains the set of inputs necessary for auth scheme resolution.
type AuthSchemeResolver ¶ added in v1.18.2
type AuthSchemeResolver interface {
ResolveAuthSchemes(context.Context, *AuthResolverParameters) ([]*smithyauth.Option, error)
}
AuthSchemeResolver returns a set of possible authentication options for an operation.
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client provides the API client to make operations call for Amazon Connect Wisdom Service.
func New ¶
New returns an initialized Client based on the functional options. Provide additional functional options to further configure the behavior of the client, such as changing the client's endpoint or adding custom middleware behavior.
func NewFromConfig ¶
NewFromConfig returns a new client from the provided config.
func (*Client) CreateAssistant ¶
func (c *Client) CreateAssistant(ctx context.Context, params *CreateAssistantInput, optFns ...func(*Options)) (*CreateAssistantOutput, error)
Creates an Amazon Connect Wisdom assistant.
func (*Client) CreateAssistantAssociation ¶
func (c *Client) CreateAssistantAssociation(ctx context.Context, params *CreateAssistantAssociationInput, optFns ...func(*Options)) (*CreateAssistantAssociationOutput, error)
Creates an association between an Amazon Connect Wisdom assistant and another resource. Currently, the only supported association is with a knowledge base. An assistant can have only a single association.
func (*Client) CreateContent ¶
func (c *Client) CreateContent(ctx context.Context, params *CreateContentInput, optFns ...func(*Options)) (*CreateContentOutput, error)
Creates Wisdom content. Before to calling this API, use StartContentUpload to upload an asset.
func (*Client) CreateKnowledgeBase ¶
func (c *Client) CreateKnowledgeBase(ctx context.Context, params *CreateKnowledgeBaseInput, optFns ...func(*Options)) (*CreateKnowledgeBaseOutput, error)
Creates a knowledge base.
When using this API, you cannot reuse Amazon AppIntegrations DataIntegrations with external knowledge bases such as Salesforce and ServiceNow. If you do, you'll get an InvalidRequestException error.
For example, you're programmatically managing your external knowledge base, and you want to add or remove one of the fields that is being ingested from Salesforce. Do the following:
Call DeleteKnowledgeBase.
Call DeleteDataIntegration.
Call CreateDataIntegrationto recreate the DataIntegration or a create different one.
Call CreateKnowledgeBase.
func (*Client) CreateQuickResponse ¶ added in v1.19.0
func (c *Client) CreateQuickResponse(ctx context.Context, params *CreateQuickResponseInput, optFns ...func(*Options)) (*CreateQuickResponseOutput, error)
Creates a Wisdom quick response.
func (*Client) CreateSession ¶
func (c *Client) CreateSession(ctx context.Context, params *CreateSessionInput, optFns ...func(*Options)) (*CreateSessionOutput, error)
Creates a session. A session is a contextual container used for generating recommendations. Amazon Connect creates a new Wisdom session for each contact on which Wisdom is enabled.
func (*Client) DeleteAssistant ¶
func (c *Client) DeleteAssistant(ctx context.Context, params *DeleteAssistantInput, optFns ...func(*Options)) (*DeleteAssistantOutput, error)
Deletes an assistant.
func (*Client) DeleteAssistantAssociation ¶
func (c *Client) DeleteAssistantAssociation(ctx context.Context, params *DeleteAssistantAssociationInput, optFns ...func(*Options)) (*DeleteAssistantAssociationOutput, error)
Deletes an assistant association.
func (*Client) DeleteContent ¶
func (c *Client) DeleteContent(ctx context.Context, params *DeleteContentInput, optFns ...func(*Options)) (*DeleteContentOutput, error)
Deletes the content.
func (*Client) DeleteImportJob ¶ added in v1.19.0
func (c *Client) DeleteImportJob(ctx context.Context, params *DeleteImportJobInput, optFns ...func(*Options)) (*DeleteImportJobOutput, error)
Deletes the quick response import job.
func (*Client) DeleteKnowledgeBase ¶
func (c *Client) DeleteKnowledgeBase(ctx context.Context, params *DeleteKnowledgeBaseInput, optFns ...func(*Options)) (*DeleteKnowledgeBaseOutput, error)
Deletes the knowledge base.
When you use this API to delete an external knowledge base such as Salesforce or ServiceNow, you must also delete the Amazon AppIntegrationsDataIntegration. This is because you can't reuse the DataIntegration after it's been associated with an external knowledge base. However, you can delete and recreate it. See DeleteDataIntegrationand CreateDataIntegration in the Amazon AppIntegrations API Reference.
func (*Client) DeleteQuickResponse ¶ added in v1.19.0
func (c *Client) DeleteQuickResponse(ctx context.Context, params *DeleteQuickResponseInput, optFns ...func(*Options)) (*DeleteQuickResponseOutput, error)
Deletes a quick response.
func (*Client) GetAssistant ¶
func (c *Client) GetAssistant(ctx context.Context, params *GetAssistantInput, optFns ...func(*Options)) (*GetAssistantOutput, error)
Retrieves information about an assistant.
func (*Client) GetAssistantAssociation ¶
func (c *Client) GetAssistantAssociation(ctx context.Context, params *GetAssistantAssociationInput, optFns ...func(*Options)) (*GetAssistantAssociationOutput, error)
Retrieves information about an assistant association.
func (*Client) GetContent ¶
func (c *Client) GetContent(ctx context.Context, params *GetContentInput, optFns ...func(*Options)) (*GetContentOutput, error)
Retrieves content, including a pre-signed URL to download the content.
func (*Client) GetContentSummary ¶
func (c *Client) GetContentSummary(ctx context.Context, params *GetContentSummaryInput, optFns ...func(*Options)) (*GetContentSummaryOutput, error)
Retrieves summary information about the content.
func (*Client) GetImportJob ¶ added in v1.19.0
func (c *Client) GetImportJob(ctx context.Context, params *GetImportJobInput, optFns ...func(*Options)) (*GetImportJobOutput, error)
Retrieves the started import job.
func (*Client) GetKnowledgeBase ¶
func (c *Client) GetKnowledgeBase(ctx context.Context, params *GetKnowledgeBaseInput, optFns ...func(*Options)) (*GetKnowledgeBaseOutput, error)
Retrieves information about the knowledge base.
func (*Client) GetQuickResponse ¶ added in v1.19.0
func (c *Client) GetQuickResponse(ctx context.Context, params *GetQuickResponseInput, optFns ...func(*Options)) (*GetQuickResponseOutput, error)
Retrieves the quick response.
func (*Client) GetRecommendations
deprecated
func (c *Client) GetRecommendations(ctx context.Context, params *GetRecommendationsInput, optFns ...func(*Options)) (*GetRecommendationsOutput, error)
Retrieves recommendations for the specified session. To avoid retrieving the same recommendations in subsequent calls, use NotifyRecommendationsReceived. This API supports long-polling behavior with the waitTimeSeconds parameter. Short poll is the default behavior and only returns recommendations already available. To perform a manual query against an assistant, use QueryAssistant.
Deprecated: GetRecommendations API will be discontinued starting June 1, 2024. To receive generative responses after March 1, 2024 you will need to create a new Assistant in the Connect console and integrate the Amazon Q in Connect JavaScript library (amazon-q-connectjs) into your applications.
func (*Client) GetSession ¶
func (c *Client) GetSession(ctx context.Context, params *GetSessionInput, optFns ...func(*Options)) (*GetSessionOutput, error)
Retrieves information for a specified session.
func (*Client) ListAssistantAssociations ¶
func (c *Client) ListAssistantAssociations(ctx context.Context, params *ListAssistantAssociationsInput, optFns ...func(*Options)) (*ListAssistantAssociationsOutput, error)
Lists information about assistant associations.
func (*Client) ListAssistants ¶
func (c *Client) ListAssistants(ctx context.Context, params *ListAssistantsInput, optFns ...func(*Options)) (*ListAssistantsOutput, error)
Lists information about assistants.
func (*Client) ListContents ¶
func (c *Client) ListContents(ctx context.Context, params *ListContentsInput, optFns ...func(*Options)) (*ListContentsOutput, error)
Lists the content.
func (*Client) ListImportJobs ¶ added in v1.19.0
func (c *Client) ListImportJobs(ctx context.Context, params *ListImportJobsInput, optFns ...func(*Options)) (*ListImportJobsOutput, error)
Lists information about import jobs.
func (*Client) ListKnowledgeBases ¶
func (c *Client) ListKnowledgeBases(ctx context.Context, params *ListKnowledgeBasesInput, optFns ...func(*Options)) (*ListKnowledgeBasesOutput, error)
Lists the knowledge bases.
func (*Client) ListQuickResponses ¶ added in v1.19.0
func (c *Client) ListQuickResponses(ctx context.Context, params *ListQuickResponsesInput, optFns ...func(*Options)) (*ListQuickResponsesOutput, error)
Lists information about quick response.
func (*Client) ListTagsForResource ¶
func (c *Client) ListTagsForResource(ctx context.Context, params *ListTagsForResourceInput, optFns ...func(*Options)) (*ListTagsForResourceOutput, error)
Lists the tags for the specified resource.
func (*Client) NotifyRecommendationsReceived ¶
func (c *Client) NotifyRecommendationsReceived(ctx context.Context, params *NotifyRecommendationsReceivedInput, optFns ...func(*Options)) (*NotifyRecommendationsReceivedOutput, error)
Removes the specified recommendations from the specified assistant's queue of newly available recommendations. You can use this API in conjunction with GetRecommendationsand a waitTimeSeconds input for long-polling behavior and avoiding duplicate recommendations.
func (*Client) Options ¶ added in v1.20.0
Options returns a copy of the client configuration.
Callers SHOULD NOT perform mutations on any inner structures within client config. Config overrides should instead be made on a per-operation basis through functional options.
func (*Client) QueryAssistant
deprecated
func (c *Client) QueryAssistant(ctx context.Context, params *QueryAssistantInput, optFns ...func(*Options)) (*QueryAssistantOutput, error)
Performs a manual search against the specified assistant. To retrieve recommendations for an assistant, use GetRecommendations.
Deprecated: QueryAssistant API will be discontinued starting June 1, 2024. To receive generative responses after March 1, 2024 you will need to create a new Assistant in the Connect console and integrate the Amazon Q in Connect JavaScript library (amazon-q-connectjs) into your applications.
func (*Client) RemoveKnowledgeBaseTemplateUri ¶
func (c *Client) RemoveKnowledgeBaseTemplateUri(ctx context.Context, params *RemoveKnowledgeBaseTemplateUriInput, optFns ...func(*Options)) (*RemoveKnowledgeBaseTemplateUriOutput, error)
Removes a URI template from a knowledge base.
func (*Client) SearchContent ¶
func (c *Client) SearchContent(ctx context.Context, params *SearchContentInput, optFns ...func(*Options)) (*SearchContentOutput, error)
Searches for content in a specified knowledge base. Can be used to get a specific content resource by its name.
func (*Client) SearchQuickResponses ¶ added in v1.19.0
func (c *Client) SearchQuickResponses(ctx context.Context, params *SearchQuickResponsesInput, optFns ...func(*Options)) (*SearchQuickResponsesOutput, error)
Searches existing Wisdom quick responses in a Wisdom knowledge base.
func (*Client) SearchSessions ¶
func (c *Client) SearchSessions(ctx context.Context, params *SearchSessionsInput, optFns ...func(*Options)) (*SearchSessionsOutput, error)
Searches for sessions.
func (*Client) StartContentUpload ¶
func (c *Client) StartContentUpload(ctx context.Context, params *StartContentUploadInput, optFns ...func(*Options)) (*StartContentUploadOutput, error)
Get a URL to upload content to a knowledge base. To upload content, first make a PUT request to the returned URL with your file, making sure to include the required headers. Then use CreateContentto finalize the content creation process or UpdateContent to modify an existing resource. You can only upload content to a knowledge base of type CUSTOM.
func (*Client) StartImportJob ¶ added in v1.19.0
func (c *Client) StartImportJob(ctx context.Context, params *StartImportJobInput, optFns ...func(*Options)) (*StartImportJobOutput, error)
Start an asynchronous job to import Wisdom resources from an uploaded source file. Before calling this API, use StartContentUploadto upload an asset that contains the resource data.
- For importing Wisdom quick responses, you need to upload a csv file including the quick responses. For information about how to format the csv file for importing quick responses, see Import quick responses.
func (*Client) TagResource ¶
func (c *Client) TagResource(ctx context.Context, params *TagResourceInput, optFns ...func(*Options)) (*TagResourceOutput, error)
Adds the specified tags to the specified resource.
func (*Client) UntagResource ¶
func (c *Client) UntagResource(ctx context.Context, params *UntagResourceInput, optFns ...func(*Options)) (*UntagResourceOutput, error)
Removes the specified tags from the specified resource.
func (*Client) UpdateContent ¶
func (c *Client) UpdateContent(ctx context.Context, params *UpdateContentInput, optFns ...func(*Options)) (*UpdateContentOutput, error)
Updates information about the content.
func (*Client) UpdateKnowledgeBaseTemplateUri ¶
func (c *Client) UpdateKnowledgeBaseTemplateUri(ctx context.Context, params *UpdateKnowledgeBaseTemplateUriInput, optFns ...func(*Options)) (*UpdateKnowledgeBaseTemplateUriOutput, error)
Updates the template URI of a knowledge base. This is only supported for knowledge bases of type EXTERNAL. Include a single variable in ${variable} format; this interpolated by Wisdom using ingested content. For example, if you ingest a Salesforce article, it has an Id value, and you can set the template URI to https://myInstanceName.lightning.force.com/lightning/r/Knowledge__kav/*${Id}*/view .
func (*Client) UpdateQuickResponse ¶ added in v1.19.0
func (c *Client) UpdateQuickResponse(ctx context.Context, params *UpdateQuickResponseInput, optFns ...func(*Options)) (*UpdateQuickResponseOutput, error)
Updates an existing Wisdom quick response.
type CreateAssistantAssociationInput ¶
type CreateAssistantAssociationInput struct { // The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs // cannot contain the ARN. // // This member is required. AssistantId *string // The identifier of the associated resource. // // This member is required. Association types.AssistantAssociationInputData // The type of association. // // This member is required. AssociationType types.AssociationType // A unique, case-sensitive identifier that you provide to ensure the idempotency // of the request. If not provided, the Amazon Web Services SDK populates this // field. For more information about idempotency, see [Making retries safe with idempotent APIs]. // // [Making retries safe with idempotent APIs]: https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/ ClientToken *string // The tags used to organize, track, or control access for this resource. Tags map[string]string // contains filtered or unexported fields }
type CreateAssistantAssociationOutput ¶
type CreateAssistantAssociationOutput struct { // The assistant association. AssistantAssociation *types.AssistantAssociationData // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type CreateAssistantInput ¶
type CreateAssistantInput struct { // The name of the assistant. // // This member is required. Name *string // The type of assistant. // // This member is required. Type types.AssistantType // A unique, case-sensitive identifier that you provide to ensure the idempotency // of the request. If not provided, the Amazon Web Services SDK populates this // field. For more information about idempotency, see [Making retries safe with idempotent APIs]. // // [Making retries safe with idempotent APIs]: https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/ ClientToken *string // The description of the assistant. Description *string // The configuration information for the customer managed key used for encryption. // // The customer managed key must have a policy that allows kms:CreateGrant , // kms:DescribeKey , and kms:Decrypt/kms:GenerateDataKey permissions to the IAM // identity using the key to invoke Wisdom. To use Wisdom with chat, the key policy // must also allow kms:Decrypt , kms:GenerateDataKey* , and kms:DescribeKey // permissions to the connect.amazonaws.com service principal. // // For more information about setting up a customer managed key for Wisdom, see [Enable Amazon Connect Wisdom for your instance]. // // [Enable Amazon Connect Wisdom for your instance]: https://docs.aws.amazon.com/connect/latest/adminguide/enable-wisdom.html ServerSideEncryptionConfiguration *types.ServerSideEncryptionConfiguration // The tags used to organize, track, or control access for this resource. Tags map[string]string // contains filtered or unexported fields }
type CreateAssistantOutput ¶
type CreateAssistantOutput struct { // Information about the assistant. Assistant *types.AssistantData // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type CreateContentInput ¶
type CreateContentInput struct { // The identifier of the knowledge base. This should not be a QUICK_RESPONSES type // knowledge base if you're storing Wisdom Content resource to it. Can be either // the ID or the ARN. URLs cannot contain the ARN. // // This member is required. KnowledgeBaseId *string // The name of the content. Each piece of content in a knowledge base must have a // unique name. You can retrieve a piece of content using only its knowledge base // and its name with the [SearchContent]API. // // [SearchContent]: https://docs.aws.amazon.com/wisdom/latest/APIReference/API_SearchContent.html // // This member is required. Name *string // A pointer to the uploaded asset. This value is returned by [StartContentUpload]. // // [StartContentUpload]: https://docs.aws.amazon.com/wisdom/latest/APIReference/API_StartContentUpload.html // // This member is required. UploadId *string // A unique, case-sensitive identifier that you provide to ensure the idempotency // of the request. If not provided, the Amazon Web Services SDK populates this // field. For more information about idempotency, see [Making retries safe with idempotent APIs]. // // [Making retries safe with idempotent APIs]: https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/ ClientToken *string // A key/value map to store attributes without affecting tagging or // recommendations. For example, when synchronizing data between an external system // and Wisdom, you can store an external version identifier as metadata to utilize // for determining drift. Metadata map[string]string // The URI you want to use for the article. If the knowledge base has a // templateUri, setting this argument overrides it for this piece of content. OverrideLinkOutUri *string // The tags used to organize, track, or control access for this resource. Tags map[string]string // The title of the content. If not set, the title is equal to the name. Title *string // contains filtered or unexported fields }
type CreateContentOutput ¶
type CreateContentOutput struct { // The content. Content *types.ContentData // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type CreateKnowledgeBaseInput ¶
type CreateKnowledgeBaseInput struct { // The type of knowledge base. Only CUSTOM knowledge bases allow you to upload // your own content. EXTERNAL knowledge bases support integrations with third-party // systems whose content is synchronized automatically. // // This member is required. KnowledgeBaseType types.KnowledgeBaseType // The name of the knowledge base. // // This member is required. Name *string // A unique, case-sensitive identifier that you provide to ensure the idempotency // of the request. If not provided, the Amazon Web Services SDK populates this // field. For more information about idempotency, see [Making retries safe with idempotent APIs]. // // [Making retries safe with idempotent APIs]: https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/ ClientToken *string // The description. Description *string // Information about how to render the content. RenderingConfiguration *types.RenderingConfiguration // The configuration information for the customer managed key used for encryption. // // This KMS key must have a policy that allows kms:CreateGrant , kms:DescribeKey , // and kms:Decrypt/kms:GenerateDataKey permissions to the IAM identity using the // key to invoke Wisdom. // // For more information about setting up a customer managed key for Wisdom, see [Enable Amazon Connect Wisdom for your instance]. // // [Enable Amazon Connect Wisdom for your instance]: https://docs.aws.amazon.com/connect/latest/adminguide/enable-wisdom.html ServerSideEncryptionConfiguration *types.ServerSideEncryptionConfiguration // The source of the knowledge base content. Only set this argument for EXTERNAL // knowledge bases. SourceConfiguration types.SourceConfiguration // The tags used to organize, track, or control access for this resource. Tags map[string]string // contains filtered or unexported fields }
type CreateKnowledgeBaseOutput ¶
type CreateKnowledgeBaseOutput struct { // The knowledge base. KnowledgeBase *types.KnowledgeBaseData // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type CreateQuickResponseInput ¶ added in v1.19.0
type CreateQuickResponseInput struct { // The content of the quick response. // // This member is required. Content types.QuickResponseDataProvider // The identifier of the knowledge base. This should not be a QUICK_RESPONSES type // knowledge base if you're storing Wisdom Content resource to it. Can be either // the ID or the ARN. URLs cannot contain the ARN. // // This member is required. KnowledgeBaseId *string // The name of the quick response. // // This member is required. Name *string // The Amazon Connect channels this quick response applies to. Channels []string // A unique, case-sensitive identifier that you provide to ensure the idempotency // of the request. If not provided, the Amazon Web Services SDK populates this // field. For more information about idempotency, see [Making retries safe with idempotent APIs]. // // [Making retries safe with idempotent APIs]: https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/ ClientToken *string // The media type of the quick response content. // // - Use application/x.quickresponse;format=plain for a quick response written in // plain text. // // - Use application/x.quickresponse;format=markdown for a quick response written // in richtext. ContentType *string // The description of the quick response. Description *string // The configuration information of the user groups that the quick response is // accessible to. GroupingConfiguration *types.GroupingConfiguration // Whether the quick response is active. IsActive *bool // The language code value for the language in which the quick response is // written. The supported language codes include de_DE , en_US , es_ES , fr_FR , // id_ID , it_IT , ja_JP , ko_KR , pt_BR , zh_CN , zh_TW Language *string // The shortcut key of the quick response. The value should be unique across the // knowledge base. ShortcutKey *string // The tags used to organize, track, or control access for this resource. Tags map[string]string // contains filtered or unexported fields }
type CreateQuickResponseOutput ¶ added in v1.19.0
type CreateQuickResponseOutput struct { // The quick response. QuickResponse *types.QuickResponseData // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type CreateSessionInput ¶
type CreateSessionInput struct { // The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs // cannot contain the ARN. // // This member is required. AssistantId *string // The name of the session. // // This member is required. Name *string // A unique, case-sensitive identifier that you provide to ensure the idempotency // of the request. If not provided, the Amazon Web Services SDK populates this // field. For more information about idempotency, see [Making retries safe with idempotent APIs]. // // [Making retries safe with idempotent APIs]: https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/ ClientToken *string // The description. Description *string // The tags used to organize, track, or control access for this resource. Tags map[string]string // contains filtered or unexported fields }
type CreateSessionOutput ¶
type CreateSessionOutput struct { // The session. Session *types.SessionData // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteAssistantAssociationInput ¶
type DeleteAssistantAssociationInput struct { // The identifier of the assistant association. Can be either the ID or the ARN. // URLs cannot contain the ARN. // // This member is required. AssistantAssociationId *string // The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs // cannot contain the ARN. // // This member is required. AssistantId *string // contains filtered or unexported fields }
type DeleteAssistantAssociationOutput ¶
type DeleteAssistantAssociationOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteAssistantInput ¶
type DeleteAssistantInput struct { // The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs // cannot contain the ARN. // // This member is required. AssistantId *string // contains filtered or unexported fields }
type DeleteAssistantOutput ¶
type DeleteAssistantOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteContentInput ¶
type DeleteContentInput struct { // The identifier of the content. Can be either the ID or the ARN. URLs cannot // contain the ARN. // // This member is required. ContentId *string // The identifier of the knowledge base. This should not be a QUICK_RESPONSES type // knowledge base if you're storing Wisdom Content resource to it. Can be either // the ID or the ARN. URLs cannot contain the ARN. // // This member is required. KnowledgeBaseId *string // contains filtered or unexported fields }
type DeleteContentOutput ¶
type DeleteContentOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteImportJobInput ¶ added in v1.19.0
type DeleteImportJobInput struct { // The identifier of the import job to be deleted. // // This member is required. ImportJobId *string // The identifier of the knowledge base. This should not be a QUICK_RESPONSES type // knowledge base if you're storing Wisdom Content resource to it. // // This member is required. KnowledgeBaseId *string // contains filtered or unexported fields }
type DeleteImportJobOutput ¶ added in v1.19.0
type DeleteImportJobOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteKnowledgeBaseInput ¶
type DeleteKnowledgeBaseInput struct { // The knowledge base to delete content from. Can be either the ID or the ARN. // URLs cannot contain the ARN. // // This member is required. KnowledgeBaseId *string // contains filtered or unexported fields }
type DeleteKnowledgeBaseOutput ¶
type DeleteKnowledgeBaseOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteQuickResponseInput ¶ added in v1.19.0
type DeleteQuickResponseInput struct { // The knowledge base from which the quick response is deleted. The identifier of // the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if // you're storing Wisdom Content resource to it. // // This member is required. KnowledgeBaseId *string // The identifier of the quick response to delete. // // This member is required. QuickResponseId *string // contains filtered or unexported fields }
type DeleteQuickResponseOutput ¶ added in v1.19.0
type DeleteQuickResponseOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type EndpointParameters ¶ added in v1.15.0
type EndpointParameters struct { // The AWS region used to dispatch the request. // // Parameter is // required. // // AWS::Region Region *string // When true, use the dual-stack endpoint. If the configured endpoint does not // support dual-stack, dispatching the request MAY return an error. // // Defaults to // false if no value is provided. // // AWS::UseDualStack UseDualStack *bool // When true, send this request to the FIPS-compliant regional endpoint. If the // configured endpoint does not have a FIPS compliant endpoint, dispatching the // request will return an error. // // Defaults to false if no value is // provided. // // AWS::UseFIPS UseFIPS *bool // Override the endpoint used to send this request // // Parameter is // required. // // SDK::Endpoint Endpoint *string }
EndpointParameters provides the parameters that influence how endpoints are resolved.
func (EndpointParameters) ValidateRequired ¶ added in v1.15.0
func (p EndpointParameters) ValidateRequired() error
ValidateRequired validates required parameters are set.
func (EndpointParameters) WithDefaults ¶ added in v1.15.0
func (p EndpointParameters) WithDefaults() EndpointParameters
WithDefaults returns a shallow copy of EndpointParameterswith default values applied to members where applicable.
type EndpointResolver ¶
type EndpointResolver interface {
ResolveEndpoint(region string, options EndpointResolverOptions) (aws.Endpoint, error)
}
EndpointResolver interface for resolving service endpoints.
func EndpointResolverFromURL ¶
func EndpointResolverFromURL(url string, optFns ...func(*aws.Endpoint)) EndpointResolver
EndpointResolverFromURL returns an EndpointResolver configured using the provided endpoint url. By default, the resolved endpoint resolver uses the client region as signing region, and the endpoint source is set to EndpointSourceCustom.You can provide functional options to configure endpoint values for the resolved endpoint.
type EndpointResolverFunc ¶
type EndpointResolverFunc func(region string, options EndpointResolverOptions) (aws.Endpoint, error)
EndpointResolverFunc is a helper utility that wraps a function so it satisfies the EndpointResolver interface. This is useful when you want to add additional endpoint resolving logic, or stub out specific endpoints with custom values.
func (EndpointResolverFunc) ResolveEndpoint ¶
func (fn EndpointResolverFunc) ResolveEndpoint(region string, options EndpointResolverOptions) (endpoint aws.Endpoint, err error)
type EndpointResolverOptions ¶
type EndpointResolverOptions = internalendpoints.Options
EndpointResolverOptions is the service endpoint resolver options
type EndpointResolverV2 ¶ added in v1.15.0
type EndpointResolverV2 interface { // ResolveEndpoint attempts to resolve the endpoint with the provided options, // returning the endpoint if found. Otherwise an error is returned. ResolveEndpoint(ctx context.Context, params EndpointParameters) ( smithyendpoints.Endpoint, error, ) }
EndpointResolverV2 provides the interface for resolving service endpoints.
func NewDefaultEndpointResolverV2 ¶ added in v1.15.0
func NewDefaultEndpointResolverV2() EndpointResolverV2
type GetAssistantAssociationInput ¶
type GetAssistantAssociationInput struct { // The identifier of the assistant association. Can be either the ID or the ARN. // URLs cannot contain the ARN. // // This member is required. AssistantAssociationId *string // The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs // cannot contain the ARN. // // This member is required. AssistantId *string // contains filtered or unexported fields }
type GetAssistantAssociationOutput ¶
type GetAssistantAssociationOutput struct { // The assistant association. AssistantAssociation *types.AssistantAssociationData // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetAssistantInput ¶
type GetAssistantInput struct { // The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs // cannot contain the ARN. // // This member is required. AssistantId *string // contains filtered or unexported fields }
type GetAssistantOutput ¶
type GetAssistantOutput struct { // Information about the assistant. Assistant *types.AssistantData // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetContentInput ¶
type GetContentInput struct { // The identifier of the content. Can be either the ID or the ARN. URLs cannot // contain the ARN. // // This member is required. ContentId *string // The identifier of the knowledge base. This should not be a QUICK_RESPONSES type // knowledge base if you're storing Wisdom Content resource to it. Can be either // the ID or the ARN. URLs cannot contain the ARN. // // This member is required. KnowledgeBaseId *string // contains filtered or unexported fields }
type GetContentOutput ¶
type GetContentOutput struct { // The content. Content *types.ContentData // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetContentSummaryInput ¶
type GetContentSummaryInput struct { // The identifier of the content. Can be either the ID or the ARN. URLs cannot // contain the ARN. // // This member is required. ContentId *string // The identifier of the knowledge base. This should not be a QUICK_RESPONSES type // knowledge base if you're storing Wisdom Content resource to it. Can be either // the ID or the ARN. URLs cannot contain the ARN. // // This member is required. KnowledgeBaseId *string // contains filtered or unexported fields }
type GetContentSummaryOutput ¶
type GetContentSummaryOutput struct { // The content summary. ContentSummary *types.ContentSummary // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetImportJobInput ¶ added in v1.19.0
type GetImportJobInput struct { // The identifier of the import job to retrieve. // // This member is required. ImportJobId *string // The identifier of the knowledge base that the import job belongs to. // // This member is required. KnowledgeBaseId *string // contains filtered or unexported fields }
type GetImportJobOutput ¶ added in v1.19.0
type GetImportJobOutput struct { // The import job. ImportJob *types.ImportJobData // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetKnowledgeBaseInput ¶
type GetKnowledgeBaseInput struct { // The identifier of the knowledge base. This should not be a QUICK_RESPONSES type // knowledge base if you're storing Wisdom Content resource to it. Can be either // the ID or the ARN. URLs cannot contain the ARN. // // This member is required. KnowledgeBaseId *string // contains filtered or unexported fields }
type GetKnowledgeBaseOutput ¶
type GetKnowledgeBaseOutput struct { // The knowledge base. KnowledgeBase *types.KnowledgeBaseData // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetQuickResponseInput ¶ added in v1.19.0
type GetQuickResponseInput struct { // The identifier of the knowledge base. This should be a QUICK_RESPONSES type // knowledge base. // // This member is required. KnowledgeBaseId *string // The identifier of the quick response. // // This member is required. QuickResponseId *string // contains filtered or unexported fields }
type GetQuickResponseOutput ¶ added in v1.19.0
type GetQuickResponseOutput struct { // The quick response. QuickResponse *types.QuickResponseData // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetRecommendationsInput ¶
type GetRecommendationsInput struct { // The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs // cannot contain the ARN. // // This member is required. AssistantId *string // The identifier of the session. Can be either the ID or the ARN. URLs cannot // contain the ARN. // // This member is required. SessionId *string // The maximum number of results to return per page. MaxResults *int32 // The duration (in seconds) for which the call waits for a recommendation to be // made available before returning. If a recommendation is available, the call // returns sooner than WaitTimeSeconds . If no messages are available and the wait // time expires, the call returns successfully with an empty list. WaitTimeSeconds int32 // contains filtered or unexported fields }
type GetRecommendationsOutput ¶
type GetRecommendationsOutput struct { // The recommendations. // // This member is required. Recommendations []types.RecommendationData // The triggers corresponding to recommendations. Triggers []types.RecommendationTrigger // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetSessionInput ¶
type GetSessionInput struct { // The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs // cannot contain the ARN. // // This member is required. AssistantId *string // The identifier of the session. Can be either the ID or the ARN. URLs cannot // contain the ARN. // // This member is required. SessionId *string // contains filtered or unexported fields }
type GetSessionOutput ¶
type GetSessionOutput struct { // The session. Session *types.SessionData // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type HTTPSignerV4 ¶
type IdempotencyTokenProvider ¶ added in v1.2.3
IdempotencyTokenProvider interface for providing idempotency token
type ListAssistantAssociationsAPIClient ¶
type ListAssistantAssociationsAPIClient interface {
ListAssistantAssociations(context.Context, *ListAssistantAssociationsInput, ...func(*Options)) (*ListAssistantAssociationsOutput, error)
}
ListAssistantAssociationsAPIClient is a client that implements the ListAssistantAssociations operation.
type ListAssistantAssociationsInput ¶
type ListAssistantAssociationsInput struct { // The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs // cannot contain the ARN. // // This member is required. AssistantId *string // The maximum number of results to return per page. MaxResults *int32 // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. NextToken *string // contains filtered or unexported fields }
type ListAssistantAssociationsOutput ¶
type ListAssistantAssociationsOutput struct { // Summary information about assistant associations. // // This member is required. AssistantAssociationSummaries []types.AssistantAssociationSummary // If there are additional results, this is the token for the next set of results. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListAssistantAssociationsPaginator ¶
type ListAssistantAssociationsPaginator struct {
// contains filtered or unexported fields
}
ListAssistantAssociationsPaginator is a paginator for ListAssistantAssociations
func NewListAssistantAssociationsPaginator ¶
func NewListAssistantAssociationsPaginator(client ListAssistantAssociationsAPIClient, params *ListAssistantAssociationsInput, optFns ...func(*ListAssistantAssociationsPaginatorOptions)) *ListAssistantAssociationsPaginator
NewListAssistantAssociationsPaginator returns a new ListAssistantAssociationsPaginator
func (*ListAssistantAssociationsPaginator) HasMorePages ¶
func (p *ListAssistantAssociationsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListAssistantAssociationsPaginator) NextPage ¶
func (p *ListAssistantAssociationsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListAssistantAssociationsOutput, error)
NextPage retrieves the next ListAssistantAssociations page.
type ListAssistantAssociationsPaginatorOptions ¶
type ListAssistantAssociationsPaginatorOptions struct { // The maximum number of results to return per page. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListAssistantAssociationsPaginatorOptions is the paginator options for ListAssistantAssociations
type ListAssistantsAPIClient ¶
type ListAssistantsAPIClient interface {
ListAssistants(context.Context, *ListAssistantsInput, ...func(*Options)) (*ListAssistantsOutput, error)
}
ListAssistantsAPIClient is a client that implements the ListAssistants operation.
type ListAssistantsInput ¶
type ListAssistantsInput struct { // The maximum number of results to return per page. MaxResults *int32 // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. NextToken *string // contains filtered or unexported fields }
type ListAssistantsOutput ¶
type ListAssistantsOutput struct { // Information about the assistants. // // This member is required. AssistantSummaries []types.AssistantSummary // If there are additional results, this is the token for the next set of results. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListAssistantsPaginator ¶
type ListAssistantsPaginator struct {
// contains filtered or unexported fields
}
ListAssistantsPaginator is a paginator for ListAssistants
func NewListAssistantsPaginator ¶
func NewListAssistantsPaginator(client ListAssistantsAPIClient, params *ListAssistantsInput, optFns ...func(*ListAssistantsPaginatorOptions)) *ListAssistantsPaginator
NewListAssistantsPaginator returns a new ListAssistantsPaginator
func (*ListAssistantsPaginator) HasMorePages ¶
func (p *ListAssistantsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListAssistantsPaginator) NextPage ¶
func (p *ListAssistantsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListAssistantsOutput, error)
NextPage retrieves the next ListAssistants page.
type ListAssistantsPaginatorOptions ¶
type ListAssistantsPaginatorOptions struct { // The maximum number of results to return per page. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListAssistantsPaginatorOptions is the paginator options for ListAssistants
type ListContentsAPIClient ¶
type ListContentsAPIClient interface {
ListContents(context.Context, *ListContentsInput, ...func(*Options)) (*ListContentsOutput, error)
}
ListContentsAPIClient is a client that implements the ListContents operation.
type ListContentsInput ¶
type ListContentsInput struct { // The identifier of the knowledge base. This should not be a QUICK_RESPONSES type // knowledge base if you're storing Wisdom Content resource to it. Can be either // the ID or the ARN. URLs cannot contain the ARN. // // This member is required. KnowledgeBaseId *string // The maximum number of results to return per page. MaxResults *int32 // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. NextToken *string // contains filtered or unexported fields }
type ListContentsOutput ¶
type ListContentsOutput struct { // Information about the content. // // This member is required. ContentSummaries []types.ContentSummary // If there are additional results, this is the token for the next set of results. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListContentsPaginator ¶
type ListContentsPaginator struct {
// contains filtered or unexported fields
}
ListContentsPaginator is a paginator for ListContents
func NewListContentsPaginator ¶
func NewListContentsPaginator(client ListContentsAPIClient, params *ListContentsInput, optFns ...func(*ListContentsPaginatorOptions)) *ListContentsPaginator
NewListContentsPaginator returns a new ListContentsPaginator
func (*ListContentsPaginator) HasMorePages ¶
func (p *ListContentsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListContentsPaginator) NextPage ¶
func (p *ListContentsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListContentsOutput, error)
NextPage retrieves the next ListContents page.
type ListContentsPaginatorOptions ¶
type ListContentsPaginatorOptions struct { // The maximum number of results to return per page. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListContentsPaginatorOptions is the paginator options for ListContents
type ListImportJobsAPIClient ¶ added in v1.19.0
type ListImportJobsAPIClient interface {
ListImportJobs(context.Context, *ListImportJobsInput, ...func(*Options)) (*ListImportJobsOutput, error)
}
ListImportJobsAPIClient is a client that implements the ListImportJobs operation.
type ListImportJobsInput ¶ added in v1.19.0
type ListImportJobsInput struct { // The identifier of the knowledge base. This should not be a QUICK_RESPONSES type // knowledge base if you're storing Wisdom Content resource to it. Can be either // the ID or the ARN. URLs cannot contain the ARN. // // This member is required. KnowledgeBaseId *string // The maximum number of results to return per page. MaxResults *int32 // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. NextToken *string // contains filtered or unexported fields }
type ListImportJobsOutput ¶ added in v1.19.0
type ListImportJobsOutput struct { // Summary information about the import jobs. // // This member is required. ImportJobSummaries []types.ImportJobSummary // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListImportJobsPaginator ¶ added in v1.19.0
type ListImportJobsPaginator struct {
// contains filtered or unexported fields
}
ListImportJobsPaginator is a paginator for ListImportJobs
func NewListImportJobsPaginator ¶ added in v1.19.0
func NewListImportJobsPaginator(client ListImportJobsAPIClient, params *ListImportJobsInput, optFns ...func(*ListImportJobsPaginatorOptions)) *ListImportJobsPaginator
NewListImportJobsPaginator returns a new ListImportJobsPaginator
func (*ListImportJobsPaginator) HasMorePages ¶ added in v1.19.0
func (p *ListImportJobsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListImportJobsPaginator) NextPage ¶ added in v1.19.0
func (p *ListImportJobsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListImportJobsOutput, error)
NextPage retrieves the next ListImportJobs page.
type ListImportJobsPaginatorOptions ¶ added in v1.19.0
type ListImportJobsPaginatorOptions struct { // The maximum number of results to return per page. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListImportJobsPaginatorOptions is the paginator options for ListImportJobs
type ListKnowledgeBasesAPIClient ¶
type ListKnowledgeBasesAPIClient interface {
ListKnowledgeBases(context.Context, *ListKnowledgeBasesInput, ...func(*Options)) (*ListKnowledgeBasesOutput, error)
}
ListKnowledgeBasesAPIClient is a client that implements the ListKnowledgeBases operation.
type ListKnowledgeBasesInput ¶
type ListKnowledgeBasesInput struct { // The maximum number of results to return per page. MaxResults *int32 // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. NextToken *string // contains filtered or unexported fields }
type ListKnowledgeBasesOutput ¶
type ListKnowledgeBasesOutput struct { // Information about the knowledge bases. // // This member is required. KnowledgeBaseSummaries []types.KnowledgeBaseSummary // If there are additional results, this is the token for the next set of results. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListKnowledgeBasesPaginator ¶
type ListKnowledgeBasesPaginator struct {
// contains filtered or unexported fields
}
ListKnowledgeBasesPaginator is a paginator for ListKnowledgeBases
func NewListKnowledgeBasesPaginator ¶
func NewListKnowledgeBasesPaginator(client ListKnowledgeBasesAPIClient, params *ListKnowledgeBasesInput, optFns ...func(*ListKnowledgeBasesPaginatorOptions)) *ListKnowledgeBasesPaginator
NewListKnowledgeBasesPaginator returns a new ListKnowledgeBasesPaginator
func (*ListKnowledgeBasesPaginator) HasMorePages ¶
func (p *ListKnowledgeBasesPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListKnowledgeBasesPaginator) NextPage ¶
func (p *ListKnowledgeBasesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListKnowledgeBasesOutput, error)
NextPage retrieves the next ListKnowledgeBases page.
type ListKnowledgeBasesPaginatorOptions ¶
type ListKnowledgeBasesPaginatorOptions struct { // The maximum number of results to return per page. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListKnowledgeBasesPaginatorOptions is the paginator options for ListKnowledgeBases
type ListQuickResponsesAPIClient ¶ added in v1.19.0
type ListQuickResponsesAPIClient interface {
ListQuickResponses(context.Context, *ListQuickResponsesInput, ...func(*Options)) (*ListQuickResponsesOutput, error)
}
ListQuickResponsesAPIClient is a client that implements the ListQuickResponses operation.
type ListQuickResponsesInput ¶ added in v1.19.0
type ListQuickResponsesInput struct { // The identifier of the knowledge base. This should not be a QUICK_RESPONSES type // knowledge base if you're storing Wisdom Content resource to it. Can be either // the ID or the ARN. URLs cannot contain the ARN. // // This member is required. KnowledgeBaseId *string // The maximum number of results to return per page. MaxResults *int32 // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. NextToken *string // contains filtered or unexported fields }
type ListQuickResponsesOutput ¶ added in v1.19.0
type ListQuickResponsesOutput struct { // Summary information about the quick responses. // // This member is required. QuickResponseSummaries []types.QuickResponseSummary // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListQuickResponsesPaginator ¶ added in v1.19.0
type ListQuickResponsesPaginator struct {
// contains filtered or unexported fields
}
ListQuickResponsesPaginator is a paginator for ListQuickResponses
func NewListQuickResponsesPaginator ¶ added in v1.19.0
func NewListQuickResponsesPaginator(client ListQuickResponsesAPIClient, params *ListQuickResponsesInput, optFns ...func(*ListQuickResponsesPaginatorOptions)) *ListQuickResponsesPaginator
NewListQuickResponsesPaginator returns a new ListQuickResponsesPaginator
func (*ListQuickResponsesPaginator) HasMorePages ¶ added in v1.19.0
func (p *ListQuickResponsesPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListQuickResponsesPaginator) NextPage ¶ added in v1.19.0
func (p *ListQuickResponsesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListQuickResponsesOutput, error)
NextPage retrieves the next ListQuickResponses page.
type ListQuickResponsesPaginatorOptions ¶ added in v1.19.0
type ListQuickResponsesPaginatorOptions struct { // The maximum number of results to return per page. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListQuickResponsesPaginatorOptions is the paginator options for ListQuickResponses
type ListTagsForResourceInput ¶
type ListTagsForResourceInput struct { // The Amazon Resource Name (ARN) of the resource. // // This member is required. ResourceArn *string // contains filtered or unexported fields }
type ListTagsForResourceOutput ¶
type ListTagsForResourceOutput struct { // The tags used to organize, track, or control access for this resource. Tags map[string]string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type NotifyRecommendationsReceivedInput ¶
type NotifyRecommendationsReceivedInput struct { // The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs // cannot contain the ARN. // // This member is required. AssistantId *string // The identifiers of the recommendations. // // This member is required. RecommendationIds []string // The identifier of the session. Can be either the ID or the ARN. URLs cannot // contain the ARN. // // This member is required. SessionId *string // contains filtered or unexported fields }
type NotifyRecommendationsReceivedOutput ¶
type NotifyRecommendationsReceivedOutput struct { // The identifiers of recommendations that are causing errors. Errors []types.NotifyRecommendationsReceivedError // The identifiers of the recommendations. RecommendationIds []string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type Options ¶
type Options struct { // Set of options to modify how an operation is invoked. These apply to all // operations invoked for this client. Use functional options on operation call to // modify this list for per operation behavior. APIOptions []func(*middleware.Stack) error // The optional application specific identifier appended to the User-Agent header. AppID string // This endpoint will be given as input to an EndpointResolverV2. It is used for // providing a custom base endpoint that is subject to modifications by the // processing EndpointResolverV2. BaseEndpoint *string // Configures the events that will be sent to the configured logger. ClientLogMode aws.ClientLogMode // The credentials object to use when signing requests. Credentials aws.CredentialsProvider // The configuration DefaultsMode that the SDK should use when constructing the // clients initial default settings. DefaultsMode aws.DefaultsMode // The endpoint options to be used when attempting to resolve an endpoint. EndpointOptions EndpointResolverOptions // The service endpoint resolver. // // Deprecated: Deprecated: EndpointResolver and WithEndpointResolver. Providing a // value for this field will likely prevent you from using any endpoint-related // service features released after the introduction of EndpointResolverV2 and // BaseEndpoint. // // To migrate an EndpointResolver implementation that uses a custom endpoint, set // the client option BaseEndpoint instead. EndpointResolver EndpointResolver // Resolves the endpoint used for a particular service operation. This should be // used over the deprecated EndpointResolver. EndpointResolverV2 EndpointResolverV2 // Signature Version 4 (SigV4) Signer HTTPSignerV4 HTTPSignerV4 // Provides idempotency tokens values that will be automatically populated into // idempotent API operations. IdempotencyTokenProvider IdempotencyTokenProvider // The logger writer interface to write logging messages to. Logger logging.Logger // The client meter provider. MeterProvider metrics.MeterProvider // The region to send requests to. (Required) Region string // RetryMaxAttempts specifies the maximum number attempts an API client will call // an operation that fails with a retryable error. A value of 0 is ignored, and // will not be used to configure the API client created default retryer, or modify // per operation call's retry max attempts. // // If specified in an operation call's functional options with a value that is // different than the constructed client's Options, the Client's Retryer will be // wrapped to use the operation's specific RetryMaxAttempts value. RetryMaxAttempts int // RetryMode specifies the retry mode the API client will be created with, if // Retryer option is not also specified. // // When creating a new API Clients this member will only be used if the Retryer // Options member is nil. This value will be ignored if Retryer is not nil. // // Currently does not support per operation call overrides, may in the future. RetryMode aws.RetryMode // Retryer guides how HTTP requests should be retried in case of recoverable // failures. When nil the API client will use a default retryer. The kind of // default retry created by the API client can be changed with the RetryMode // option. Retryer aws.Retryer // The RuntimeEnvironment configuration, only populated if the DefaultsMode is set // to DefaultsModeAuto and is initialized using config.LoadDefaultConfig . You // should not populate this structure programmatically, or rely on the values here // within your applications. RuntimeEnvironment aws.RuntimeEnvironment // The client tracer provider. TracerProvider tracing.TracerProvider // The HTTP client to invoke API calls with. Defaults to client's default HTTP // implementation if nil. HTTPClient HTTPClient // The auth scheme resolver which determines how to authenticate for each // operation. AuthSchemeResolver AuthSchemeResolver // The list of auth schemes supported by the client. AuthSchemes []smithyhttp.AuthScheme // contains filtered or unexported fields }
func (Options) GetIdentityResolver ¶ added in v1.18.2
func (o Options) GetIdentityResolver(schemeID string) smithyauth.IdentityResolver
type QueryAssistantAPIClient ¶
type QueryAssistantAPIClient interface {
QueryAssistant(context.Context, *QueryAssistantInput, ...func(*Options)) (*QueryAssistantOutput, error)
}
QueryAssistantAPIClient is a client that implements the QueryAssistant operation.
type QueryAssistantInput ¶
type QueryAssistantInput struct { // The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs // cannot contain the ARN. // // This member is required. AssistantId *string // The text to search for. // // This member is required. QueryText *string // The maximum number of results to return per page. MaxResults *int32 // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. NextToken *string // contains filtered or unexported fields }
type QueryAssistantOutput ¶
type QueryAssistantOutput struct { // The results of the query. // // This member is required. Results []types.ResultData // If there are additional results, this is the token for the next set of results. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type QueryAssistantPaginator ¶
type QueryAssistantPaginator struct {
// contains filtered or unexported fields
}
QueryAssistantPaginator is a paginator for QueryAssistant
func NewQueryAssistantPaginator ¶
func NewQueryAssistantPaginator(client QueryAssistantAPIClient, params *QueryAssistantInput, optFns ...func(*QueryAssistantPaginatorOptions)) *QueryAssistantPaginator
NewQueryAssistantPaginator returns a new QueryAssistantPaginator
func (*QueryAssistantPaginator) HasMorePages ¶
func (p *QueryAssistantPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*QueryAssistantPaginator) NextPage ¶
func (p *QueryAssistantPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*QueryAssistantOutput, error)
NextPage retrieves the next QueryAssistant page.
type QueryAssistantPaginatorOptions ¶
type QueryAssistantPaginatorOptions struct { // The maximum number of results to return per page. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
QueryAssistantPaginatorOptions is the paginator options for QueryAssistant
type RemoveKnowledgeBaseTemplateUriInput ¶
type RemoveKnowledgeBaseTemplateUriInput struct { // The identifier of the knowledge base. This should not be a QUICK_RESPONSES type // knowledge base if you're storing Wisdom Content resource to it. Can be either // the ID or the ARN. URLs cannot contain the ARN. // // This member is required. KnowledgeBaseId *string // contains filtered or unexported fields }
type RemoveKnowledgeBaseTemplateUriOutput ¶
type RemoveKnowledgeBaseTemplateUriOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ResolveEndpoint ¶
type ResolveEndpoint struct { Resolver EndpointResolver Options EndpointResolverOptions }
func (*ResolveEndpoint) HandleSerialize ¶
func (m *ResolveEndpoint) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( out middleware.SerializeOutput, metadata middleware.Metadata, err error, )
func (*ResolveEndpoint) ID ¶
func (*ResolveEndpoint) ID() string
type SearchContentAPIClient ¶
type SearchContentAPIClient interface {
SearchContent(context.Context, *SearchContentInput, ...func(*Options)) (*SearchContentOutput, error)
}
SearchContentAPIClient is a client that implements the SearchContent operation.
type SearchContentInput ¶
type SearchContentInput struct { // The identifier of the knowledge base. This should not be a QUICK_RESPONSES type // knowledge base if you're storing Wisdom Content resource to it. Can be either // the ID or the ARN. URLs cannot contain the ARN. // // This member is required. KnowledgeBaseId *string // The search expression to filter results. // // This member is required. SearchExpression *types.SearchExpression // The maximum number of results to return per page. MaxResults *int32 // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. NextToken *string // contains filtered or unexported fields }
type SearchContentOutput ¶
type SearchContentOutput struct { // Summary information about the content. // // This member is required. ContentSummaries []types.ContentSummary // If there are additional results, this is the token for the next set of results. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type SearchContentPaginator ¶
type SearchContentPaginator struct {
// contains filtered or unexported fields
}
SearchContentPaginator is a paginator for SearchContent
func NewSearchContentPaginator ¶
func NewSearchContentPaginator(client SearchContentAPIClient, params *SearchContentInput, optFns ...func(*SearchContentPaginatorOptions)) *SearchContentPaginator
NewSearchContentPaginator returns a new SearchContentPaginator
func (*SearchContentPaginator) HasMorePages ¶
func (p *SearchContentPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*SearchContentPaginator) NextPage ¶
func (p *SearchContentPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*SearchContentOutput, error)
NextPage retrieves the next SearchContent page.
type SearchContentPaginatorOptions ¶
type SearchContentPaginatorOptions struct { // The maximum number of results to return per page. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
SearchContentPaginatorOptions is the paginator options for SearchContent
type SearchQuickResponsesAPIClient ¶ added in v1.19.0
type SearchQuickResponsesAPIClient interface {
SearchQuickResponses(context.Context, *SearchQuickResponsesInput, ...func(*Options)) (*SearchQuickResponsesOutput, error)
}
SearchQuickResponsesAPIClient is a client that implements the SearchQuickResponses operation.
type SearchQuickResponsesInput ¶ added in v1.19.0
type SearchQuickResponsesInput struct { // The identifier of the knowledge base. This should be a QUICK_RESPONSES type // knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN. // // This member is required. KnowledgeBaseId *string // The search expression for querying the quick response. // // This member is required. SearchExpression *types.QuickResponseSearchExpression // The [user-defined Amazon Connect contact attributes] to be resolved when search results are returned. // // [user-defined Amazon Connect contact attributes]: https://docs.aws.amazon.com/connect/latest/adminguide/connect-attrib-list.html#user-defined-attributes Attributes map[string]string // The maximum number of results to return per page. MaxResults *int32 // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. NextToken *string // contains filtered or unexported fields }
type SearchQuickResponsesOutput ¶ added in v1.19.0
type SearchQuickResponsesOutput struct { // The results of the quick response search. // // This member is required. Results []types.QuickResponseSearchResultData // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type SearchQuickResponsesPaginator ¶ added in v1.19.0
type SearchQuickResponsesPaginator struct {
// contains filtered or unexported fields
}
SearchQuickResponsesPaginator is a paginator for SearchQuickResponses
func NewSearchQuickResponsesPaginator ¶ added in v1.19.0
func NewSearchQuickResponsesPaginator(client SearchQuickResponsesAPIClient, params *SearchQuickResponsesInput, optFns ...func(*SearchQuickResponsesPaginatorOptions)) *SearchQuickResponsesPaginator
NewSearchQuickResponsesPaginator returns a new SearchQuickResponsesPaginator
func (*SearchQuickResponsesPaginator) HasMorePages ¶ added in v1.19.0
func (p *SearchQuickResponsesPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*SearchQuickResponsesPaginator) NextPage ¶ added in v1.19.0
func (p *SearchQuickResponsesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*SearchQuickResponsesOutput, error)
NextPage retrieves the next SearchQuickResponses page.
type SearchQuickResponsesPaginatorOptions ¶ added in v1.19.0
type SearchQuickResponsesPaginatorOptions struct { // The maximum number of results to return per page. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
SearchQuickResponsesPaginatorOptions is the paginator options for SearchQuickResponses
type SearchSessionsAPIClient ¶
type SearchSessionsAPIClient interface {
SearchSessions(context.Context, *SearchSessionsInput, ...func(*Options)) (*SearchSessionsOutput, error)
}
SearchSessionsAPIClient is a client that implements the SearchSessions operation.
type SearchSessionsInput ¶
type SearchSessionsInput struct { // The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs // cannot contain the ARN. // // This member is required. AssistantId *string // The search expression to filter results. // // This member is required. SearchExpression *types.SearchExpression // The maximum number of results to return per page. MaxResults *int32 // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. NextToken *string // contains filtered or unexported fields }
type SearchSessionsOutput ¶
type SearchSessionsOutput struct { // Summary information about the sessions. // // This member is required. SessionSummaries []types.SessionSummary // If there are additional results, this is the token for the next set of results. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type SearchSessionsPaginator ¶
type SearchSessionsPaginator struct {
// contains filtered or unexported fields
}
SearchSessionsPaginator is a paginator for SearchSessions
func NewSearchSessionsPaginator ¶
func NewSearchSessionsPaginator(client SearchSessionsAPIClient, params *SearchSessionsInput, optFns ...func(*SearchSessionsPaginatorOptions)) *SearchSessionsPaginator
NewSearchSessionsPaginator returns a new SearchSessionsPaginator
func (*SearchSessionsPaginator) HasMorePages ¶
func (p *SearchSessionsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*SearchSessionsPaginator) NextPage ¶
func (p *SearchSessionsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*SearchSessionsOutput, error)
NextPage retrieves the next SearchSessions page.
type SearchSessionsPaginatorOptions ¶
type SearchSessionsPaginatorOptions struct { // The maximum number of results to return per page. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
SearchSessionsPaginatorOptions is the paginator options for SearchSessions
type StartContentUploadInput ¶
type StartContentUploadInput struct { // The type of content to upload. // // This member is required. ContentType *string // The identifier of the knowledge base. This should not be a QUICK_RESPONSES type // knowledge base if you're storing Wisdom Content resource to it. Can be either // the ID or the ARN. URLs cannot contain the ARN. // // This member is required. KnowledgeBaseId *string // The expected expiration time of the generated presigned URL, specified in // minutes. PresignedUrlTimeToLive *int32 // contains filtered or unexported fields }
type StartContentUploadOutput ¶
type StartContentUploadOutput struct { // The headers to include in the upload. // // This member is required. HeadersToInclude map[string]string // The identifier of the upload. // // This member is required. UploadId *string // The URL of the upload. // // This member is required. Url *string // The expiration time of the URL as an epoch timestamp. // // This member is required. UrlExpiry *time.Time // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type StartImportJobInput ¶ added in v1.19.0
type StartImportJobInput struct { // The type of the import job. // // - For importing quick response resource, set the value to QUICK_RESPONSES . // // This member is required. ImportJobType types.ImportJobType // The identifier of the knowledge base. This should not be a QUICK_RESPONSES type // knowledge base if you're storing Wisdom Content resource to it. Can be either // the ID or the ARN. URLs cannot contain the ARN. // // - For importing Wisdom quick responses, this should be a QUICK_RESPONSES type // knowledge base. // // This member is required. KnowledgeBaseId *string // A pointer to the uploaded asset. This value is returned by [StartContentUpload]. // // [StartContentUpload]: https://docs.aws.amazon.com/wisdom/latest/APIReference/API_StartContentUpload.html // // This member is required. UploadId *string // The tags used to organize, track, or control access for this resource. ClientToken *string // The configuration information of the external source that the resource data are // imported from. ExternalSourceConfiguration *types.ExternalSourceConfiguration // The metadata fields of the imported Wisdom resources. Metadata map[string]string // contains filtered or unexported fields }
type StartImportJobOutput ¶ added in v1.19.0
type StartImportJobOutput struct { // The import job. ImportJob *types.ImportJobData // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type TagResourceInput ¶
type TagResourceInput struct { // The Amazon Resource Name (ARN) of the resource. // // This member is required. ResourceArn *string // The tags used to organize, track, or control access for this resource. // // This member is required. Tags map[string]string // contains filtered or unexported fields }
type TagResourceOutput ¶
type TagResourceOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UntagResourceInput ¶
type UntagResourceOutput ¶
type UntagResourceOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateContentInput ¶
type UpdateContentInput struct { // The identifier of the content. Can be either the ID or the ARN. URLs cannot // contain the ARN. // // This member is required. ContentId *string // The identifier of the knowledge base. This should not be a QUICK_RESPONSES type // knowledge base if you're storing Wisdom Content resource to it. Can be either // the ID or the ARN // // This member is required. KnowledgeBaseId *string // A key/value map to store attributes without affecting tagging or // recommendations. For example, when synchronizing data between an external system // and Wisdom, you can store an external version identifier as metadata to utilize // for determining drift. Metadata map[string]string // The URI for the article. If the knowledge base has a templateUri, setting this // argument overrides it for this piece of content. To remove an existing // overrideLinkOurUri , exclude this argument and set removeOverrideLinkOutUri to // true. OverrideLinkOutUri *string // Unset the existing overrideLinkOutUri if it exists. RemoveOverrideLinkOutUri *bool // The revisionId of the content resource to update, taken from an earlier call to // GetContent , GetContentSummary , SearchContent , or ListContents . If included, // this argument acts as an optimistic lock to ensure content was not modified // since it was last read. If it has been modified, this API throws a // PreconditionFailedException . RevisionId *string // The title of the content. Title *string // A pointer to the uploaded asset. This value is returned by [StartContentUpload]. // // [StartContentUpload]: https://docs.aws.amazon.com/wisdom/latest/APIReference/API_StartContentUpload.html UploadId *string // contains filtered or unexported fields }
type UpdateContentOutput ¶
type UpdateContentOutput struct { // The content. Content *types.ContentData // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateKnowledgeBaseTemplateUriInput ¶
type UpdateKnowledgeBaseTemplateUriInput struct { // The identifier of the knowledge base. This should not be a QUICK_RESPONSES type // knowledge base if you're storing Wisdom Content resource to it. Can be either // the ID or the ARN. URLs cannot contain the ARN. // // This member is required. KnowledgeBaseId *string // The template URI to update. // // This member is required. TemplateUri *string // contains filtered or unexported fields }
type UpdateKnowledgeBaseTemplateUriOutput ¶
type UpdateKnowledgeBaseTemplateUriOutput struct { // The knowledge base to update. KnowledgeBase *types.KnowledgeBaseData // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateQuickResponseInput ¶ added in v1.19.0
type UpdateQuickResponseInput struct { // The identifier of the knowledge base. This should not be a QUICK_RESPONSES type // knowledge base if you're storing Wisdom Content resource to it. Can be either // the ID or the ARN. URLs cannot contain the ARN. // // This member is required. KnowledgeBaseId *string // The identifier of the quick response. // // This member is required. QuickResponseId *string // The Amazon Connect contact channels this quick response applies to. The // supported contact channel types include Chat . Channels []string // The updated content of the quick response. Content types.QuickResponseDataProvider // The media type of the quick response content. // // - Use application/x.quickresponse;format=plain for quick response written in // plain text. // // - Use application/x.quickresponse;format=markdown for quick response written // in richtext. ContentType *string // The updated description of the quick response. Description *string // The updated grouping configuration of the quick response. GroupingConfiguration *types.GroupingConfiguration // Whether the quick response is active. IsActive *bool // The language code value for the language in which the quick response is // written. The supported language codes include de_DE , en_US , es_ES , fr_FR , // id_ID , it_IT , ja_JP , ko_KR , pt_BR , zh_CN , zh_TW Language *string // The name of the quick response. Name *string // Whether to remove the description from the quick response. RemoveDescription *bool // Whether to remove the grouping configuration of the quick response. RemoveGroupingConfiguration *bool // Whether to remove the shortcut key of the quick response. RemoveShortcutKey *bool // The shortcut key of the quick response. The value should be unique across the // knowledge base. ShortcutKey *string // contains filtered or unexported fields }
type UpdateQuickResponseOutput ¶ added in v1.19.0
type UpdateQuickResponseOutput struct { // The quick response. QuickResponse *types.QuickResponseData // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
Source Files ¶
- api_client.go
- api_op_CreateAssistant.go
- api_op_CreateAssistantAssociation.go
- api_op_CreateContent.go
- api_op_CreateKnowledgeBase.go
- api_op_CreateQuickResponse.go
- api_op_CreateSession.go
- api_op_DeleteAssistant.go
- api_op_DeleteAssistantAssociation.go
- api_op_DeleteContent.go
- api_op_DeleteImportJob.go
- api_op_DeleteKnowledgeBase.go
- api_op_DeleteQuickResponse.go
- api_op_GetAssistant.go
- api_op_GetAssistantAssociation.go
- api_op_GetContent.go
- api_op_GetContentSummary.go
- api_op_GetImportJob.go
- api_op_GetKnowledgeBase.go
- api_op_GetQuickResponse.go
- api_op_GetRecommendations.go
- api_op_GetSession.go
- api_op_ListAssistantAssociations.go
- api_op_ListAssistants.go
- api_op_ListContents.go
- api_op_ListImportJobs.go
- api_op_ListKnowledgeBases.go
- api_op_ListQuickResponses.go
- api_op_ListTagsForResource.go
- api_op_NotifyRecommendationsReceived.go
- api_op_QueryAssistant.go
- api_op_RemoveKnowledgeBaseTemplateUri.go
- api_op_SearchContent.go
- api_op_SearchQuickResponses.go
- api_op_SearchSessions.go
- api_op_StartContentUpload.go
- api_op_StartImportJob.go
- api_op_TagResource.go
- api_op_UntagResource.go
- api_op_UpdateContent.go
- api_op_UpdateKnowledgeBaseTemplateUri.go
- api_op_UpdateQuickResponse.go
- auth.go
- deserializers.go
- doc.go
- endpoints.go
- go_module_metadata.go
- options.go
- serializers.go
- validators.go