...
AWS SDK for Go API Reference
We announced the upcoming end-of-support for AWS SDK for Go (v1). We recommend that you migrate to AWS SDK for Go v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
import "github.com/aws/aws-sdk-go/service/connectwisdomservice"
Overview
Constants

Overview ▾

Package connectwisdomservice provides the client and types for making API requests to 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.

See https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19 for more information on this service.

See connectwisdomservice package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/connectwisdomservice/

Using the Client

To contact Amazon Connect Wisdom Service with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.

See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/

See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config

See the Amazon Connect Wisdom Service client ConnectWisdomService for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/connectwisdomservice/#New

The stub package, connectwisdomserviceiface, can be used to provide alternative implementations of service clients, such as mocking the client for testing.

Types ▾

type ConnectWisdomService
func New(p client.ConfigProvider, cfgs ...*aws.Config) *ConnectWisdomService
func (c *ConnectWisdomService) CreateAssistant(input *CreateAssistantInput) (*CreateAssistantOutput, error)
func (c *ConnectWisdomService) CreateAssistantAssociation(input *CreateAssistantAssociationInput) (*CreateAssistantAssociationOutput, error)
func (c *ConnectWisdomService) CreateAssistantAssociationRequest(input *CreateAssistantAssociationInput) (req *request.Request, output *CreateAssistantAssociationOutput)
func (c *ConnectWisdomService) CreateAssistantAssociationWithContext(ctx aws.Context, input *CreateAssistantAssociationInput, opts ...request.Option) (*CreateAssistantAssociationOutput, error)
func (c *ConnectWisdomService) CreateAssistantRequest(input *CreateAssistantInput) (req *request.Request, output *CreateAssistantOutput)
func (c *ConnectWisdomService) CreateAssistantWithContext(ctx aws.Context, input *CreateAssistantInput, opts ...request.Option) (*CreateAssistantOutput, error)
func (c *ConnectWisdomService) CreateContent(input *CreateContentInput) (*CreateContentOutput, error)
func (c *ConnectWisdomService) CreateContentRequest(input *CreateContentInput) (req *request.Request, output *CreateContentOutput)
func (c *ConnectWisdomService) CreateContentWithContext(ctx aws.Context, input *CreateContentInput, opts ...request.Option) (*CreateContentOutput, error)
func (c *ConnectWisdomService) CreateKnowledgeBase(input *CreateKnowledgeBaseInput) (*CreateKnowledgeBaseOutput, error)
func (c *ConnectWisdomService) CreateKnowledgeBaseRequest(input *CreateKnowledgeBaseInput) (req *request.Request, output *CreateKnowledgeBaseOutput)
func (c *ConnectWisdomService) CreateKnowledgeBaseWithContext(ctx aws.Context, input *CreateKnowledgeBaseInput, opts ...request.Option) (*CreateKnowledgeBaseOutput, error)
func (c *ConnectWisdomService) CreateQuickResponse(input *CreateQuickResponseInput) (*CreateQuickResponseOutput, error)
func (c *ConnectWisdomService) CreateQuickResponseRequest(input *CreateQuickResponseInput) (req *request.Request, output *CreateQuickResponseOutput)
func (c *ConnectWisdomService) CreateQuickResponseWithContext(ctx aws.Context, input *CreateQuickResponseInput, opts ...request.Option) (*CreateQuickResponseOutput, error)
func (c *ConnectWisdomService) CreateSession(input *CreateSessionInput) (*CreateSessionOutput, error)
func (c *ConnectWisdomService) CreateSessionRequest(input *CreateSessionInput) (req *request.Request, output *CreateSessionOutput)
func (c *ConnectWisdomService) CreateSessionWithContext(ctx aws.Context, input *CreateSessionInput, opts ...request.Option) (*CreateSessionOutput, error)
func (c *ConnectWisdomService) DeleteAssistant(input *DeleteAssistantInput) (*DeleteAssistantOutput, error)
func (c *ConnectWisdomService) DeleteAssistantAssociation(input *DeleteAssistantAssociationInput) (*DeleteAssistantAssociationOutput, error)
func (c *ConnectWisdomService) DeleteAssistantAssociationRequest(input *DeleteAssistantAssociationInput) (req *request.Request, output *DeleteAssistantAssociationOutput)
func (c *ConnectWisdomService) DeleteAssistantAssociationWithContext(ctx aws.Context, input *DeleteAssistantAssociationInput, opts ...request.Option) (*DeleteAssistantAssociationOutput, error)
func (c *ConnectWisdomService) DeleteAssistantRequest(input *DeleteAssistantInput) (req *request.Request, output *DeleteAssistantOutput)
func (c *ConnectWisdomService) DeleteAssistantWithContext(ctx aws.Context, input *DeleteAssistantInput, opts ...request.Option) (*DeleteAssistantOutput, error)
func (c *ConnectWisdomService) DeleteContent(input *DeleteContentInput) (*DeleteContentOutput, error)
func (c *ConnectWisdomService) DeleteContentRequest(input *DeleteContentInput) (req *request.Request, output *DeleteContentOutput)
func (c *ConnectWisdomService) DeleteContentWithContext(ctx aws.Context, input *DeleteContentInput, opts ...request.Option) (*DeleteContentOutput, error)
func (c *ConnectWisdomService) DeleteImportJob(input *DeleteImportJobInput) (*DeleteImportJobOutput, error)
func (c *ConnectWisdomService) DeleteImportJobRequest(input *DeleteImportJobInput) (req *request.Request, output *DeleteImportJobOutput)
func (c *ConnectWisdomService) DeleteImportJobWithContext(ctx aws.Context, input *DeleteImportJobInput, opts ...request.Option) (*DeleteImportJobOutput, error)
func (c *ConnectWisdomService) DeleteKnowledgeBase(input *DeleteKnowledgeBaseInput) (*DeleteKnowledgeBaseOutput, error)
func (c *ConnectWisdomService) DeleteKnowledgeBaseRequest(input *DeleteKnowledgeBaseInput) (req *request.Request, output *DeleteKnowledgeBaseOutput)
func (c *ConnectWisdomService) DeleteKnowledgeBaseWithContext(ctx aws.Context, input *DeleteKnowledgeBaseInput, opts ...request.Option) (*DeleteKnowledgeBaseOutput, error)
func (c *ConnectWisdomService) DeleteQuickResponse(input *DeleteQuickResponseInput) (*DeleteQuickResponseOutput, error)
func (c *ConnectWisdomService) DeleteQuickResponseRequest(input *DeleteQuickResponseInput) (req *request.Request, output *DeleteQuickResponseOutput)
func (c *ConnectWisdomService) DeleteQuickResponseWithContext(ctx aws.Context, input *DeleteQuickResponseInput, opts ...request.Option) (*DeleteQuickResponseOutput, error)
func (c *ConnectWisdomService) GetAssistant(input *GetAssistantInput) (*GetAssistantOutput, error)
func (c *ConnectWisdomService) GetAssistantAssociation(input *GetAssistantAssociationInput) (*GetAssistantAssociationOutput, error)
func (c *ConnectWisdomService) GetAssistantAssociationRequest(input *GetAssistantAssociationInput) (req *request.Request, output *GetAssistantAssociationOutput)
func (c *ConnectWisdomService) GetAssistantAssociationWithContext(ctx aws.Context, input *GetAssistantAssociationInput, opts ...request.Option) (*GetAssistantAssociationOutput, error)
func (c *ConnectWisdomService) GetAssistantRequest(input *GetAssistantInput) (req *request.Request, output *GetAssistantOutput)
func (c *ConnectWisdomService) GetAssistantWithContext(ctx aws.Context, input *GetAssistantInput, opts ...request.Option) (*GetAssistantOutput, error)
func (c *ConnectWisdomService) GetContent(input *GetContentInput) (*GetContentOutput, error)
func (c *ConnectWisdomService) GetContentRequest(input *GetContentInput) (req *request.Request, output *GetContentOutput)
func (c *ConnectWisdomService) GetContentSummary(input *GetContentSummaryInput) (*GetContentSummaryOutput, error)
func (c *ConnectWisdomService) GetContentSummaryRequest(input *GetContentSummaryInput) (req *request.Request, output *GetContentSummaryOutput)
func (c *ConnectWisdomService) GetContentSummaryWithContext(ctx aws.Context, input *GetContentSummaryInput, opts ...request.Option) (*GetContentSummaryOutput, error)
func (c *ConnectWisdomService) GetContentWithContext(ctx aws.Context, input *GetContentInput, opts ...request.Option) (*GetContentOutput, error)
func (c *ConnectWisdomService) GetImportJob(input *GetImportJobInput) (*GetImportJobOutput, error)
func (c *ConnectWisdomService) GetImportJobRequest(input *GetImportJobInput) (req *request.Request, output *GetImportJobOutput)
func (c *ConnectWisdomService) GetImportJobWithContext(ctx aws.Context, input *GetImportJobInput, opts ...request.Option) (*GetImportJobOutput, error)
func (c *ConnectWisdomService) GetKnowledgeBase(input *GetKnowledgeBaseInput) (*GetKnowledgeBaseOutput, error)
func (c *ConnectWisdomService) GetKnowledgeBaseRequest(input *GetKnowledgeBaseInput) (req *request.Request, output *GetKnowledgeBaseOutput)
func (c *ConnectWisdomService) GetKnowledgeBaseWithContext(ctx aws.Context, input *GetKnowledgeBaseInput, opts ...request.Option) (*GetKnowledgeBaseOutput, error)
func (c *ConnectWisdomService) GetQuickResponse(input *GetQuickResponseInput) (*GetQuickResponseOutput, error)
func (c *ConnectWisdomService) GetQuickResponseRequest(input *GetQuickResponseInput) (req *request.Request, output *GetQuickResponseOutput)
func (c *ConnectWisdomService) GetQuickResponseWithContext(ctx aws.Context, input *GetQuickResponseInput, opts ...request.Option) (*GetQuickResponseOutput, error)
func (c *ConnectWisdomService) GetRecommendations(input *GetRecommendationsInput) (*GetRecommendationsOutput, error)
func (c *ConnectWisdomService) GetRecommendationsRequest(input *GetRecommendationsInput) (req *request.Request, output *GetRecommendationsOutput)
func (c *ConnectWisdomService) GetRecommendationsWithContext(ctx aws.Context, input *GetRecommendationsInput, opts ...request.Option) (*GetRecommendationsOutput, error)
func (c *ConnectWisdomService) GetSession(input *GetSessionInput) (*GetSessionOutput, error)
func (c *ConnectWisdomService) GetSessionRequest(input *GetSessionInput) (req *request.Request, output *GetSessionOutput)
func (c *ConnectWisdomService) GetSessionWithContext(ctx aws.Context, input *GetSessionInput, opts ...request.Option) (*GetSessionOutput, error)
func (c *ConnectWisdomService) ListAssistantAssociations(input *ListAssistantAssociationsInput) (*ListAssistantAssociationsOutput, error)
func (c *ConnectWisdomService) ListAssistantAssociationsPages(input *ListAssistantAssociationsInput, fn func(*ListAssistantAssociationsOutput, bool) bool) error
func (c *ConnectWisdomService) ListAssistantAssociationsPagesWithContext(ctx aws.Context, input *ListAssistantAssociationsInput, fn func(*ListAssistantAssociationsOutput, bool) bool, opts ...request.Option) error
func (c *ConnectWisdomService) ListAssistantAssociationsRequest(input *ListAssistantAssociationsInput) (req *request.Request, output *ListAssistantAssociationsOutput)
func (c *ConnectWisdomService) ListAssistantAssociationsWithContext(ctx aws.Context, input *ListAssistantAssociationsInput, opts ...request.Option) (*ListAssistantAssociationsOutput, error)
func (c *ConnectWisdomService) ListAssistants(input *ListAssistantsInput) (*ListAssistantsOutput, error)
func (c *ConnectWisdomService) ListAssistantsPages(input *ListAssistantsInput, fn func(*ListAssistantsOutput, bool) bool) error
func (c *ConnectWisdomService) ListAssistantsPagesWithContext(ctx aws.Context, input *ListAssistantsInput, fn func(*ListAssistantsOutput, bool) bool, opts ...request.Option) error
func (c *ConnectWisdomService) ListAssistantsRequest(input *ListAssistantsInput) (req *request.Request, output *ListAssistantsOutput)
func (c *ConnectWisdomService) ListAssistantsWithContext(ctx aws.Context, input *ListAssistantsInput, opts ...request.Option) (*ListAssistantsOutput, error)
func (c *ConnectWisdomService) ListContents(input *ListContentsInput) (*ListContentsOutput, error)
func (c *ConnectWisdomService) ListContentsPages(input *ListContentsInput, fn func(*ListContentsOutput, bool) bool) error
func (c *ConnectWisdomService) ListContentsPagesWithContext(ctx aws.Context, input *ListContentsInput, fn func(*ListContentsOutput, bool) bool, opts ...request.Option) error
func (c *ConnectWisdomService) ListContentsRequest(input *ListContentsInput) (req *request.Request, output *ListContentsOutput)
func (c *ConnectWisdomService) ListContentsWithContext(ctx aws.Context, input *ListContentsInput, opts ...request.Option) (*ListContentsOutput, error)
func (c *ConnectWisdomService) ListImportJobs(input *ListImportJobsInput) (*ListImportJobsOutput, error)
func (c *ConnectWisdomService) ListImportJobsPages(input *ListImportJobsInput, fn func(*ListImportJobsOutput, bool) bool) error
func (c *ConnectWisdomService) ListImportJobsPagesWithContext(ctx aws.Context, input *ListImportJobsInput, fn func(*ListImportJobsOutput, bool) bool, opts ...request.Option) error
func (c *ConnectWisdomService) ListImportJobsRequest(input *ListImportJobsInput) (req *request.Request, output *ListImportJobsOutput)
func (c *ConnectWisdomService) ListImportJobsWithContext(ctx aws.Context, input *ListImportJobsInput, opts ...request.Option) (*ListImportJobsOutput, error)
func (c *ConnectWisdomService) ListKnowledgeBases(input *ListKnowledgeBasesInput) (*ListKnowledgeBasesOutput, error)
func (c *ConnectWisdomService) ListKnowledgeBasesPages(input *ListKnowledgeBasesInput, fn func(*ListKnowledgeBasesOutput, bool) bool) error
func (c *ConnectWisdomService) ListKnowledgeBasesPagesWithContext(ctx aws.Context, input *ListKnowledgeBasesInput, fn func(*ListKnowledgeBasesOutput, bool) bool, opts ...request.Option) error
func (c *ConnectWisdomService) ListKnowledgeBasesRequest(input *ListKnowledgeBasesInput) (req *request.Request, output *ListKnowledgeBasesOutput)
func (c *ConnectWisdomService) ListKnowledgeBasesWithContext(ctx aws.Context, input *ListKnowledgeBasesInput, opts ...request.Option) (*ListKnowledgeBasesOutput, error)
func (c *ConnectWisdomService) ListQuickResponses(input *ListQuickResponsesInput) (*ListQuickResponsesOutput, error)
func (c *ConnectWisdomService) ListQuickResponsesPages(input *ListQuickResponsesInput, fn func(*ListQuickResponsesOutput, bool) bool) error
func (c *ConnectWisdomService) ListQuickResponsesPagesWithContext(ctx aws.Context, input *ListQuickResponsesInput, fn func(*ListQuickResponsesOutput, bool) bool, opts ...request.Option) error
func (c *ConnectWisdomService) ListQuickResponsesRequest(input *ListQuickResponsesInput) (req *request.Request, output *ListQuickResponsesOutput)
func (c *ConnectWisdomService) ListQuickResponsesWithContext(ctx aws.Context, input *ListQuickResponsesInput, opts ...request.Option) (*ListQuickResponsesOutput, error)
func (c *ConnectWisdomService) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
func (c *ConnectWisdomService) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
func (c *ConnectWisdomService) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
func (c *ConnectWisdomService) NotifyRecommendationsReceived(input *NotifyRecommendationsReceivedInput) (*NotifyRecommendationsReceivedOutput, error)
func (c *ConnectWisdomService) NotifyRecommendationsReceivedRequest(input *NotifyRecommendationsReceivedInput) (req *request.Request, output *NotifyRecommendationsReceivedOutput)
func (c *ConnectWisdomService) NotifyRecommendationsReceivedWithContext(ctx aws.Context, input *NotifyRecommendationsReceivedInput, opts ...request.Option) (*NotifyRecommendationsReceivedOutput, error)
func (c *ConnectWisdomService) QueryAssistant(input *QueryAssistantInput) (*QueryAssistantOutput, error)
func (c *ConnectWisdomService) QueryAssistantPages(input *QueryAssistantInput, fn func(*QueryAssistantOutput, bool) bool) error
func (c *ConnectWisdomService) QueryAssistantPagesWithContext(ctx aws.Context, input *QueryAssistantInput, fn func(*QueryAssistantOutput, bool) bool, opts ...request.Option) error
func (c *ConnectWisdomService) QueryAssistantRequest(input *QueryAssistantInput) (req *request.Request, output *QueryAssistantOutput)
func (c *ConnectWisdomService) QueryAssistantWithContext(ctx aws.Context, input *QueryAssistantInput, opts ...request.Option) (*QueryAssistantOutput, error)
func (c *ConnectWisdomService) RemoveKnowledgeBaseTemplateUri(input *RemoveKnowledgeBaseTemplateUriInput) (*RemoveKnowledgeBaseTemplateUriOutput, error)
func (c *ConnectWisdomService) RemoveKnowledgeBaseTemplateUriRequest(input *RemoveKnowledgeBaseTemplateUriInput) (req *request.Request, output *RemoveKnowledgeBaseTemplateUriOutput)
func (c *ConnectWisdomService) RemoveKnowledgeBaseTemplateUriWithContext(ctx aws.Context, input *RemoveKnowledgeBaseTemplateUriInput, opts ...request.Option) (*RemoveKnowledgeBaseTemplateUriOutput, error)
func (c *ConnectWisdomService) SearchContent(input *SearchContentInput) (*SearchContentOutput, error)
func (c *ConnectWisdomService) SearchContentPages(input *SearchContentInput, fn func(*SearchContentOutput, bool) bool) error
func (c *ConnectWisdomService) SearchContentPagesWithContext(ctx aws.Context, input *SearchContentInput, fn func(*SearchContentOutput, bool) bool, opts ...request.Option) error
func (c *ConnectWisdomService) SearchContentRequest(input *SearchContentInput) (req *request.Request, output *SearchContentOutput)
func (c *ConnectWisdomService) SearchContentWithContext(ctx aws.Context, input *SearchContentInput, opts ...request.Option) (*SearchContentOutput, error)
func (c *ConnectWisdomService) SearchQuickResponses(input *SearchQuickResponsesInput) (*SearchQuickResponsesOutput, error)
func (c *ConnectWisdomService) SearchQuickResponsesPages(input *SearchQuickResponsesInput, fn func(*SearchQuickResponsesOutput, bool) bool) error
func (c *ConnectWisdomService) SearchQuickResponsesPagesWithContext(ctx aws.Context, input *SearchQuickResponsesInput, fn func(*SearchQuickResponsesOutput, bool) bool, opts ...request.Option) error
func (c *ConnectWisdomService) SearchQuickResponsesRequest(input *SearchQuickResponsesInput) (req *request.Request, output *SearchQuickResponsesOutput)
func (c *ConnectWisdomService) SearchQuickResponsesWithContext(ctx aws.Context, input *SearchQuickResponsesInput, opts ...request.Option) (*SearchQuickResponsesOutput, error)
func (c *ConnectWisdomService) SearchSessions(input *SearchSessionsInput) (*SearchSessionsOutput, error)
func (c *ConnectWisdomService) SearchSessionsPages(input *SearchSessionsInput, fn func(*SearchSessionsOutput, bool) bool) error
func (c *ConnectWisdomService) SearchSessionsPagesWithContext(ctx aws.Context, input *SearchSessionsInput, fn func(*SearchSessionsOutput, bool) bool, opts ...request.Option) error
func (c *ConnectWisdomService) SearchSessionsRequest(input *SearchSessionsInput) (req *request.Request, output *SearchSessionsOutput)
func (c *ConnectWisdomService) SearchSessionsWithContext(ctx aws.Context, input *SearchSessionsInput, opts ...request.Option) (*SearchSessionsOutput, error)
func (c *ConnectWisdomService) StartContentUpload(input *StartContentUploadInput) (*StartContentUploadOutput, error)
func (c *ConnectWisdomService) StartContentUploadRequest(input *StartContentUploadInput) (req *request.Request, output *StartContentUploadOutput)
func (c *ConnectWisdomService) StartContentUploadWithContext(ctx aws.Context, input *StartContentUploadInput, opts ...request.Option) (*StartContentUploadOutput, error)
func (c *ConnectWisdomService) StartImportJob(input *StartImportJobInput) (*StartImportJobOutput, error)
func (c *ConnectWisdomService) StartImportJobRequest(input *StartImportJobInput) (req *request.Request, output *StartImportJobOutput)
func (c *ConnectWisdomService) StartImportJobWithContext(ctx aws.Context, input *StartImportJobInput, opts ...request.Option) (*StartImportJobOutput, error)
func (c *ConnectWisdomService) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
func (c *ConnectWisdomService) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
func (c *ConnectWisdomService) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
func (c *ConnectWisdomService) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
func (c *ConnectWisdomService) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
func (c *ConnectWisdomService) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
func (c *ConnectWisdomService) UpdateContent(input *UpdateContentInput) (*UpdateContentOutput, error)
func (c *ConnectWisdomService) UpdateContentRequest(input *UpdateContentInput) (req *request.Request, output *UpdateContentOutput)
func (c *ConnectWisdomService) UpdateContentWithContext(ctx aws.Context, input *UpdateContentInput, opts ...request.Option) (*UpdateContentOutput, error)
func (c *ConnectWisdomService) UpdateKnowledgeBaseTemplateUri(input *UpdateKnowledgeBaseTemplateUriInput) (*UpdateKnowledgeBaseTemplateUriOutput, error)
func (c *ConnectWisdomService) UpdateKnowledgeBaseTemplateUriRequest(input *UpdateKnowledgeBaseTemplateUriInput) (req *request.Request, output *UpdateKnowledgeBaseTemplateUriOutput)
func (c *ConnectWisdomService) UpdateKnowledgeBaseTemplateUriWithContext(ctx aws.Context, input *UpdateKnowledgeBaseTemplateUriInput, opts ...request.Option) (*UpdateKnowledgeBaseTemplateUriOutput, error)
func (c *ConnectWisdomService) UpdateQuickResponse(input *UpdateQuickResponseInput) (*UpdateQuickResponseOutput, error)
func (c *ConnectWisdomService) UpdateQuickResponseRequest(input *UpdateQuickResponseInput) (req *request.Request, output *UpdateQuickResponseOutput)
func (c *ConnectWisdomService) UpdateQuickResponseWithContext(ctx aws.Context, input *UpdateQuickResponseInput, opts ...request.Option) (*UpdateQuickResponseOutput, error)
func AssistantStatus_Values() []string
func AssistantType_Values() []string
func AssociationType_Values() []string
func ContentStatus_Values() []string
func ExternalSource_Values() []string
func FilterField_Values() []string
func FilterOperator_Values() []string
func ImportJobStatus_Values() []string
func ImportJobType_Values() []string
func KnowledgeBaseStatus_Values() []string
func KnowledgeBaseType_Values() []string
func Order_Values() []string
func Priority_Values() []string
func QuickResponseFilterOperator_Values() []string
func QuickResponseQueryOperator_Values() []string
func QuickResponseStatus_Values() []string
func RecommendationSourceType_Values() []string
func RecommendationTriggerType_Values() []string
func RecommendationType_Values() []string
func RelevanceLevel_Values() []string
type AccessDeniedException
type AppIntegrationsConfiguration
type AssistantAssociationData
type AssistantAssociationInputData
type AssistantAssociationOutputData
type AssistantAssociationSummary
type AssistantData
type AssistantIntegrationConfiguration
type AssistantSummary
type Configuration
type ConflictException
type ConnectConfiguration
type ContentData
type ContentReference
type ContentSummary
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 Document
type DocumentText
type ExternalSourceConfiguration
type Filter
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 GroupingConfiguration
type Highlight
type ImportJobData
type ImportJobSummary
type KnowledgeBaseAssociationData
type KnowledgeBaseData
type KnowledgeBaseSummary
type ListAssistantAssociationsInput
type ListAssistantAssociationsOutput
type ListAssistantsInput
type ListAssistantsOutput
type ListContentsInput
type ListContentsOutput
type ListImportJobsInput
type ListImportJobsOutput
type ListKnowledgeBasesInput
type ListKnowledgeBasesOutput
type ListQuickResponsesInput
type ListQuickResponsesOutput
type ListTagsForResourceInput
type ListTagsForResourceOutput
type NotifyRecommendationsReceivedError
type NotifyRecommendationsReceivedInput
type NotifyRecommendationsReceivedOutput
type PreconditionFailedException
type QueryAssistantInput
type QueryAssistantOutput
type QueryRecommendationTriggerData
type QuickResponseContentProvider
type QuickResponseContents
type QuickResponseData
type QuickResponseDataProvider
type QuickResponseFilterField
type QuickResponseOrderField
type QuickResponseQueryField
type QuickResponseSearchExpression
type QuickResponseSearchResultData
type QuickResponseSummary
type RecommendationData
type RecommendationTrigger
type RecommendationTriggerData
type RemoveKnowledgeBaseTemplateUriInput
type RemoveKnowledgeBaseTemplateUriOutput
type RenderingConfiguration
type RequestTimeoutException
type ResourceNotFoundException
type ResultData
type SearchContentInput
type SearchContentOutput
type SearchExpression
type SearchQuickResponsesInput
type SearchQuickResponsesOutput
type SearchSessionsInput
type SearchSessionsOutput
type ServerSideEncryptionConfiguration
type ServiceQuotaExceededException
type SessionData
type SessionIntegrationConfiguration
type SessionSummary
type SourceConfiguration
type StartContentUploadInput
type StartContentUploadOutput
type StartImportJobInput
type StartImportJobOutput
type TagResourceInput
type TagResourceOutput
type TooManyTagsException
type UntagResourceInput
type UntagResourceOutput
type UpdateContentInput
type UpdateContentOutput
type UpdateKnowledgeBaseTemplateUriInput
type UpdateKnowledgeBaseTemplateUriOutput
type UpdateQuickResponseInput
type UpdateQuickResponseOutput
type ValidationException

Constants ▾

const (
    // AssistantStatusCreateInProgress is a AssistantStatus enum value
    AssistantStatusCreateInProgress = "CREATE_IN_PROGRESS"

    // AssistantStatusCreateFailed is a AssistantStatus enum value
    AssistantStatusCreateFailed = "CREATE_FAILED"

    // AssistantStatusActive is a AssistantStatus enum value
    AssistantStatusActive = "ACTIVE"

    // AssistantStatusDeleteInProgress is a AssistantStatus enum value
    AssistantStatusDeleteInProgress = "DELETE_IN_PROGRESS"

    // AssistantStatusDeleteFailed is a AssistantStatus enum value
    AssistantStatusDeleteFailed = "DELETE_FAILED"

    // AssistantStatusDeleted is a AssistantStatus enum value
    AssistantStatusDeleted = "DELETED"
)
const (
    // ContentStatusCreateInProgress is a ContentStatus enum value
    ContentStatusCreateInProgress = "CREATE_IN_PROGRESS"

    // ContentStatusCreateFailed is a ContentStatus enum value
    ContentStatusCreateFailed = "CREATE_FAILED"

    // ContentStatusActive is a ContentStatus enum value
    ContentStatusActive = "ACTIVE"

    // ContentStatusDeleteInProgress is a ContentStatus enum value
    ContentStatusDeleteInProgress = "DELETE_IN_PROGRESS"

    // ContentStatusDeleteFailed is a ContentStatus enum value
    ContentStatusDeleteFailed = "DELETE_FAILED"

    // ContentStatusDeleted is a ContentStatus enum value
    ContentStatusDeleted = "DELETED"

    // ContentStatusUpdateFailed is a ContentStatus enum value
    ContentStatusUpdateFailed = "UPDATE_FAILED"
)
const (
    // ImportJobStatusStartInProgress is a ImportJobStatus enum value
    ImportJobStatusStartInProgress = "START_IN_PROGRESS"

    // ImportJobStatusFailed is a ImportJobStatus enum value
    ImportJobStatusFailed = "FAILED"

    // ImportJobStatusComplete is a ImportJobStatus enum value
    ImportJobStatusComplete = "COMPLETE"

    // ImportJobStatusDeleteInProgress is a ImportJobStatus enum value
    ImportJobStatusDeleteInProgress = "DELETE_IN_PROGRESS"

    // ImportJobStatusDeleteFailed is a ImportJobStatus enum value
    ImportJobStatusDeleteFailed = "DELETE_FAILED"

    // ImportJobStatusDeleted is a ImportJobStatus enum value
    ImportJobStatusDeleted = "DELETED"
)
const (
    // KnowledgeBaseStatusCreateInProgress is a KnowledgeBaseStatus enum value
    KnowledgeBaseStatusCreateInProgress = "CREATE_IN_PROGRESS"

    // KnowledgeBaseStatusCreateFailed is a KnowledgeBaseStatus enum value
    KnowledgeBaseStatusCreateFailed = "CREATE_FAILED"

    // KnowledgeBaseStatusActive is a KnowledgeBaseStatus enum value
    KnowledgeBaseStatusActive = "ACTIVE"

    // KnowledgeBaseStatusDeleteInProgress is a KnowledgeBaseStatus enum value
    KnowledgeBaseStatusDeleteInProgress = "DELETE_IN_PROGRESS"

    // KnowledgeBaseStatusDeleteFailed is a KnowledgeBaseStatus enum value
    KnowledgeBaseStatusDeleteFailed = "DELETE_FAILED"

    // KnowledgeBaseStatusDeleted is a KnowledgeBaseStatus enum value
    KnowledgeBaseStatusDeleted = "DELETED"
)
const (
    // KnowledgeBaseTypeExternal is a KnowledgeBaseType enum value
    KnowledgeBaseTypeExternal = "EXTERNAL"

    // KnowledgeBaseTypeCustom is a KnowledgeBaseType enum value
    KnowledgeBaseTypeCustom = "CUSTOM"

    // KnowledgeBaseTypeQuickResponses is a KnowledgeBaseType enum value
    KnowledgeBaseTypeQuickResponses = "QUICK_RESPONSES"
)
const (
    // OrderAsc is a Order enum value
    OrderAsc = "ASC"

    // OrderDesc is a Order enum value
    OrderDesc = "DESC"
)
const (
    // PriorityHigh is a Priority enum value
    PriorityHigh = "HIGH"

    // PriorityMedium is a Priority enum value
    PriorityMedium = "MEDIUM"

    // PriorityLow is a Priority enum value
    PriorityLow = "LOW"
)
const (
    // QuickResponseFilterOperatorEquals is a QuickResponseFilterOperator enum value
    QuickResponseFilterOperatorEquals = "EQUALS"

    // QuickResponseFilterOperatorPrefix is a QuickResponseFilterOperator enum value
    QuickResponseFilterOperatorPrefix = "PREFIX"
)
const (
    // QuickResponseQueryOperatorContains is a QuickResponseQueryOperator enum value
    QuickResponseQueryOperatorContains = "CONTAINS"

    // QuickResponseQueryOperatorContainsAndPrefix is a QuickResponseQueryOperator enum value
    QuickResponseQueryOperatorContainsAndPrefix = "CONTAINS_AND_PREFIX"
)
const (
    // QuickResponseStatusCreateInProgress is a QuickResponseStatus enum value
    QuickResponseStatusCreateInProgress = "CREATE_IN_PROGRESS"

    // QuickResponseStatusCreateFailed is a QuickResponseStatus enum value
    QuickResponseStatusCreateFailed = "CREATE_FAILED"

    // QuickResponseStatusCreated is a QuickResponseStatus enum value
    QuickResponseStatusCreated = "CREATED"

    // QuickResponseStatusDeleteInProgress is a QuickResponseStatus enum value
    QuickResponseStatusDeleteInProgress = "DELETE_IN_PROGRESS"

    // QuickResponseStatusDeleteFailed is a QuickResponseStatus enum value
    QuickResponseStatusDeleteFailed = "DELETE_FAILED"

    // QuickResponseStatusDeleted is a QuickResponseStatus enum value
    QuickResponseStatusDeleted = "DELETED"

    // QuickResponseStatusUpdateInProgress is a QuickResponseStatus enum value
    QuickResponseStatusUpdateInProgress = "UPDATE_IN_PROGRESS"

    // QuickResponseStatusUpdateFailed is a QuickResponseStatus enum value
    QuickResponseStatusUpdateFailed = "UPDATE_FAILED"
)
const (
    // RecommendationSourceTypeIssueDetection is a RecommendationSourceType enum value
    RecommendationSourceTypeIssueDetection = "ISSUE_DETECTION"

    // RecommendationSourceTypeRuleEvaluation is a RecommendationSourceType enum value
    RecommendationSourceTypeRuleEvaluation = "RULE_EVALUATION"

    // RecommendationSourceTypeOther is a RecommendationSourceType enum value
    RecommendationSourceTypeOther = "OTHER"
)
const (
    // RelevanceLevelHigh is a RelevanceLevel enum value
    RelevanceLevelHigh = "HIGH"

    // RelevanceLevelMedium is a RelevanceLevel enum value
    RelevanceLevelMedium = "MEDIUM"

    // RelevanceLevelLow is a RelevanceLevel enum value
    RelevanceLevelLow = "LOW"
)
const (

    // ErrCodeAccessDeniedException for service response error code
    // "AccessDeniedException".
    //
    // You do not have sufficient access to perform this action.
    ErrCodeAccessDeniedException = "AccessDeniedException"

    // ErrCodeConflictException for service response error code
    // "ConflictException".
    //
    // The request could not be processed because of conflict in the current state
    // of the resource. For example, if you're using a Create API (such as CreateAssistant)
    // that accepts name, a conflicting resource (usually with the same name) is
    // being created or mutated.
    ErrCodeConflictException = "ConflictException"

    // ErrCodePreconditionFailedException for service response error code
    // "PreconditionFailedException".
    //
    // The provided revisionId does not match, indicating the content has been modified
    // since it was last read.
    ErrCodePreconditionFailedException = "PreconditionFailedException"

    // ErrCodeRequestTimeoutException for service response error code
    // "RequestTimeoutException".
    //
    // The request reached the service more than 15 minutes after the date stamp
    // on the request or more than 15 minutes after the request expiration date
    // (such as for pre-signed URLs), or the date stamp on the request is more than
    // 15 minutes in the future.
    ErrCodeRequestTimeoutException = "RequestTimeoutException"

    // ErrCodeResourceNotFoundException for service response error code
    // "ResourceNotFoundException".
    //
    // The specified resource does not exist.
    ErrCodeResourceNotFoundException = "ResourceNotFoundException"

    // ErrCodeServiceQuotaExceededException for service response error code
    // "ServiceQuotaExceededException".
    //
    // You've exceeded your service quota. To perform the requested action, remove
    // some of the relevant resources, or use service quotas to request a service
    // quota increase.
    ErrCodeServiceQuotaExceededException = "ServiceQuotaExceededException"

    // ErrCodeTooManyTagsException for service response error code
    // "TooManyTagsException".
    //
    // Amazon Connect Wisdom throws this exception if you have too many tags in
    // your tag set.
    ErrCodeTooManyTagsException = "TooManyTagsException"

    // ErrCodeValidationException for service response error code
    // "ValidationException".
    //
    // The input fails to satisfy the constraints specified by a service.
    ErrCodeValidationException = "ValidationException"
)
const (
    ServiceName = "Wisdom" // Name of service.
    EndpointsID = "wisdom" // ID to lookup a service endpoint with.
    ServiceID   = "Wisdom" // ServiceID is a unique identifier of a specific service.
)

Service information constants

const (
    // AssistantTypeAgent is a AssistantType enum value
    AssistantTypeAgent = "AGENT"
)
const (
    // AssociationTypeKnowledgeBase is a AssociationType enum value
    AssociationTypeKnowledgeBase = "KNOWLEDGE_BASE"
)
const (
    // ExternalSourceAmazonConnect is a ExternalSource enum value
    ExternalSourceAmazonConnect = "AMAZON_CONNECT"
)
const (
    // FilterFieldName is a FilterField enum value
    FilterFieldName = "NAME"
)
const (
    // FilterOperatorEquals is a FilterOperator enum value
    FilterOperatorEquals = "EQUALS"
)
const (
    // ImportJobTypeQuickResponses is a ImportJobType enum value
    ImportJobTypeQuickResponses = "QUICK_RESPONSES"
)
const (
    // RecommendationTriggerTypeQuery is a RecommendationTriggerType enum value
    RecommendationTriggerTypeQuery = "QUERY"
)
const (
    // RecommendationTypeKnowledgeContent is a RecommendationType enum value
    RecommendationTypeKnowledgeContent = "KNOWLEDGE_CONTENT"
)

func AssistantStatus_Values

func AssistantStatus_Values() []string

AssistantStatus_Values returns all elements of the AssistantStatus enum

func AssistantType_Values

func AssistantType_Values() []string

AssistantType_Values returns all elements of the AssistantType enum

func AssociationType_Values

func AssociationType_Values() []string

AssociationType_Values returns all elements of the AssociationType enum

func ContentStatus_Values

func ContentStatus_Values() []string

ContentStatus_Values returns all elements of the ContentStatus enum

func ExternalSource_Values

func ExternalSource_Values() []string

ExternalSource_Values returns all elements of the ExternalSource enum

func FilterField_Values

func FilterField_Values() []string

FilterField_Values returns all elements of the FilterField enum

func FilterOperator_Values

func FilterOperator_Values() []string

FilterOperator_Values returns all elements of the FilterOperator enum

func ImportJobStatus_Values

func ImportJobStatus_Values() []string

ImportJobStatus_Values returns all elements of the ImportJobStatus enum

func ImportJobType_Values

func ImportJobType_Values() []string

ImportJobType_Values returns all elements of the ImportJobType enum

func KnowledgeBaseStatus_Values

func KnowledgeBaseStatus_Values() []string

KnowledgeBaseStatus_Values returns all elements of the KnowledgeBaseStatus enum

func KnowledgeBaseType_Values

func KnowledgeBaseType_Values() []string

KnowledgeBaseType_Values returns all elements of the KnowledgeBaseType enum

func Order_Values

func Order_Values() []string

Order_Values returns all elements of the Order enum

func Priority_Values

func Priority_Values() []string

Priority_Values returns all elements of the Priority enum

func QuickResponseFilterOperator_Values

func QuickResponseFilterOperator_Values() []string

QuickResponseFilterOperator_Values returns all elements of the QuickResponseFilterOperator enum

func QuickResponseQueryOperator_Values

func QuickResponseQueryOperator_Values() []string

QuickResponseQueryOperator_Values returns all elements of the QuickResponseQueryOperator enum

func QuickResponseStatus_Values

func QuickResponseStatus_Values() []string

QuickResponseStatus_Values returns all elements of the QuickResponseStatus enum

func RecommendationSourceType_Values

func RecommendationSourceType_Values() []string

RecommendationSourceType_Values returns all elements of the RecommendationSourceType enum

func RecommendationTriggerType_Values

func RecommendationTriggerType_Values() []string

RecommendationTriggerType_Values returns all elements of the RecommendationTriggerType enum

func RecommendationType_Values

func RecommendationType_Values() []string

RecommendationType_Values returns all elements of the RecommendationType enum

func RelevanceLevel_Values

func RelevanceLevel_Values() []string

RelevanceLevel_Values returns all elements of the RelevanceLevel enum

type AccessDeniedException

type AccessDeniedException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

You do not have sufficient access to perform this action.

func (*AccessDeniedException) Code

func (s *AccessDeniedException) Code() string

Code returns the exception type name.

func (*AccessDeniedException) Error

func (s *AccessDeniedException) Error() string

func (AccessDeniedException) GoString

func (s AccessDeniedException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AccessDeniedException) Message

func (s *AccessDeniedException) Message() string

Message returns the exception's message.

func (*AccessDeniedException) OrigErr

func (s *AccessDeniedException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AccessDeniedException) RequestID

func (s *AccessDeniedException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AccessDeniedException) StatusCode

func (s *AccessDeniedException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AccessDeniedException) String

func (s AccessDeniedException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AppIntegrationsConfiguration

type AppIntegrationsConfiguration struct {

    // The Amazon Resource Name (ARN) of the AppIntegrations DataIntegration to
    // use for ingesting content.
    //
    //    * For Salesforce (https://developer.salesforce.com/docs/atlas.en-us.knowledge_dev.meta/knowledge_dev/sforce_api_objects_knowledge__kav.htm),
    //    your AppIntegrations DataIntegration must have an ObjectConfiguration
    //    if objectFields is not provided, including at least Id, ArticleNumber,
    //    VersionNumber, Title, PublishStatus, and IsDeleted as source fields.
    //
    //    * For ServiceNow (https://developer.servicenow.com/dev.do#!/reference/api/rome/rest/knowledge-management-api),
    //    your AppIntegrations DataIntegration must have an ObjectConfiguration
    //    if objectFields is not provided, including at least number, short_description,
    //    sys_mod_count, workflow_state, and active as source fields.
    //
    //    * For Zendesk (https://developer.zendesk.com/api-reference/help_center/help-center-api/articles/),
    //    your AppIntegrations DataIntegration must have an ObjectConfiguration
    //    if objectFields is not provided, including at least id, title, updated_at,
    //    and draft as source fields.
    //
    //    * For SharePoint (https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/sharepoint-net-server-csom-jsom-and-rest-api-index),
    //    your AppIntegrations DataIntegration must have a FileConfiguration, including
    //    only file extensions that are among docx, pdf, html, htm, and txt.
    //
    //    * For Amazon S3 (https://aws.amazon.com/s3/), the ObjectConfiguration
    //    and FileConfiguration of your AppIntegrations DataIntegration must be
    //    null. The SourceURI of your DataIntegration must use the following format:
    //    s3://your_s3_bucket_name. The bucket policy of the corresponding S3 bucket
    //    must allow the Amazon Web Services principal app-integrations.amazonaws.com
    //    to perform s3:ListBucket, s3:GetObject, and s3:GetBucketLocation against
    //    the bucket.
    //
    // AppIntegrationArn is a required field
    AppIntegrationArn *string `locationName:"appIntegrationArn" min:"1" type:"string" required:"true"`

    // The fields from the source that are made available to your agents in Wisdom.
    // Optional if ObjectConfiguration is included in the provided DataIntegration.
    //
    //    * For Salesforce (https://developer.salesforce.com/docs/atlas.en-us.knowledge_dev.meta/knowledge_dev/sforce_api_objects_knowledge__kav.htm),
    //    you must include at least Id, ArticleNumber, VersionNumber, Title, PublishStatus,
    //    and IsDeleted.
    //
    //    * For ServiceNow (https://developer.servicenow.com/dev.do#!/reference/api/rome/rest/knowledge-management-api),
    //    you must include at least number, short_description, sys_mod_count, workflow_state,
    //    and active.
    //
    //    * For Zendesk (https://developer.zendesk.com/api-reference/help_center/help-center-api/articles/),
    //    you must include at least id, title, updated_at, and draft.
    //
    // Make sure to include additional fields. These fields are indexed and used
    // to source recommendations.
    ObjectFields []*string `locationName:"objectFields" min:"1" type:"list"`
    // contains filtered or unexported fields
}

Configuration information for Amazon AppIntegrations to automatically ingest content.

func (AppIntegrationsConfiguration) GoString

func (s AppIntegrationsConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AppIntegrationsConfiguration) SetAppIntegrationArn

func (s *AppIntegrationsConfiguration) SetAppIntegrationArn(v string) *AppIntegrationsConfiguration

SetAppIntegrationArn sets the AppIntegrationArn field's value.

func (*AppIntegrationsConfiguration) SetObjectFields

func (s *AppIntegrationsConfiguration) SetObjectFields(v []*string) *AppIntegrationsConfiguration

SetObjectFields sets the ObjectFields field's value.

func (AppIntegrationsConfiguration) String

func (s AppIntegrationsConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AppIntegrationsConfiguration) Validate

func (s *AppIntegrationsConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AssistantAssociationData

type AssistantAssociationData struct {

    // The Amazon Resource Name (ARN) of the Wisdom assistant.
    //
    // AssistantArn is a required field
    AssistantArn *string `locationName:"assistantArn" type:"string" required:"true"`

    // The Amazon Resource Name (ARN) of the assistant association.
    //
    // AssistantAssociationArn is a required field
    AssistantAssociationArn *string `locationName:"assistantAssociationArn" type:"string" required:"true"`

    // The identifier of the assistant association.
    //
    // AssistantAssociationId is a required field
    AssistantAssociationId *string `locationName:"assistantAssociationId" type:"string" required:"true"`

    // The identifier of the Wisdom assistant.
    //
    // AssistantId is a required field
    AssistantId *string `locationName:"assistantId" type:"string" required:"true"`

    // A union type that currently has a single argument, the knowledge base ID.
    //
    // AssociationData is a required field
    AssociationData *AssistantAssociationOutputData `locationName:"associationData" type:"structure" required:"true"`

    // The type of association.
    //
    // AssociationType is a required field
    AssociationType *string `locationName:"associationType" type:"string" required:"true" enum:"AssociationType"`

    // The tags used to organize, track, or control access for this resource.
    Tags map[string]*string `locationName:"tags" type:"map"`
    // contains filtered or unexported fields
}

Information about the assistant association.

func (AssistantAssociationData) GoString

func (s AssistantAssociationData) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssistantAssociationData) SetAssistantArn

func (s *AssistantAssociationData) SetAssistantArn(v string) *AssistantAssociationData

SetAssistantArn sets the AssistantArn field's value.

func (*AssistantAssociationData) SetAssistantAssociationArn

func (s *AssistantAssociationData) SetAssistantAssociationArn(v string) *AssistantAssociationData

SetAssistantAssociationArn sets the AssistantAssociationArn field's value.

func (*AssistantAssociationData) SetAssistantAssociationId

func (s *AssistantAssociationData) SetAssistantAssociationId(v string) *AssistantAssociationData

SetAssistantAssociationId sets the AssistantAssociationId field's value.

func (*AssistantAssociationData) SetAssistantId

func (s *AssistantAssociationData) SetAssistantId(v string) *AssistantAssociationData

SetAssistantId sets the AssistantId field's value.

func (*AssistantAssociationData) SetAssociationData

func (s *AssistantAssociationData) SetAssociationData(v *AssistantAssociationOutputData) *AssistantAssociationData

SetAssociationData sets the AssociationData field's value.

func (*AssistantAssociationData) SetAssociationType

func (s *AssistantAssociationData) SetAssociationType(v string) *AssistantAssociationData

SetAssociationType sets the AssociationType field's value.

func (*AssistantAssociationData) SetTags

func (s *AssistantAssociationData) SetTags(v map[string]*string) *AssistantAssociationData

SetTags sets the Tags field's value.

func (AssistantAssociationData) String

func (s AssistantAssociationData) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssistantAssociationInputData

type AssistantAssociationInputData 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.
    KnowledgeBaseId *string `locationName:"knowledgeBaseId" type:"string"`
    // contains filtered or unexported fields
}

The data that is input into Wisdom as a result of the assistant association.

func (AssistantAssociationInputData) GoString

func (s AssistantAssociationInputData) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssistantAssociationInputData) SetKnowledgeBaseId

func (s *AssistantAssociationInputData) SetKnowledgeBaseId(v string) *AssistantAssociationInputData

SetKnowledgeBaseId sets the KnowledgeBaseId field's value.

func (AssistantAssociationInputData) String

func (s AssistantAssociationInputData) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssistantAssociationOutputData

type AssistantAssociationOutputData struct {

    // The knowledge base where output data is sent.
    KnowledgeBaseAssociation *KnowledgeBaseAssociationData `locationName:"knowledgeBaseAssociation" type:"structure"`
    // contains filtered or unexported fields
}

The data that is output as a result of the assistant association.

func (AssistantAssociationOutputData) GoString

func (s AssistantAssociationOutputData) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssistantAssociationOutputData) SetKnowledgeBaseAssociation

func (s *AssistantAssociationOutputData) SetKnowledgeBaseAssociation(v *KnowledgeBaseAssociationData) *AssistantAssociationOutputData

SetKnowledgeBaseAssociation sets the KnowledgeBaseAssociation field's value.

func (AssistantAssociationOutputData) String

func (s AssistantAssociationOutputData) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssistantAssociationSummary

type AssistantAssociationSummary struct {

    // The Amazon Resource Name (ARN) of the Wisdom assistant.
    //
    // AssistantArn is a required field
    AssistantArn *string `locationName:"assistantArn" type:"string" required:"true"`

    // The Amazon Resource Name (ARN) of the assistant association.
    //
    // AssistantAssociationArn is a required field
    AssistantAssociationArn *string `locationName:"assistantAssociationArn" type:"string" required:"true"`

    // The identifier of the assistant association.
    //
    // AssistantAssociationId is a required field
    AssistantAssociationId *string `locationName:"assistantAssociationId" type:"string" required:"true"`

    // The identifier of the Wisdom assistant.
    //
    // AssistantId is a required field
    AssistantId *string `locationName:"assistantId" type:"string" required:"true"`

    // The association data.
    //
    // AssociationData is a required field
    AssociationData *AssistantAssociationOutputData `locationName:"associationData" type:"structure" required:"true"`

    // The type of association.
    //
    // AssociationType is a required field
    AssociationType *string `locationName:"associationType" type:"string" required:"true" enum:"AssociationType"`

    // The tags used to organize, track, or control access for this resource.
    Tags map[string]*string `locationName:"tags" type:"map"`
    // contains filtered or unexported fields
}

Summary information about the assistant association.

func (AssistantAssociationSummary) GoString

func (s AssistantAssociationSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssistantAssociationSummary) SetAssistantArn

func (s *AssistantAssociationSummary) SetAssistantArn(v string) *AssistantAssociationSummary

SetAssistantArn sets the AssistantArn field's value.

func (*AssistantAssociationSummary) SetAssistantAssociationArn

func (s *AssistantAssociationSummary) SetAssistantAssociationArn(v string) *AssistantAssociationSummary

SetAssistantAssociationArn sets the AssistantAssociationArn field's value.

func (*AssistantAssociationSummary) SetAssistantAssociationId

func (s *AssistantAssociationSummary) SetAssistantAssociationId(v string) *AssistantAssociationSummary

SetAssistantAssociationId sets the AssistantAssociationId field's value.

func (*AssistantAssociationSummary) SetAssistantId

func (s *AssistantAssociationSummary) SetAssistantId(v string) *AssistantAssociationSummary

SetAssistantId sets the AssistantId field's value.

func (*AssistantAssociationSummary) SetAssociationData

func (s *AssistantAssociationSummary) SetAssociationData(v *AssistantAssociationOutputData) *AssistantAssociationSummary

SetAssociationData sets the AssociationData field's value.

func (*AssistantAssociationSummary) SetAssociationType

func (s *AssistantAssociationSummary) SetAssociationType(v string) *AssistantAssociationSummary

SetAssociationType sets the AssociationType field's value.

func (*AssistantAssociationSummary) SetTags

func (s *AssistantAssociationSummary) SetTags(v map[string]*string) *AssistantAssociationSummary

SetTags sets the Tags field's value.

func (AssistantAssociationSummary) String

func (s AssistantAssociationSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssistantData

type AssistantData struct {

    // The Amazon Resource Name (ARN) of the Wisdom assistant.
    //
    // AssistantArn is a required field
    AssistantArn *string `locationName:"assistantArn" type:"string" required:"true"`

    // The identifier of the Wisdom assistant.
    //
    // AssistantId is a required field
    AssistantId *string `locationName:"assistantId" type:"string" required:"true"`

    // The description.
    Description *string `locationName:"description" min:"1" type:"string"`

    // The configuration information for the Wisdom assistant integration.
    IntegrationConfiguration *AssistantIntegrationConfiguration `locationName:"integrationConfiguration" type:"structure"`

    // The name.
    //
    // Name is a required field
    Name *string `locationName:"name" min:"1" type:"string" required:"true"`

    // 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. 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 (https://docs.aws.amazon.com/connect/latest/adminguide/enable-wisdom.html).
    ServerSideEncryptionConfiguration *ServerSideEncryptionConfiguration `locationName:"serverSideEncryptionConfiguration" type:"structure"`

    // The status of the assistant.
    //
    // Status is a required field
    Status *string `locationName:"status" type:"string" required:"true" enum:"AssistantStatus"`

    // The tags used to organize, track, or control access for this resource.
    Tags map[string]*string `locationName:"tags" type:"map"`

    // The type of assistant.
    //
    // Type is a required field
    Type *string `locationName:"type" type:"string" required:"true" enum:"AssistantType"`
    // contains filtered or unexported fields
}

The assistant data.

func (AssistantData) GoString

func (s AssistantData) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssistantData) SetAssistantArn

func (s *AssistantData) SetAssistantArn(v string) *AssistantData

SetAssistantArn sets the AssistantArn field's value.

func (*AssistantData) SetAssistantId

func (s *AssistantData) SetAssistantId(v string) *AssistantData

SetAssistantId sets the AssistantId field's value.

func (*AssistantData) SetDescription

func (s *AssistantData) SetDescription(v string) *AssistantData

SetDescription sets the Description field's value.

func (*AssistantData) SetIntegrationConfiguration

func (s *AssistantData) SetIntegrationConfiguration(v *AssistantIntegrationConfiguration) *AssistantData

SetIntegrationConfiguration sets the IntegrationConfiguration field's value.

func (*AssistantData) SetName

func (s *AssistantData) SetName(v string) *AssistantData

SetName sets the Name field's value.

func (*AssistantData) SetServerSideEncryptionConfiguration

func (s *AssistantData) SetServerSideEncryptionConfiguration(v *ServerSideEncryptionConfiguration) *AssistantData

SetServerSideEncryptionConfiguration sets the ServerSideEncryptionConfiguration field's value.

func (*AssistantData) SetStatus

func (s *AssistantData) SetStatus(v string) *AssistantData

SetStatus sets the Status field's value.

func (*AssistantData) SetTags

func (s *AssistantData) SetTags(v map[string]*string) *AssistantData

SetTags sets the Tags field's value.

func (*AssistantData) SetType

func (s *AssistantData) SetType(v string) *AssistantData

SetType sets the Type field's value.

func (AssistantData) String

func (s AssistantData) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssistantIntegrationConfiguration

type AssistantIntegrationConfiguration struct {

    // The Amazon Resource Name (ARN) of the integrated Amazon SNS topic used for
    // streaming chat messages.
    TopicIntegrationArn *string `locationName:"topicIntegrationArn" min:"1" type:"string"`
    // contains filtered or unexported fields
}

The configuration information for the Wisdom assistant integration.

func (AssistantIntegrationConfiguration) GoString

func (s AssistantIntegrationConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssistantIntegrationConfiguration) SetTopicIntegrationArn

func (s *AssistantIntegrationConfiguration) SetTopicIntegrationArn(v string) *AssistantIntegrationConfiguration

SetTopicIntegrationArn sets the TopicIntegrationArn field's value.

func (AssistantIntegrationConfiguration) String

func (s AssistantIntegrationConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssistantSummary

type AssistantSummary struct {

    // The Amazon Resource Name (ARN) of the Wisdom assistant.
    //
    // AssistantArn is a required field
    AssistantArn *string `locationName:"assistantArn" type:"string" required:"true"`

    // The identifier of the Wisdom assistant.
    //
    // AssistantId is a required field
    AssistantId *string `locationName:"assistantId" type:"string" required:"true"`

    // The description of the assistant.
    Description *string `locationName:"description" min:"1" type:"string"`

    // The configuration information for the Wisdom assistant integration.
    IntegrationConfiguration *AssistantIntegrationConfiguration `locationName:"integrationConfiguration" type:"structure"`

    // The name of the assistant.
    //
    // Name is a required field
    Name *string `locationName:"name" min:"1" type:"string" required:"true"`

    // 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. 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 (https://docs.aws.amazon.com/connect/latest/adminguide/enable-wisdom.html).
    ServerSideEncryptionConfiguration *ServerSideEncryptionConfiguration `locationName:"serverSideEncryptionConfiguration" type:"structure"`

    // The status of the assistant.
    //
    // Status is a required field
    Status *string `locationName:"status" type:"string" required:"true" enum:"AssistantStatus"`

    // The tags used to organize, track, or control access for this resource.
    Tags map[string]*string `locationName:"tags" type:"map"`

    // The type of the assistant.
    //
    // Type is a required field
    Type *string `locationName:"type" type:"string" required:"true" enum:"AssistantType"`
    // contains filtered or unexported fields
}

Summary information about the assistant.

func (AssistantSummary) GoString

func (s AssistantSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssistantSummary) SetAssistantArn

func (s *AssistantSummary) SetAssistantArn(v string) *AssistantSummary

SetAssistantArn sets the AssistantArn field's value.

func (*AssistantSummary) SetAssistantId

func (s *AssistantSummary) SetAssistantId(v string) *AssistantSummary

SetAssistantId sets the AssistantId field's value.

func (*AssistantSummary) SetDescription

func (s *AssistantSummary) SetDescription(v string) *AssistantSummary

SetDescription sets the Description field's value.

func (*AssistantSummary) SetIntegrationConfiguration

func (s *AssistantSummary) SetIntegrationConfiguration(v *AssistantIntegrationConfiguration) *AssistantSummary

SetIntegrationConfiguration sets the IntegrationConfiguration field's value.

func (*AssistantSummary) SetName

func (s *AssistantSummary) SetName(v string) *AssistantSummary

SetName sets the Name field's value.

func (*AssistantSummary) SetServerSideEncryptionConfiguration

func (s *AssistantSummary) SetServerSideEncryptionConfiguration(v *ServerSideEncryptionConfiguration) *AssistantSummary

SetServerSideEncryptionConfiguration sets the ServerSideEncryptionConfiguration field's value.

func (*AssistantSummary) SetStatus

func (s *AssistantSummary) SetStatus(v string) *AssistantSummary

SetStatus sets the Status field's value.

func (*AssistantSummary) SetTags

func (s *AssistantSummary) SetTags(v map[string]*string) *AssistantSummary

SetTags sets the Tags field's value.

func (*AssistantSummary) SetType

func (s *AssistantSummary) SetType(v string) *AssistantSummary

SetType sets the Type field's value.

func (AssistantSummary) String

func (s AssistantSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Configuration

type Configuration struct {

    // The configuration information of the Amazon Connect data source.
    ConnectConfiguration *ConnectConfiguration `locationName:"connectConfiguration" type:"structure"`
    // contains filtered or unexported fields
}

The configuration information of the external data source.

func (Configuration) GoString

func (s Configuration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Configuration) SetConnectConfiguration

func (s *Configuration) SetConnectConfiguration(v *ConnectConfiguration) *Configuration

SetConnectConfiguration sets the ConnectConfiguration field's value.

func (Configuration) String

func (s Configuration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Configuration) Validate

func (s *Configuration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ConflictException

type ConflictException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The request could not be processed because of conflict in the current state of the resource. For example, if you're using a Create API (such as CreateAssistant) that accepts name, a conflicting resource (usually with the same name) is being created or mutated.

func (*ConflictException) Code

func (s *ConflictException) Code() string

Code returns the exception type name.

func (*ConflictException) Error

func (s *ConflictException) Error() string

func (ConflictException) GoString

func (s ConflictException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConflictException) Message

func (s *ConflictException) Message() string

Message returns the exception's message.

func (*ConflictException) OrigErr

func (s *ConflictException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ConflictException) RequestID

func (s *ConflictException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ConflictException) StatusCode

func (s *ConflictException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ConflictException) String

func (s ConflictException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ConnectConfiguration

type ConnectConfiguration struct {

    // The identifier of the Amazon Connect instance. You can find the instanceId
    // in the ARN of the instance.
    InstanceId *string `locationName:"instanceId" min:"1" type:"string"`
    // contains filtered or unexported fields
}

The configuration information of the Amazon Connect data source.

func (ConnectConfiguration) GoString

func (s ConnectConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConnectConfiguration) SetInstanceId

func (s *ConnectConfiguration) SetInstanceId(v string) *ConnectConfiguration

SetInstanceId sets the InstanceId field's value.

func (ConnectConfiguration) String

func (s ConnectConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConnectConfiguration) Validate

func (s *ConnectConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ConnectWisdomService

type ConnectWisdomService struct {
    *client.Client
}

ConnectWisdomService provides the API operation methods for making requests to Amazon Connect Wisdom Service. See this package's package overview docs for details on the service.

ConnectWisdomService methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

func New(p client.ConfigProvider, cfgs ...*aws.Config) *ConnectWisdomService

New creates a new instance of the ConnectWisdomService client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.

Example:

mySession := session.Must(session.NewSession())

// Create a ConnectWisdomService client from just a session.
svc := connectwisdomservice.New(mySession)

// Create a ConnectWisdomService client with additional configuration
svc := connectwisdomservice.New(mySession, aws.NewConfig().WithRegion("us-west-2"))

func (*ConnectWisdomService) CreateAssistant

func (c *ConnectWisdomService) CreateAssistant(input *CreateAssistantInput) (*CreateAssistantOutput, error)

CreateAssistant API operation for Amazon Connect Wisdom Service.

Creates an Amazon Connect Wisdom assistant.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Wisdom Service's API operation CreateAssistant for usage and error information.

Returned Error Types:

  • ConflictException The request could not be processed because of conflict in the current state of the resource. For example, if you're using a Create API (such as CreateAssistant) that accepts name, a conflicting resource (usually with the same name) is being created or mutated.

  • ValidationException The input fails to satisfy the constraints specified by a service.

  • ServiceQuotaExceededException You've exceeded your service quota. To perform the requested action, remove some of the relevant resources, or use service quotas to request a service quota increase.

  • AccessDeniedException You do not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/CreateAssistant

func (*ConnectWisdomService) CreateAssistantAssociation

func (c *ConnectWisdomService) CreateAssistantAssociation(input *CreateAssistantAssociationInput) (*CreateAssistantAssociationOutput, error)

CreateAssistantAssociation API operation for Amazon Connect Wisdom Service.

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.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Wisdom Service's API operation CreateAssistantAssociation for usage and error information.

Returned Error Types:

  • ConflictException The request could not be processed because of conflict in the current state of the resource. For example, if you're using a Create API (such as CreateAssistant) that accepts name, a conflicting resource (usually with the same name) is being created or mutated.

  • ValidationException The input fails to satisfy the constraints specified by a service.

  • ServiceQuotaExceededException You've exceeded your service quota. To perform the requested action, remove some of the relevant resources, or use service quotas to request a service quota increase.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ResourceNotFoundException The specified resource does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/CreateAssistantAssociation

func (*ConnectWisdomService) CreateAssistantAssociationRequest

func (c *ConnectWisdomService) CreateAssistantAssociationRequest(input *CreateAssistantAssociationInput) (req *request.Request, output *CreateAssistantAssociationOutput)

CreateAssistantAssociationRequest generates a "aws/request.Request" representing the client's request for the CreateAssistantAssociation operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateAssistantAssociation for more information on using the CreateAssistantAssociation API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateAssistantAssociationRequest method.
req, resp := client.CreateAssistantAssociationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/CreateAssistantAssociation

func (*ConnectWisdomService) CreateAssistantAssociationWithContext

func (c *ConnectWisdomService) CreateAssistantAssociationWithContext(ctx aws.Context, input *CreateAssistantAssociationInput, opts ...request.Option) (*CreateAssistantAssociationOutput, error)

CreateAssistantAssociationWithContext is the same as CreateAssistantAssociation with the addition of the ability to pass a context and additional request options.

See CreateAssistantAssociation for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConnectWisdomService) CreateAssistantRequest

func (c *ConnectWisdomService) CreateAssistantRequest(input *CreateAssistantInput) (req *request.Request, output *CreateAssistantOutput)

CreateAssistantRequest generates a "aws/request.Request" representing the client's request for the CreateAssistant operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateAssistant for more information on using the CreateAssistant API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateAssistantRequest method.
req, resp := client.CreateAssistantRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/CreateAssistant

func (*ConnectWisdomService) CreateAssistantWithContext

func (c *ConnectWisdomService) CreateAssistantWithContext(ctx aws.Context, input *CreateAssistantInput, opts ...request.Option) (*CreateAssistantOutput, error)

CreateAssistantWithContext is the same as CreateAssistant with the addition of the ability to pass a context and additional request options.

See CreateAssistant for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConnectWisdomService) CreateContent

func (c *ConnectWisdomService) CreateContent(input *CreateContentInput) (*CreateContentOutput, error)

CreateContent API operation for Amazon Connect Wisdom Service.

Creates Wisdom content. Before to calling this API, use StartContentUpload (https://docs.aws.amazon.com/wisdom/latest/APIReference/API_StartContentUpload.html) to upload an asset.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Wisdom Service's API operation CreateContent for usage and error information.

Returned Error Types:

  • ConflictException The request could not be processed because of conflict in the current state of the resource. For example, if you're using a Create API (such as CreateAssistant) that accepts name, a conflicting resource (usually with the same name) is being created or mutated.

  • ValidationException The input fails to satisfy the constraints specified by a service.

  • ServiceQuotaExceededException You've exceeded your service quota. To perform the requested action, remove some of the relevant resources, or use service quotas to request a service quota increase.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ResourceNotFoundException The specified resource does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/CreateContent

func (*ConnectWisdomService) CreateContentRequest

func (c *ConnectWisdomService) CreateContentRequest(input *CreateContentInput) (req *request.Request, output *CreateContentOutput)

CreateContentRequest generates a "aws/request.Request" representing the client's request for the CreateContent operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateContent for more information on using the CreateContent API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateContentRequest method.
req, resp := client.CreateContentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/CreateContent

func (*ConnectWisdomService) CreateContentWithContext

func (c *ConnectWisdomService) CreateContentWithContext(ctx aws.Context, input *CreateContentInput, opts ...request.Option) (*CreateContentOutput, error)

CreateContentWithContext is the same as CreateContent with the addition of the ability to pass a context and additional request options.

See CreateContent for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConnectWisdomService) CreateKnowledgeBase

func (c *ConnectWisdomService) CreateKnowledgeBase(input *CreateKnowledgeBaseInput) (*CreateKnowledgeBaseOutput, error)

CreateKnowledgeBase API operation for Amazon Connect Wisdom Service.

Creates a knowledge base.

When using this API, you cannot reuse Amazon AppIntegrations (https://docs.aws.amazon.com/appintegrations/latest/APIReference/Welcome.html) 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 (https://docs.aws.amazon.com/wisdom/latest/APIReference/API_DeleteKnowledgeBase.html).

Call DeleteDataIntegration (https://docs.aws.amazon.com/appintegrations/latest/APIReference/API_DeleteDataIntegration.html).

Call CreateDataIntegration (https://docs.aws.amazon.com/appintegrations/latest/APIReference/API_CreateDataIntegration.html) to recreate the DataIntegration or a create different one.

Call CreateKnowledgeBase.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Wisdom Service's API operation CreateKnowledgeBase for usage and error information.

Returned Error Types:

  • ConflictException The request could not be processed because of conflict in the current state of the resource. For example, if you're using a Create API (such as CreateAssistant) that accepts name, a conflicting resource (usually with the same name) is being created or mutated.

  • ValidationException The input fails to satisfy the constraints specified by a service.

  • ServiceQuotaExceededException You've exceeded your service quota. To perform the requested action, remove some of the relevant resources, or use service quotas to request a service quota increase.

  • AccessDeniedException You do not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/CreateKnowledgeBase

func (*ConnectWisdomService) CreateKnowledgeBaseRequest

func (c *ConnectWisdomService) CreateKnowledgeBaseRequest(input *CreateKnowledgeBaseInput) (req *request.Request, output *CreateKnowledgeBaseOutput)

CreateKnowledgeBaseRequest generates a "aws/request.Request" representing the client's request for the CreateKnowledgeBase operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateKnowledgeBase for more information on using the CreateKnowledgeBase API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateKnowledgeBaseRequest method.
req, resp := client.CreateKnowledgeBaseRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/CreateKnowledgeBase

func (*ConnectWisdomService) CreateKnowledgeBaseWithContext

func (c *ConnectWisdomService) CreateKnowledgeBaseWithContext(ctx aws.Context, input *CreateKnowledgeBaseInput, opts ...request.Option) (*CreateKnowledgeBaseOutput, error)

CreateKnowledgeBaseWithContext is the same as CreateKnowledgeBase with the addition of the ability to pass a context and additional request options.

See CreateKnowledgeBase for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConnectWisdomService) CreateQuickResponse

func (c *ConnectWisdomService) CreateQuickResponse(input *CreateQuickResponseInput) (*CreateQuickResponseOutput, error)

CreateQuickResponse API operation for Amazon Connect Wisdom Service.

Creates a Wisdom quick response.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Wisdom Service's API operation CreateQuickResponse for usage and error information.

Returned Error Types:

  • ConflictException The request could not be processed because of conflict in the current state of the resource. For example, if you're using a Create API (such as CreateAssistant) that accepts name, a conflicting resource (usually with the same name) is being created or mutated.

  • ValidationException The input fails to satisfy the constraints specified by a service.

  • ServiceQuotaExceededException You've exceeded your service quota. To perform the requested action, remove some of the relevant resources, or use service quotas to request a service quota increase.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ResourceNotFoundException The specified resource does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/CreateQuickResponse

func (*ConnectWisdomService) CreateQuickResponseRequest

func (c *ConnectWisdomService) CreateQuickResponseRequest(input *CreateQuickResponseInput) (req *request.Request, output *CreateQuickResponseOutput)

CreateQuickResponseRequest generates a "aws/request.Request" representing the client's request for the CreateQuickResponse operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateQuickResponse for more information on using the CreateQuickResponse API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateQuickResponseRequest method.
req, resp := client.CreateQuickResponseRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/CreateQuickResponse

func (*ConnectWisdomService) CreateQuickResponseWithContext

func (c *ConnectWisdomService) CreateQuickResponseWithContext(ctx aws.Context, input *CreateQuickResponseInput, opts ...request.Option) (*CreateQuickResponseOutput, error)

CreateQuickResponseWithContext is the same as CreateQuickResponse with the addition of the ability to pass a context and additional request options.

See CreateQuickResponse for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConnectWisdomService) CreateSession

func (c *ConnectWisdomService) CreateSession(input *CreateSessionInput) (*CreateSessionOutput, error)

CreateSession API operation for Amazon Connect Wisdom Service.

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.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Wisdom Service's API operation CreateSession for usage and error information.

Returned Error Types:

  • ConflictException The request could not be processed because of conflict in the current state of the resource. For example, if you're using a Create API (such as CreateAssistant) that accepts name, a conflicting resource (usually with the same name) is being created or mutated.

  • ValidationException The input fails to satisfy the constraints specified by a service.

  • ResourceNotFoundException The specified resource does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/CreateSession

func (*ConnectWisdomService) CreateSessionRequest

func (c *ConnectWisdomService) CreateSessionRequest(input *CreateSessionInput) (req *request.Request, output *CreateSessionOutput)

CreateSessionRequest generates a "aws/request.Request" representing the client's request for the CreateSession operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateSession for more information on using the CreateSession API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateSessionRequest method.
req, resp := client.CreateSessionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/CreateSession

func (*ConnectWisdomService) CreateSessionWithContext

func (c *ConnectWisdomService) CreateSessionWithContext(ctx aws.Context, input *CreateSessionInput, opts ...request.Option) (*CreateSessionOutput, error)

CreateSessionWithContext is the same as CreateSession with the addition of the ability to pass a context and additional request options.

See CreateSession for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConnectWisdomService) DeleteAssistant

func (c *ConnectWisdomService) DeleteAssistant(input *DeleteAssistantInput) (*DeleteAssistantOutput, error)

DeleteAssistant API operation for Amazon Connect Wisdom Service.

Deletes an assistant.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Wisdom Service's API operation DeleteAssistant for usage and error information.

Returned Error Types:

  • ValidationException The input fails to satisfy the constraints specified by a service.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ResourceNotFoundException The specified resource does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/DeleteAssistant

func (*ConnectWisdomService) DeleteAssistantAssociation

func (c *ConnectWisdomService) DeleteAssistantAssociation(input *DeleteAssistantAssociationInput) (*DeleteAssistantAssociationOutput, error)

DeleteAssistantAssociation API operation for Amazon Connect Wisdom Service.

Deletes an assistant association.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Wisdom Service's API operation DeleteAssistantAssociation for usage and error information.

Returned Error Types:

  • ValidationException The input fails to satisfy the constraints specified by a service.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ResourceNotFoundException The specified resource does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/DeleteAssistantAssociation

func (*ConnectWisdomService) DeleteAssistantAssociationRequest

func (c *ConnectWisdomService) DeleteAssistantAssociationRequest(input *DeleteAssistantAssociationInput) (req *request.Request, output *DeleteAssistantAssociationOutput)

DeleteAssistantAssociationRequest generates a "aws/request.Request" representing the client's request for the DeleteAssistantAssociation operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteAssistantAssociation for more information on using the DeleteAssistantAssociation API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteAssistantAssociationRequest method.
req, resp := client.DeleteAssistantAssociationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/DeleteAssistantAssociation

func (*ConnectWisdomService) DeleteAssistantAssociationWithContext

func (c *ConnectWisdomService) DeleteAssistantAssociationWithContext(ctx aws.Context, input *DeleteAssistantAssociationInput, opts ...request.Option) (*DeleteAssistantAssociationOutput, error)

DeleteAssistantAssociationWithContext is the same as DeleteAssistantAssociation with the addition of the ability to pass a context and additional request options.

See DeleteAssistantAssociation for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConnectWisdomService) DeleteAssistantRequest

func (c *ConnectWisdomService) DeleteAssistantRequest(input *DeleteAssistantInput) (req *request.Request, output *DeleteAssistantOutput)

DeleteAssistantRequest generates a "aws/request.Request" representing the client's request for the DeleteAssistant operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteAssistant for more information on using the DeleteAssistant API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteAssistantRequest method.
req, resp := client.DeleteAssistantRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/DeleteAssistant

func (*ConnectWisdomService) DeleteAssistantWithContext

func (c *ConnectWisdomService) DeleteAssistantWithContext(ctx aws.Context, input *DeleteAssistantInput, opts ...request.Option) (*DeleteAssistantOutput, error)

DeleteAssistantWithContext is the same as DeleteAssistant with the addition of the ability to pass a context and additional request options.

See DeleteAssistant for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConnectWisdomService) DeleteContent

func (c *ConnectWisdomService) DeleteContent(input *DeleteContentInput) (*DeleteContentOutput, error)

DeleteContent API operation for Amazon Connect Wisdom Service.

Deletes the content.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Wisdom Service's API operation DeleteContent for usage and error information.

Returned Error Types:

  • ValidationException The input fails to satisfy the constraints specified by a service.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ResourceNotFoundException The specified resource does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/DeleteContent

func (*ConnectWisdomService) DeleteContentRequest

func (c *ConnectWisdomService) DeleteContentRequest(input *DeleteContentInput) (req *request.Request, output *DeleteContentOutput)

DeleteContentRequest generates a "aws/request.Request" representing the client's request for the DeleteContent operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteContent for more information on using the DeleteContent API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteContentRequest method.
req, resp := client.DeleteContentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/DeleteContent

func (*ConnectWisdomService) DeleteContentWithContext

func (c *ConnectWisdomService) DeleteContentWithContext(ctx aws.Context, input *DeleteContentInput, opts ...request.Option) (*DeleteContentOutput, error)

DeleteContentWithContext is the same as DeleteContent with the addition of the ability to pass a context and additional request options.

See DeleteContent for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConnectWisdomService) DeleteImportJob

func (c *ConnectWisdomService) DeleteImportJob(input *DeleteImportJobInput) (*DeleteImportJobOutput, error)

DeleteImportJob API operation for Amazon Connect Wisdom Service.

Deletes the quick response import job.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Wisdom Service's API operation DeleteImportJob for usage and error information.

Returned Error Types:

  • ConflictException The request could not be processed because of conflict in the current state of the resource. For example, if you're using a Create API (such as CreateAssistant) that accepts name, a conflicting resource (usually with the same name) is being created or mutated.

  • ValidationException The input fails to satisfy the constraints specified by a service.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ResourceNotFoundException The specified resource does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/DeleteImportJob

func (*ConnectWisdomService) DeleteImportJobRequest

func (c *ConnectWisdomService) DeleteImportJobRequest(input *DeleteImportJobInput) (req *request.Request, output *DeleteImportJobOutput)

DeleteImportJobRequest generates a "aws/request.Request" representing the client's request for the DeleteImportJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteImportJob for more information on using the DeleteImportJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteImportJobRequest method.
req, resp := client.DeleteImportJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/DeleteImportJob

func (*ConnectWisdomService) DeleteImportJobWithContext

func (c *ConnectWisdomService) DeleteImportJobWithContext(ctx aws.Context, input *DeleteImportJobInput, opts ...request.Option) (*DeleteImportJobOutput, error)

DeleteImportJobWithContext is the same as DeleteImportJob with the addition of the ability to pass a context and additional request options.

See DeleteImportJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConnectWisdomService) DeleteKnowledgeBase

func (c *ConnectWisdomService) DeleteKnowledgeBase(input *DeleteKnowledgeBaseInput) (*DeleteKnowledgeBaseOutput, error)

DeleteKnowledgeBase API operation for Amazon Connect Wisdom Service.

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 AppIntegrations (https://docs.aws.amazon.com/appintegrations/latest/APIReference/Welcome.html) DataIntegration. 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 DeleteDataIntegration (https://docs.aws.amazon.com/appintegrations/latest/APIReference/API_DeleteDataIntegration.html) and CreateDataIntegration (https://docs.aws.amazon.com/appintegrations/latest/APIReference/API_CreateDataIntegration.html) in the Amazon AppIntegrations API Reference.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Wisdom Service's API operation DeleteKnowledgeBase for usage and error information.

Returned Error Types:

  • ConflictException The request could not be processed because of conflict in the current state of the resource. For example, if you're using a Create API (such as CreateAssistant) that accepts name, a conflicting resource (usually with the same name) is being created or mutated.

  • ValidationException The input fails to satisfy the constraints specified by a service.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ResourceNotFoundException The specified resource does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/DeleteKnowledgeBase

func (*ConnectWisdomService) DeleteKnowledgeBaseRequest

func (c *ConnectWisdomService) DeleteKnowledgeBaseRequest(input *DeleteKnowledgeBaseInput) (req *request.Request, output *DeleteKnowledgeBaseOutput)

DeleteKnowledgeBaseRequest generates a "aws/request.Request" representing the client's request for the DeleteKnowledgeBase operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteKnowledgeBase for more information on using the DeleteKnowledgeBase API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteKnowledgeBaseRequest method.
req, resp := client.DeleteKnowledgeBaseRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/DeleteKnowledgeBase

func (*ConnectWisdomService) DeleteKnowledgeBaseWithContext

func (c *ConnectWisdomService) DeleteKnowledgeBaseWithContext(ctx aws.Context, input *DeleteKnowledgeBaseInput, opts ...request.Option) (*DeleteKnowledgeBaseOutput, error)

DeleteKnowledgeBaseWithContext is the same as DeleteKnowledgeBase with the addition of the ability to pass a context and additional request options.

See DeleteKnowledgeBase for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConnectWisdomService) DeleteQuickResponse

func (c *ConnectWisdomService) DeleteQuickResponse(input *DeleteQuickResponseInput) (*DeleteQuickResponseOutput, error)

DeleteQuickResponse API operation for Amazon Connect Wisdom Service.

Deletes a quick response.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Wisdom Service's API operation DeleteQuickResponse for usage and error information.

Returned Error Types:

  • ValidationException The input fails to satisfy the constraints specified by a service.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ResourceNotFoundException The specified resource does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/DeleteQuickResponse

func (*ConnectWisdomService) DeleteQuickResponseRequest

func (c *ConnectWisdomService) DeleteQuickResponseRequest(input *DeleteQuickResponseInput) (req *request.Request, output *DeleteQuickResponseOutput)

DeleteQuickResponseRequest generates a "aws/request.Request" representing the client's request for the DeleteQuickResponse operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteQuickResponse for more information on using the DeleteQuickResponse API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteQuickResponseRequest method.
req, resp := client.DeleteQuickResponseRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/DeleteQuickResponse

func (*ConnectWisdomService) DeleteQuickResponseWithContext

func (c *ConnectWisdomService) DeleteQuickResponseWithContext(ctx aws.Context, input *DeleteQuickResponseInput, opts ...request.Option) (*DeleteQuickResponseOutput, error)

DeleteQuickResponseWithContext is the same as DeleteQuickResponse with the addition of the ability to pass a context and additional request options.

See DeleteQuickResponse for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConnectWisdomService) GetAssistant

func (c *ConnectWisdomService) GetAssistant(input *GetAssistantInput) (*GetAssistantOutput, error)

GetAssistant API operation for Amazon Connect Wisdom Service.

Retrieves information about an assistant.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Wisdom Service's API operation GetAssistant for usage and error information.

Returned Error Types:

  • ValidationException The input fails to satisfy the constraints specified by a service.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ResourceNotFoundException The specified resource does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/GetAssistant

func (*ConnectWisdomService) GetAssistantAssociation

func (c *ConnectWisdomService) GetAssistantAssociation(input *GetAssistantAssociationInput) (*GetAssistantAssociationOutput, error)

GetAssistantAssociation API operation for Amazon Connect Wisdom Service.

Retrieves information about an assistant association.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Wisdom Service's API operation GetAssistantAssociation for usage and error information.

Returned Error Types:

  • ValidationException The input fails to satisfy the constraints specified by a service.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ResourceNotFoundException The specified resource does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/GetAssistantAssociation

func (*ConnectWisdomService) GetAssistantAssociationRequest

func (c *ConnectWisdomService) GetAssistantAssociationRequest(input *GetAssistantAssociationInput) (req *request.Request, output *GetAssistantAssociationOutput)

GetAssistantAssociationRequest generates a "aws/request.Request" representing the client's request for the GetAssistantAssociation operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetAssistantAssociation for more information on using the GetAssistantAssociation API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetAssistantAssociationRequest method.
req, resp := client.GetAssistantAssociationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/GetAssistantAssociation

func (*ConnectWisdomService) GetAssistantAssociationWithContext

func (c *ConnectWisdomService) GetAssistantAssociationWithContext(ctx aws.Context, input *GetAssistantAssociationInput, opts ...request.Option) (*GetAssistantAssociationOutput, error)

GetAssistantAssociationWithContext is the same as GetAssistantAssociation with the addition of the ability to pass a context and additional request options.

See GetAssistantAssociation for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConnectWisdomService) GetAssistantRequest

func (c *ConnectWisdomService) GetAssistantRequest(input *GetAssistantInput) (req *request.Request, output *GetAssistantOutput)

GetAssistantRequest generates a "aws/request.Request" representing the client's request for the GetAssistant operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetAssistant for more information on using the GetAssistant API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetAssistantRequest method.
req, resp := client.GetAssistantRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/GetAssistant

func (*ConnectWisdomService) GetAssistantWithContext

func (c *ConnectWisdomService) GetAssistantWithContext(ctx aws.Context, input *GetAssistantInput, opts ...request.Option) (*GetAssistantOutput, error)

GetAssistantWithContext is the same as GetAssistant with the addition of the ability to pass a context and additional request options.

See GetAssistant for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConnectWisdomService) GetContent

func (c *ConnectWisdomService) GetContent(input *GetContentInput) (*GetContentOutput, error)

GetContent API operation for Amazon Connect Wisdom Service.

Retrieves content, including a pre-signed URL to download the content.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Wisdom Service's API operation GetContent for usage and error information.

Returned Error Types:

  • ValidationException The input fails to satisfy the constraints specified by a service.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ResourceNotFoundException The specified resource does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/GetContent

func (*ConnectWisdomService) GetContentRequest

func (c *ConnectWisdomService) GetContentRequest(input *GetContentInput) (req *request.Request, output *GetContentOutput)

GetContentRequest generates a "aws/request.Request" representing the client's request for the GetContent operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetContent for more information on using the GetContent API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetContentRequest method.
req, resp := client.GetContentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/GetContent

func (*ConnectWisdomService) GetContentSummary

func (c *ConnectWisdomService) GetContentSummary(input *GetContentSummaryInput) (*GetContentSummaryOutput, error)

GetContentSummary API operation for Amazon Connect Wisdom Service.

Retrieves summary information about the content.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Wisdom Service's API operation GetContentSummary for usage and error information.

Returned Error Types:

  • ValidationException The input fails to satisfy the constraints specified by a service.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ResourceNotFoundException The specified resource does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/GetContentSummary

func (*ConnectWisdomService) GetContentSummaryRequest

func (c *ConnectWisdomService) GetContentSummaryRequest(input *GetContentSummaryInput) (req *request.Request, output *GetContentSummaryOutput)

GetContentSummaryRequest generates a "aws/request.Request" representing the client's request for the GetContentSummary operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetContentSummary for more information on using the GetContentSummary API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetContentSummaryRequest method.
req, resp := client.GetContentSummaryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/GetContentSummary

func (*ConnectWisdomService) GetContentSummaryWithContext

func (c *ConnectWisdomService) GetContentSummaryWithContext(ctx aws.Context, input *GetContentSummaryInput, opts ...request.Option) (*GetContentSummaryOutput, error)

GetContentSummaryWithContext is the same as GetContentSummary with the addition of the ability to pass a context and additional request options.

See GetContentSummary for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConnectWisdomService) GetContentWithContext

func (c *ConnectWisdomService) GetContentWithContext(ctx aws.Context, input *GetContentInput, opts ...request.Option) (*GetContentOutput, error)

GetContentWithContext is the same as GetContent with the addition of the ability to pass a context and additional request options.

See GetContent for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConnectWisdomService) GetImportJob

func (c *ConnectWisdomService) GetImportJob(input *GetImportJobInput) (*GetImportJobOutput, error)

GetImportJob API operation for Amazon Connect Wisdom Service.

Retrieves the started import job.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Wisdom Service's API operation GetImportJob for usage and error information.

Returned Error Types:

  • ValidationException The input fails to satisfy the constraints specified by a service.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ResourceNotFoundException The specified resource does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/GetImportJob

func (*ConnectWisdomService) GetImportJobRequest

func (c *ConnectWisdomService) GetImportJobRequest(input *GetImportJobInput) (req *request.Request, output *GetImportJobOutput)

GetImportJobRequest generates a "aws/request.Request" representing the client's request for the GetImportJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetImportJob for more information on using the GetImportJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetImportJobRequest method.
req, resp := client.GetImportJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/GetImportJob

func (*ConnectWisdomService) GetImportJobWithContext

func (c *ConnectWisdomService) GetImportJobWithContext(ctx aws.Context, input *GetImportJobInput, opts ...request.Option) (*GetImportJobOutput, error)

GetImportJobWithContext is the same as GetImportJob with the addition of the ability to pass a context and additional request options.

See GetImportJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConnectWisdomService) GetKnowledgeBase

func (c *ConnectWisdomService) GetKnowledgeBase(input *GetKnowledgeBaseInput) (*GetKnowledgeBaseOutput, error)

GetKnowledgeBase API operation for Amazon Connect Wisdom Service.

Retrieves information about the knowledge base.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Wisdom Service's API operation GetKnowledgeBase for usage and error information.

Returned Error Types:

  • ValidationException The input fails to satisfy the constraints specified by a service.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ResourceNotFoundException The specified resource does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/GetKnowledgeBase

func (*ConnectWisdomService) GetKnowledgeBaseRequest

func (c *ConnectWisdomService) GetKnowledgeBaseRequest(input *GetKnowledgeBaseInput) (req *request.Request, output *GetKnowledgeBaseOutput)

GetKnowledgeBaseRequest generates a "aws/request.Request" representing the client's request for the GetKnowledgeBase operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetKnowledgeBase for more information on using the GetKnowledgeBase API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetKnowledgeBaseRequest method.
req, resp := client.GetKnowledgeBaseRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/GetKnowledgeBase

func (*ConnectWisdomService) GetKnowledgeBaseWithContext

func (c *ConnectWisdomService) GetKnowledgeBaseWithContext(ctx aws.Context, input *GetKnowledgeBaseInput, opts ...request.Option) (*GetKnowledgeBaseOutput, error)

GetKnowledgeBaseWithContext is the same as GetKnowledgeBase with the addition of the ability to pass a context and additional request options.

See GetKnowledgeBase for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConnectWisdomService) GetQuickResponse

func (c *ConnectWisdomService) GetQuickResponse(input *GetQuickResponseInput) (*GetQuickResponseOutput, error)

GetQuickResponse API operation for Amazon Connect Wisdom Service.

Retrieves the quick response.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Wisdom Service's API operation GetQuickResponse for usage and error information.

Returned Error Types:

  • ValidationException The input fails to satisfy the constraints specified by a service.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ResourceNotFoundException The specified resource does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/GetQuickResponse

func (*ConnectWisdomService) GetQuickResponseRequest

func (c *ConnectWisdomService) GetQuickResponseRequest(input *GetQuickResponseInput) (req *request.Request, output *GetQuickResponseOutput)

GetQuickResponseRequest generates a "aws/request.Request" representing the client's request for the GetQuickResponse operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetQuickResponse for more information on using the GetQuickResponse API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetQuickResponseRequest method.
req, resp := client.GetQuickResponseRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/GetQuickResponse

func (*ConnectWisdomService) GetQuickResponseWithContext

func (c *ConnectWisdomService) GetQuickResponseWithContext(ctx aws.Context, input *GetQuickResponseInput, opts ...request.Option) (*GetQuickResponseOutput, error)

GetQuickResponseWithContext is the same as GetQuickResponse with the addition of the ability to pass a context and additional request options.

See GetQuickResponse for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConnectWisdomService) GetRecommendations

func (c *ConnectWisdomService) GetRecommendations(input *GetRecommendationsInput) (*GetRecommendationsOutput, error)

GetRecommendations API operation for Amazon Connect Wisdom Service.

Retrieves recommendations for the specified session. To avoid retrieving the same recommendations in subsequent calls, use NotifyRecommendationsReceived (https://docs.aws.amazon.com/wisdom/latest/APIReference/API_NotifyRecommendationsReceived.html). 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 (https://docs.aws.amazon.com/wisdom/latest/APIReference/API_QueryAssistant.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Wisdom Service's API operation GetRecommendations for usage and error information.

Returned Error Types:

  • ValidationException The input fails to satisfy the constraints specified by a service.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ResourceNotFoundException The specified resource does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/GetRecommendations

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 (*ConnectWisdomService) GetRecommendationsRequest

func (c *ConnectWisdomService) GetRecommendationsRequest(input *GetRecommendationsInput) (req *request.Request, output *GetRecommendationsOutput)

GetRecommendationsRequest generates a "aws/request.Request" representing the client's request for the GetRecommendations operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetRecommendations for more information on using the GetRecommendations API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetRecommendationsRequest method.
req, resp := client.GetRecommendationsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/GetRecommendations

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 (*ConnectWisdomService) GetRecommendationsWithContext

func (c *ConnectWisdomService) GetRecommendationsWithContext(ctx aws.Context, input *GetRecommendationsInput, opts ...request.Option) (*GetRecommendationsOutput, error)

GetRecommendationsWithContext is the same as GetRecommendations with the addition of the ability to pass a context and additional request options.

See GetRecommendations for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

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 (*ConnectWisdomService) GetSession

func (c *ConnectWisdomService) GetSession(input *GetSessionInput) (*GetSessionOutput, error)

GetSession API operation for Amazon Connect Wisdom Service.

Retrieves information for a specified session.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Wisdom Service's API operation GetSession for usage and error information.

Returned Error Types:

  • ValidationException The input fails to satisfy the constraints specified by a service.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ResourceNotFoundException The specified resource does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/GetSession

func (*ConnectWisdomService) GetSessionRequest

func (c *ConnectWisdomService) GetSessionRequest(input *GetSessionInput) (req *request.Request, output *GetSessionOutput)

GetSessionRequest generates a "aws/request.Request" representing the client's request for the GetSession operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetSession for more information on using the GetSession API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetSessionRequest method.
req, resp := client.GetSessionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/GetSession

func (*ConnectWisdomService) GetSessionWithContext

func (c *ConnectWisdomService) GetSessionWithContext(ctx aws.Context, input *GetSessionInput, opts ...request.Option) (*GetSessionOutput, error)

GetSessionWithContext is the same as GetSession with the addition of the ability to pass a context and additional request options.

See GetSession for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConnectWisdomService) ListAssistantAssociations

func (c *ConnectWisdomService) ListAssistantAssociations(input *ListAssistantAssociationsInput) (*ListAssistantAssociationsOutput, error)

ListAssistantAssociations API operation for Amazon Connect Wisdom Service.

Lists information about assistant associations.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Wisdom Service's API operation ListAssistantAssociations for usage and error information.

Returned Error Types:

  • ValidationException The input fails to satisfy the constraints specified by a service.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ResourceNotFoundException The specified resource does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/ListAssistantAssociations

func (*ConnectWisdomService) ListAssistantAssociationsPages

func (c *ConnectWisdomService) ListAssistantAssociationsPages(input *ListAssistantAssociationsInput, fn func(*ListAssistantAssociationsOutput, bool) bool) error

ListAssistantAssociationsPages iterates over the pages of a ListAssistantAssociations operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListAssistantAssociations method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListAssistantAssociations operation.
pageNum := 0
err := client.ListAssistantAssociationsPages(params,
    func(page *connectwisdomservice.ListAssistantAssociationsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ConnectWisdomService) ListAssistantAssociationsPagesWithContext

func (c *ConnectWisdomService) ListAssistantAssociationsPagesWithContext(ctx aws.Context, input *ListAssistantAssociationsInput, fn func(*ListAssistantAssociationsOutput, bool) bool, opts ...request.Option) error

ListAssistantAssociationsPagesWithContext same as ListAssistantAssociationsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConnectWisdomService) ListAssistantAssociationsRequest

func (c *ConnectWisdomService) ListAssistantAssociationsRequest(input *ListAssistantAssociationsInput) (req *request.Request, output *ListAssistantAssociationsOutput)

ListAssistantAssociationsRequest generates a "aws/request.Request" representing the client's request for the ListAssistantAssociations operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListAssistantAssociations for more information on using the ListAssistantAssociations API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListAssistantAssociationsRequest method.
req, resp := client.ListAssistantAssociationsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/ListAssistantAssociations

func (*ConnectWisdomService) ListAssistantAssociationsWithContext

func (c *ConnectWisdomService) ListAssistantAssociationsWithContext(ctx aws.Context, input *ListAssistantAssociationsInput, opts ...request.Option) (*ListAssistantAssociationsOutput, error)

ListAssistantAssociationsWithContext is the same as ListAssistantAssociations with the addition of the ability to pass a context and additional request options.

See ListAssistantAssociations for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConnectWisdomService) ListAssistants

func (c *ConnectWisdomService) ListAssistants(input *ListAssistantsInput) (*ListAssistantsOutput, error)

ListAssistants API operation for Amazon Connect Wisdom Service.

Lists information about assistants.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Wisdom Service's API operation ListAssistants for usage and error information.

Returned Error Types:

  • ValidationException The input fails to satisfy the constraints specified by a service.

  • AccessDeniedException You do not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/ListAssistants

func (*ConnectWisdomService) ListAssistantsPages

func (c *ConnectWisdomService) ListAssistantsPages(input *ListAssistantsInput, fn func(*ListAssistantsOutput, bool) bool) error

ListAssistantsPages iterates over the pages of a ListAssistants operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListAssistants method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListAssistants operation.
pageNum := 0
err := client.ListAssistantsPages(params,
    func(page *connectwisdomservice.ListAssistantsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ConnectWisdomService) ListAssistantsPagesWithContext

func (c *ConnectWisdomService) ListAssistantsPagesWithContext(ctx aws.Context, input *ListAssistantsInput, fn func(*ListAssistantsOutput, bool) bool, opts ...request.Option) error

ListAssistantsPagesWithContext same as ListAssistantsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConnectWisdomService) ListAssistantsRequest

func (c *ConnectWisdomService) ListAssistantsRequest(input *ListAssistantsInput) (req *request.Request, output *ListAssistantsOutput)

ListAssistantsRequest generates a "aws/request.Request" representing the client's request for the ListAssistants operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListAssistants for more information on using the ListAssistants API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListAssistantsRequest method.
req, resp := client.ListAssistantsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/ListAssistants

func (*ConnectWisdomService) ListAssistantsWithContext

func (c *ConnectWisdomService) ListAssistantsWithContext(ctx aws.Context, input *ListAssistantsInput, opts ...request.Option) (*ListAssistantsOutput, error)

ListAssistantsWithContext is the same as ListAssistants with the addition of the ability to pass a context and additional request options.

See ListAssistants for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConnectWisdomService) ListContents

func (c *ConnectWisdomService) ListContents(input *ListContentsInput) (*ListContentsOutput, error)

ListContents API operation for Amazon Connect Wisdom Service.

Lists the content.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Wisdom Service's API operation ListContents for usage and error information.

Returned Error Types:

  • ValidationException The input fails to satisfy the constraints specified by a service.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ResourceNotFoundException The specified resource does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/ListContents

func (*ConnectWisdomService) ListContentsPages

func (c *ConnectWisdomService) ListContentsPages(input *ListContentsInput, fn func(*ListContentsOutput, bool) bool) error

ListContentsPages iterates over the pages of a ListContents operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListContents method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListContents operation.
pageNum := 0
err := client.ListContentsPages(params,
    func(page *connectwisdomservice.ListContentsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ConnectWisdomService) ListContentsPagesWithContext

func (c *ConnectWisdomService) ListContentsPagesWithContext(ctx aws.Context, input *ListContentsInput, fn func(*ListContentsOutput, bool) bool, opts ...request.Option) error

ListContentsPagesWithContext same as ListContentsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConnectWisdomService) ListContentsRequest

func (c *ConnectWisdomService) ListContentsRequest(input *ListContentsInput) (req *request.Request, output *ListContentsOutput)

ListContentsRequest generates a "aws/request.Request" representing the client's request for the ListContents operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListContents for more information on using the ListContents API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListContentsRequest method.
req, resp := client.ListContentsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/ListContents

func (*ConnectWisdomService) ListContentsWithContext

func (c *ConnectWisdomService) ListContentsWithContext(ctx aws.Context, input *ListContentsInput, opts ...request.Option) (*ListContentsOutput, error)

ListContentsWithContext is the same as ListContents with the addition of the ability to pass a context and additional request options.

See ListContents for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConnectWisdomService) ListImportJobs

func (c *ConnectWisdomService) ListImportJobs(input *ListImportJobsInput) (*ListImportJobsOutput, error)

ListImportJobs API operation for Amazon Connect Wisdom Service.

Lists information about import jobs.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Wisdom Service's API operation ListImportJobs for usage and error information.

Returned Error Types:

  • ValidationException The input fails to satisfy the constraints specified by a service.

  • AccessDeniedException You do not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/ListImportJobs

func (*ConnectWisdomService) ListImportJobsPages

func (c *ConnectWisdomService) ListImportJobsPages(input *ListImportJobsInput, fn func(*ListImportJobsOutput, bool) bool) error

ListImportJobsPages iterates over the pages of a ListImportJobs operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListImportJobs method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListImportJobs operation.
pageNum := 0
err := client.ListImportJobsPages(params,
    func(page *connectwisdomservice.ListImportJobsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ConnectWisdomService) ListImportJobsPagesWithContext

func (c *ConnectWisdomService) ListImportJobsPagesWithContext(ctx aws.Context, input *ListImportJobsInput, fn func(*ListImportJobsOutput, bool) bool, opts ...request.Option) error

ListImportJobsPagesWithContext same as ListImportJobsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConnectWisdomService) ListImportJobsRequest

func (c *ConnectWisdomService) ListImportJobsRequest(input *ListImportJobsInput) (req *request.Request, output *ListImportJobsOutput)

ListImportJobsRequest generates a "aws/request.Request" representing the client's request for the ListImportJobs operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListImportJobs for more information on using the ListImportJobs API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListImportJobsRequest method.
req, resp := client.ListImportJobsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/ListImportJobs

func (*ConnectWisdomService) ListImportJobsWithContext

func (c *ConnectWisdomService) ListImportJobsWithContext(ctx aws.Context, input *ListImportJobsInput, opts ...request.Option) (*ListImportJobsOutput, error)

ListImportJobsWithContext is the same as ListImportJobs with the addition of the ability to pass a context and additional request options.

See ListImportJobs for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConnectWisdomService) ListKnowledgeBases

func (c *ConnectWisdomService) ListKnowledgeBases(input *ListKnowledgeBasesInput) (*ListKnowledgeBasesOutput, error)

ListKnowledgeBases API operation for Amazon Connect Wisdom Service.

Lists the knowledge bases.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Wisdom Service's API operation ListKnowledgeBases for usage and error information.

Returned Error Types:

  • ValidationException The input fails to satisfy the constraints specified by a service.

  • AccessDeniedException You do not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/ListKnowledgeBases

func (*ConnectWisdomService) ListKnowledgeBasesPages

func (c *ConnectWisdomService) ListKnowledgeBasesPages(input *ListKnowledgeBasesInput, fn func(*ListKnowledgeBasesOutput, bool) bool) error

ListKnowledgeBasesPages iterates over the pages of a ListKnowledgeBases operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListKnowledgeBases method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListKnowledgeBases operation.
pageNum := 0
err := client.ListKnowledgeBasesPages(params,
    func(page *connectwisdomservice.ListKnowledgeBasesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ConnectWisdomService) ListKnowledgeBasesPagesWithContext

func (c *ConnectWisdomService) ListKnowledgeBasesPagesWithContext(ctx aws.Context, input *ListKnowledgeBasesInput, fn func(*ListKnowledgeBasesOutput, bool) bool, opts ...request.Option) error

ListKnowledgeBasesPagesWithContext same as ListKnowledgeBasesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConnectWisdomService) ListKnowledgeBasesRequest

func (c *ConnectWisdomService) ListKnowledgeBasesRequest(input *ListKnowledgeBasesInput) (req *request.Request, output *ListKnowledgeBasesOutput)

ListKnowledgeBasesRequest generates a "aws/request.Request" representing the client's request for the ListKnowledgeBases operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListKnowledgeBases for more information on using the ListKnowledgeBases API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListKnowledgeBasesRequest method.
req, resp := client.ListKnowledgeBasesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/ListKnowledgeBases

func (*ConnectWisdomService) ListKnowledgeBasesWithContext

func (c *ConnectWisdomService) ListKnowledgeBasesWithContext(ctx aws.Context, input *ListKnowledgeBasesInput, opts ...request.Option) (*ListKnowledgeBasesOutput, error)

ListKnowledgeBasesWithContext is the same as ListKnowledgeBases with the addition of the ability to pass a context and additional request options.

See ListKnowledgeBases for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConnectWisdomService) ListQuickResponses

func (c *ConnectWisdomService) ListQuickResponses(input *ListQuickResponsesInput) (*ListQuickResponsesOutput, error)

ListQuickResponses API operation for Amazon Connect Wisdom Service.

Lists information about quick response.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Wisdom Service's API operation ListQuickResponses for usage and error information.

Returned Error Types:

  • ValidationException The input fails to satisfy the constraints specified by a service.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ResourceNotFoundException The specified resource does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/ListQuickResponses

func (*ConnectWisdomService) ListQuickResponsesPages

func (c *ConnectWisdomService) ListQuickResponsesPages(input *ListQuickResponsesInput, fn func(*ListQuickResponsesOutput, bool) bool) error

ListQuickResponsesPages iterates over the pages of a ListQuickResponses operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListQuickResponses method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListQuickResponses operation.
pageNum := 0
err := client.ListQuickResponsesPages(params,
    func(page *connectwisdomservice.ListQuickResponsesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ConnectWisdomService) ListQuickResponsesPagesWithContext

func (c *ConnectWisdomService) ListQuickResponsesPagesWithContext(ctx aws.Context, input *ListQuickResponsesInput, fn func(*ListQuickResponsesOutput, bool) bool, opts ...request.Option) error

ListQuickResponsesPagesWithContext same as ListQuickResponsesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConnectWisdomService) ListQuickResponsesRequest

func (c *ConnectWisdomService) ListQuickResponsesRequest(input *ListQuickResponsesInput) (req *request.Request, output *ListQuickResponsesOutput)

ListQuickResponsesRequest generates a "aws/request.Request" representing the client's request for the ListQuickResponses operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListQuickResponses for more information on using the ListQuickResponses API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListQuickResponsesRequest method.
req, resp := client.ListQuickResponsesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/ListQuickResponses

func (*ConnectWisdomService) ListQuickResponsesWithContext

func (c *ConnectWisdomService) ListQuickResponsesWithContext(ctx aws.Context, input *ListQuickResponsesInput, opts ...request.Option) (*ListQuickResponsesOutput, error)

ListQuickResponsesWithContext is the same as ListQuickResponses with the addition of the ability to pass a context and additional request options.

See ListQuickResponses for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConnectWisdomService) ListTagsForResource

func (c *ConnectWisdomService) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)

ListTagsForResource API operation for Amazon Connect Wisdom Service.

Lists the tags for the specified resource.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Wisdom Service's API operation ListTagsForResource for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/ListTagsForResource

func (*ConnectWisdomService) ListTagsForResourceRequest

func (c *ConnectWisdomService) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)

ListTagsForResourceRequest generates a "aws/request.Request" representing the client's request for the ListTagsForResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListTagsForResource for more information on using the ListTagsForResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListTagsForResourceRequest method.
req, resp := client.ListTagsForResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/ListTagsForResource

func (*ConnectWisdomService) ListTagsForResourceWithContext

func (c *ConnectWisdomService) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)

ListTagsForResourceWithContext is the same as ListTagsForResource with the addition of the ability to pass a context and additional request options.

See ListTagsForResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConnectWisdomService) NotifyRecommendationsReceived

func (c *ConnectWisdomService) NotifyRecommendationsReceived(input *NotifyRecommendationsReceivedInput) (*NotifyRecommendationsReceivedOutput, error)

NotifyRecommendationsReceived API operation for Amazon Connect Wisdom Service.

Removes the specified recommendations from the specified assistant's queue of newly available recommendations. You can use this API in conjunction with GetRecommendations (https://docs.aws.amazon.com/wisdom/latest/APIReference/API_GetRecommendations.html) and a waitTimeSeconds input for long-polling behavior and avoiding duplicate recommendations.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Wisdom Service's API operation NotifyRecommendationsReceived for usage and error information.

Returned Error Types:

  • ValidationException The input fails to satisfy the constraints specified by a service.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ResourceNotFoundException The specified resource does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/NotifyRecommendationsReceived

func (*ConnectWisdomService) NotifyRecommendationsReceivedRequest

func (c *ConnectWisdomService) NotifyRecommendationsReceivedRequest(input *NotifyRecommendationsReceivedInput) (req *request.Request, output *NotifyRecommendationsReceivedOutput)

NotifyRecommendationsReceivedRequest generates a "aws/request.Request" representing the client's request for the NotifyRecommendationsReceived operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See NotifyRecommendationsReceived for more information on using the NotifyRecommendationsReceived API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the NotifyRecommendationsReceivedRequest method.
req, resp := client.NotifyRecommendationsReceivedRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/NotifyRecommendationsReceived

func (*ConnectWisdomService) NotifyRecommendationsReceivedWithContext

func (c *ConnectWisdomService) NotifyRecommendationsReceivedWithContext(ctx aws.Context, input *NotifyRecommendationsReceivedInput, opts ...request.Option) (*NotifyRecommendationsReceivedOutput, error)

NotifyRecommendationsReceivedWithContext is the same as NotifyRecommendationsReceived with the addition of the ability to pass a context and additional request options.

See NotifyRecommendationsReceived for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConnectWisdomService) QueryAssistant

func (c *ConnectWisdomService) QueryAssistant(input *QueryAssistantInput) (*QueryAssistantOutput, error)

QueryAssistant API operation for Amazon Connect Wisdom Service.

Performs a manual search against the specified assistant. To retrieve recommendations for an assistant, use GetRecommendations (https://docs.aws.amazon.com/wisdom/latest/APIReference/API_GetRecommendations.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Wisdom Service's API operation QueryAssistant for usage and error information.

Returned Error Types:

  • RequestTimeoutException The request reached the service more than 15 minutes after the date stamp on the request or more than 15 minutes after the request expiration date (such as for pre-signed URLs), or the date stamp on the request is more than 15 minutes in the future.

  • ValidationException The input fails to satisfy the constraints specified by a service.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ResourceNotFoundException The specified resource does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/QueryAssistant

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 (*ConnectWisdomService) QueryAssistantPages

func (c *ConnectWisdomService) QueryAssistantPages(input *QueryAssistantInput, fn func(*QueryAssistantOutput, bool) bool) error

QueryAssistantPages iterates over the pages of a QueryAssistant operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See QueryAssistant method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a QueryAssistant operation.
pageNum := 0
err := client.QueryAssistantPages(params,
    func(page *connectwisdomservice.QueryAssistantOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

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 (*ConnectWisdomService) QueryAssistantPagesWithContext

func (c *ConnectWisdomService) QueryAssistantPagesWithContext(ctx aws.Context, input *QueryAssistantInput, fn func(*QueryAssistantOutput, bool) bool, opts ...request.Option) error

QueryAssistantPagesWithContext same as QueryAssistantPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

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 (*ConnectWisdomService) QueryAssistantRequest

func (c *ConnectWisdomService) QueryAssistantRequest(input *QueryAssistantInput) (req *request.Request, output *QueryAssistantOutput)

QueryAssistantRequest generates a "aws/request.Request" representing the client's request for the QueryAssistant operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See QueryAssistant for more information on using the QueryAssistant API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the QueryAssistantRequest method.
req, resp := client.QueryAssistantRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/QueryAssistant

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 (*ConnectWisdomService) QueryAssistantWithContext

func (c *ConnectWisdomService) QueryAssistantWithContext(ctx aws.Context, input *QueryAssistantInput, opts ...request.Option) (*QueryAssistantOutput, error)

QueryAssistantWithContext is the same as QueryAssistant with the addition of the ability to pass a context and additional request options.

See QueryAssistant for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

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 (*ConnectWisdomService) RemoveKnowledgeBaseTemplateUri

func (c *ConnectWisdomService) RemoveKnowledgeBaseTemplateUri(input *RemoveKnowledgeBaseTemplateUriInput) (*RemoveKnowledgeBaseTemplateUriOutput, error)

RemoveKnowledgeBaseTemplateUri API operation for Amazon Connect Wisdom Service.

Removes a URI template from a knowledge base.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Wisdom Service's API operation RemoveKnowledgeBaseTemplateUri for usage and error information.

Returned Error Types:

  • ValidationException The input fails to satisfy the constraints specified by a service.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ResourceNotFoundException The specified resource does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/RemoveKnowledgeBaseTemplateUri

func (*ConnectWisdomService) RemoveKnowledgeBaseTemplateUriRequest

func (c *ConnectWisdomService) RemoveKnowledgeBaseTemplateUriRequest(input *RemoveKnowledgeBaseTemplateUriInput) (req *request.Request, output *RemoveKnowledgeBaseTemplateUriOutput)

RemoveKnowledgeBaseTemplateUriRequest generates a "aws/request.Request" representing the client's request for the RemoveKnowledgeBaseTemplateUri operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RemoveKnowledgeBaseTemplateUri for more information on using the RemoveKnowledgeBaseTemplateUri API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RemoveKnowledgeBaseTemplateUriRequest method.
req, resp := client.RemoveKnowledgeBaseTemplateUriRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/RemoveKnowledgeBaseTemplateUri

func (*ConnectWisdomService) RemoveKnowledgeBaseTemplateUriWithContext

func (c *ConnectWisdomService) RemoveKnowledgeBaseTemplateUriWithContext(ctx aws.Context, input *RemoveKnowledgeBaseTemplateUriInput, opts ...request.Option) (*RemoveKnowledgeBaseTemplateUriOutput, error)

RemoveKnowledgeBaseTemplateUriWithContext is the same as RemoveKnowledgeBaseTemplateUri with the addition of the ability to pass a context and additional request options.

See RemoveKnowledgeBaseTemplateUri for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConnectWisdomService) SearchContent

func (c *ConnectWisdomService) SearchContent(input *SearchContentInput) (*SearchContentOutput, error)

SearchContent API operation for Amazon Connect Wisdom Service.

Searches for content in a specified knowledge base. Can be used to get a specific content resource by its name.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Wisdom Service's API operation SearchContent for usage and error information.

Returned Error Types:

  • ValidationException The input fails to satisfy the constraints specified by a service.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ResourceNotFoundException The specified resource does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/SearchContent

func (*ConnectWisdomService) SearchContentPages

func (c *ConnectWisdomService) SearchContentPages(input *SearchContentInput, fn func(*SearchContentOutput, bool) bool) error

SearchContentPages iterates over the pages of a SearchContent operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See SearchContent method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a SearchContent operation.
pageNum := 0
err := client.SearchContentPages(params,
    func(page *connectwisdomservice.SearchContentOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ConnectWisdomService) SearchContentPagesWithContext

func (c *ConnectWisdomService) SearchContentPagesWithContext(ctx aws.Context, input *SearchContentInput, fn func(*SearchContentOutput, bool) bool, opts ...request.Option) error

SearchContentPagesWithContext same as SearchContentPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConnectWisdomService) SearchContentRequest

func (c *ConnectWisdomService) SearchContentRequest(input *SearchContentInput) (req *request.Request, output *SearchContentOutput)

SearchContentRequest generates a "aws/request.Request" representing the client's request for the SearchContent operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See SearchContent for more information on using the SearchContent API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the SearchContentRequest method.
req, resp := client.SearchContentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/SearchContent

func (*ConnectWisdomService) SearchContentWithContext

func (c *ConnectWisdomService) SearchContentWithContext(ctx aws.Context, input *SearchContentInput, opts ...request.Option) (*SearchContentOutput, error)

SearchContentWithContext is the same as SearchContent with the addition of the ability to pass a context and additional request options.

See SearchContent for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConnectWisdomService) SearchQuickResponses

func (c *ConnectWisdomService) SearchQuickResponses(input *SearchQuickResponsesInput) (*SearchQuickResponsesOutput, error)

SearchQuickResponses API operation for Amazon Connect Wisdom Service.

Searches existing Wisdom quick responses in a Wisdom knowledge base.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Wisdom Service's API operation SearchQuickResponses for usage and error information.

Returned Error Types:

  • RequestTimeoutException The request reached the service more than 15 minutes after the date stamp on the request or more than 15 minutes after the request expiration date (such as for pre-signed URLs), or the date stamp on the request is more than 15 minutes in the future.

  • ValidationException The input fails to satisfy the constraints specified by a service.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ResourceNotFoundException The specified resource does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/SearchQuickResponses

func (*ConnectWisdomService) SearchQuickResponsesPages

func (c *ConnectWisdomService) SearchQuickResponsesPages(input *SearchQuickResponsesInput, fn func(*SearchQuickResponsesOutput, bool) bool) error

SearchQuickResponsesPages iterates over the pages of a SearchQuickResponses operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See SearchQuickResponses method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a SearchQuickResponses operation.
pageNum := 0
err := client.SearchQuickResponsesPages(params,
    func(page *connectwisdomservice.SearchQuickResponsesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ConnectWisdomService) SearchQuickResponsesPagesWithContext

func (c *ConnectWisdomService) SearchQuickResponsesPagesWithContext(ctx aws.Context, input *SearchQuickResponsesInput, fn func(*SearchQuickResponsesOutput, bool) bool, opts ...request.Option) error

SearchQuickResponsesPagesWithContext same as SearchQuickResponsesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConnectWisdomService) SearchQuickResponsesRequest

func (c *ConnectWisdomService) SearchQuickResponsesRequest(input *SearchQuickResponsesInput) (req *request.Request, output *SearchQuickResponsesOutput)

SearchQuickResponsesRequest generates a "aws/request.Request" representing the client's request for the SearchQuickResponses operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See SearchQuickResponses for more information on using the SearchQuickResponses API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the SearchQuickResponsesRequest method.
req, resp := client.SearchQuickResponsesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/SearchQuickResponses

func (*ConnectWisdomService) SearchQuickResponsesWithContext

func (c *ConnectWisdomService) SearchQuickResponsesWithContext(ctx aws.Context, input *SearchQuickResponsesInput, opts ...request.Option) (*SearchQuickResponsesOutput, error)

SearchQuickResponsesWithContext is the same as SearchQuickResponses with the addition of the ability to pass a context and additional request options.

See SearchQuickResponses for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConnectWisdomService) SearchSessions

func (c *ConnectWisdomService) SearchSessions(input *SearchSessionsInput) (*SearchSessionsOutput, error)

SearchSessions API operation for Amazon Connect Wisdom Service.

Searches for sessions.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Wisdom Service's API operation SearchSessions for usage and error information.

Returned Error Types:

  • ValidationException The input fails to satisfy the constraints specified by a service.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ResourceNotFoundException The specified resource does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/SearchSessions

func (*ConnectWisdomService) SearchSessionsPages

func (c *ConnectWisdomService) SearchSessionsPages(input *SearchSessionsInput, fn func(*SearchSessionsOutput, bool) bool) error

SearchSessionsPages iterates over the pages of a SearchSessions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See SearchSessions method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a SearchSessions operation.
pageNum := 0
err := client.SearchSessionsPages(params,
    func(page *connectwisdomservice.SearchSessionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ConnectWisdomService) SearchSessionsPagesWithContext

func (c *ConnectWisdomService) SearchSessionsPagesWithContext(ctx aws.Context, input *SearchSessionsInput, fn func(*SearchSessionsOutput, bool) bool, opts ...request.Option) error

SearchSessionsPagesWithContext same as SearchSessionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConnectWisdomService) SearchSessionsRequest

func (c *ConnectWisdomService) SearchSessionsRequest(input *SearchSessionsInput) (req *request.Request, output *SearchSessionsOutput)

SearchSessionsRequest generates a "aws/request.Request" representing the client's request for the SearchSessions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See SearchSessions for more information on using the SearchSessions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the SearchSessionsRequest method.
req, resp := client.SearchSessionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/SearchSessions

func (*ConnectWisdomService) SearchSessionsWithContext

func (c *ConnectWisdomService) SearchSessionsWithContext(ctx aws.Context, input *SearchSessionsInput, opts ...request.Option) (*SearchSessionsOutput, error)

SearchSessionsWithContext is the same as SearchSessions with the addition of the ability to pass a context and additional request options.

See SearchSessions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConnectWisdomService) StartContentUpload

func (c *ConnectWisdomService) StartContentUpload(input *StartContentUploadInput) (*StartContentUploadOutput, error)

StartContentUpload API operation for Amazon Connect Wisdom Service.

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 CreateContent (https://docs.aws.amazon.com/wisdom/latest/APIReference/API_CreateContent.html) to finalize the content creation process or UpdateContent (https://docs.aws.amazon.com/wisdom/latest/APIReference/API_UpdateContent.html) to modify an existing resource. You can only upload content to a knowledge base of type CUSTOM.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Wisdom Service's API operation StartContentUpload for usage and error information.

Returned Error Types:

  • ValidationException The input fails to satisfy the constraints specified by a service.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ResourceNotFoundException The specified resource does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/StartContentUpload

func (*ConnectWisdomService) StartContentUploadRequest

func (c *ConnectWisdomService) StartContentUploadRequest(input *StartContentUploadInput) (req *request.Request, output *StartContentUploadOutput)

StartContentUploadRequest generates a "aws/request.Request" representing the client's request for the StartContentUpload operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StartContentUpload for more information on using the StartContentUpload API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StartContentUploadRequest method.
req, resp := client.StartContentUploadRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/StartContentUpload

func (*ConnectWisdomService) StartContentUploadWithContext

func (c *ConnectWisdomService) StartContentUploadWithContext(ctx aws.Context, input *StartContentUploadInput, opts ...request.Option) (*StartContentUploadOutput, error)

StartContentUploadWithContext is the same as StartContentUpload with the addition of the ability to pass a context and additional request options.

See StartContentUpload for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConnectWisdomService) StartImportJob

func (c *ConnectWisdomService) StartImportJob(input *StartImportJobInput) (*StartImportJobOutput, error)

StartImportJob API operation for Amazon Connect Wisdom Service.

Start an asynchronous job to import Wisdom resources from an uploaded source file. Before calling this API, use StartContentUpload (https://docs.aws.amazon.com/wisdom/latest/APIReference/API_StartContentUpload.html) to upload an asset that contains the resource data.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Wisdom Service's API operation StartImportJob for usage and error information.

Returned Error Types:

  • ConflictException The request could not be processed because of conflict in the current state of the resource. For example, if you're using a Create API (such as CreateAssistant) that accepts name, a conflicting resource (usually with the same name) is being created or mutated.

  • ValidationException The input fails to satisfy the constraints specified by a service.

  • ServiceQuotaExceededException You've exceeded your service quota. To perform the requested action, remove some of the relevant resources, or use service quotas to request a service quota increase.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ResourceNotFoundException The specified resource does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/StartImportJob

func (*ConnectWisdomService) StartImportJobRequest

func (c *ConnectWisdomService) StartImportJobRequest(input *StartImportJobInput) (req *request.Request, output *StartImportJobOutput)

StartImportJobRequest generates a "aws/request.Request" representing the client's request for the StartImportJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StartImportJob for more information on using the StartImportJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StartImportJobRequest method.
req, resp := client.StartImportJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/StartImportJob

func (*ConnectWisdomService) StartImportJobWithContext

func (c *ConnectWisdomService) StartImportJobWithContext(ctx aws.Context, input *StartImportJobInput, opts ...request.Option) (*StartImportJobOutput, error)

StartImportJobWithContext is the same as StartImportJob with the addition of the ability to pass a context and additional request options.

See StartImportJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConnectWisdomService) TagResource

func (c *ConnectWisdomService) TagResource(input *TagResourceInput) (*TagResourceOutput, error)

TagResource API operation for Amazon Connect Wisdom Service.

Adds the specified tags to the specified resource.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Wisdom Service's API operation TagResource for usage and error information.

Returned Error Types:

  • TooManyTagsException Amazon Connect Wisdom throws this exception if you have too many tags in your tag set.

  • ResourceNotFoundException The specified resource does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/TagResource

func (*ConnectWisdomService) TagResourceRequest

func (c *ConnectWisdomService) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)

TagResourceRequest generates a "aws/request.Request" representing the client's request for the TagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See TagResource for more information on using the TagResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the TagResourceRequest method.
req, resp := client.TagResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/TagResource

func (*ConnectWisdomService) TagResourceWithContext

func (c *ConnectWisdomService) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)

TagResourceWithContext is the same as TagResource with the addition of the ability to pass a context and additional request options.

See TagResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConnectWisdomService) UntagResource

func (c *ConnectWisdomService) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)

UntagResource API operation for Amazon Connect Wisdom Service.

Removes the specified tags from the specified resource.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Wisdom Service's API operation UntagResource for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/UntagResource

func (*ConnectWisdomService) UntagResourceRequest

func (c *ConnectWisdomService) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)

UntagResourceRequest generates a "aws/request.Request" representing the client's request for the UntagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UntagResource for more information on using the UntagResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UntagResourceRequest method.
req, resp := client.UntagResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/UntagResource

func (*ConnectWisdomService) UntagResourceWithContext

func (c *ConnectWisdomService) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)

UntagResourceWithContext is the same as UntagResource with the addition of the ability to pass a context and additional request options.

See UntagResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConnectWisdomService) UpdateContent

func (c *ConnectWisdomService) UpdateContent(input *UpdateContentInput) (*UpdateContentOutput, error)

UpdateContent API operation for Amazon Connect Wisdom Service.

Updates information about the content.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Wisdom Service's API operation UpdateContent for usage and error information.

Returned Error Types:

  • ValidationException The input fails to satisfy the constraints specified by a service.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • PreconditionFailedException The provided revisionId does not match, indicating the content has been modified since it was last read.

  • ResourceNotFoundException The specified resource does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/UpdateContent

func (*ConnectWisdomService) UpdateContentRequest

func (c *ConnectWisdomService) UpdateContentRequest(input *UpdateContentInput) (req *request.Request, output *UpdateContentOutput)

UpdateContentRequest generates a "aws/request.Request" representing the client's request for the UpdateContent operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateContent for more information on using the UpdateContent API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateContentRequest method.
req, resp := client.UpdateContentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/UpdateContent

func (*ConnectWisdomService) UpdateContentWithContext

func (c *ConnectWisdomService) UpdateContentWithContext(ctx aws.Context, input *UpdateContentInput, opts ...request.Option) (*UpdateContentOutput, error)

UpdateContentWithContext is the same as UpdateContent with the addition of the ability to pass a context and additional request options.

See UpdateContent for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConnectWisdomService) UpdateKnowledgeBaseTemplateUri

func (c *ConnectWisdomService) UpdateKnowledgeBaseTemplateUri(input *UpdateKnowledgeBaseTemplateUriInput) (*UpdateKnowledgeBaseTemplateUriOutput, error)

UpdateKnowledgeBaseTemplateUri API operation for Amazon Connect Wisdom Service.

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.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Wisdom Service's API operation UpdateKnowledgeBaseTemplateUri for usage and error information.

Returned Error Types:

  • ValidationException The input fails to satisfy the constraints specified by a service.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ResourceNotFoundException The specified resource does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/UpdateKnowledgeBaseTemplateUri

func (*ConnectWisdomService) UpdateKnowledgeBaseTemplateUriRequest

func (c *ConnectWisdomService) UpdateKnowledgeBaseTemplateUriRequest(input *UpdateKnowledgeBaseTemplateUriInput) (req *request.Request, output *UpdateKnowledgeBaseTemplateUriOutput)

UpdateKnowledgeBaseTemplateUriRequest generates a "aws/request.Request" representing the client's request for the UpdateKnowledgeBaseTemplateUri operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateKnowledgeBaseTemplateUri for more information on using the UpdateKnowledgeBaseTemplateUri API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateKnowledgeBaseTemplateUriRequest method.
req, resp := client.UpdateKnowledgeBaseTemplateUriRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/UpdateKnowledgeBaseTemplateUri

func (*ConnectWisdomService) UpdateKnowledgeBaseTemplateUriWithContext

func (c *ConnectWisdomService) UpdateKnowledgeBaseTemplateUriWithContext(ctx aws.Context, input *UpdateKnowledgeBaseTemplateUriInput, opts ...request.Option) (*UpdateKnowledgeBaseTemplateUriOutput, error)

UpdateKnowledgeBaseTemplateUriWithContext is the same as UpdateKnowledgeBaseTemplateUri with the addition of the ability to pass a context and additional request options.

See UpdateKnowledgeBaseTemplateUri for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConnectWisdomService) UpdateQuickResponse

func (c *ConnectWisdomService) UpdateQuickResponse(input *UpdateQuickResponseInput) (*UpdateQuickResponseOutput, error)

UpdateQuickResponse API operation for Amazon Connect Wisdom Service.

Updates an existing Wisdom quick response.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Wisdom Service's API operation UpdateQuickResponse for usage and error information.

Returned Error Types:

  • ConflictException The request could not be processed because of conflict in the current state of the resource. For example, if you're using a Create API (such as CreateAssistant) that accepts name, a conflicting resource (usually with the same name) is being created or mutated.

  • ValidationException The input fails to satisfy the constraints specified by a service.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • PreconditionFailedException The provided revisionId does not match, indicating the content has been modified since it was last read.

  • ResourceNotFoundException The specified resource does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/UpdateQuickResponse

func (*ConnectWisdomService) UpdateQuickResponseRequest

func (c *ConnectWisdomService) UpdateQuickResponseRequest(input *UpdateQuickResponseInput) (req *request.Request, output *UpdateQuickResponseOutput)

UpdateQuickResponseRequest generates a "aws/request.Request" representing the client's request for the UpdateQuickResponse operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateQuickResponse for more information on using the UpdateQuickResponse API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateQuickResponseRequest method.
req, resp := client.UpdateQuickResponseRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/UpdateQuickResponse

func (*ConnectWisdomService) UpdateQuickResponseWithContext

func (c *ConnectWisdomService) UpdateQuickResponseWithContext(ctx aws.Context, input *UpdateQuickResponseInput, opts ...request.Option) (*UpdateQuickResponseOutput, error)

UpdateQuickResponseWithContext is the same as UpdateQuickResponse with the addition of the ability to pass a context and additional request options.

See UpdateQuickResponse for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

type ContentData

type ContentData struct {

    // The Amazon Resource Name (ARN) of the content.
    //
    // ContentArn is a required field
    ContentArn *string `locationName:"contentArn" type:"string" required:"true"`

    // The identifier of the content.
    //
    // ContentId is a required field
    ContentId *string `locationName:"contentId" type:"string" required:"true"`

    // The media type of the content.
    //
    // ContentType is a required field
    ContentType *string `locationName:"contentType" type:"string" required:"true"`

    // The Amazon Resource Name (ARN) of the knowledge base.
    //
    // KnowledgeBaseArn is a required field
    KnowledgeBaseArn *string `locationName:"knowledgeBaseArn" type:"string" required:"true"`

    // 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.
    //
    // KnowledgeBaseId is a required field
    KnowledgeBaseId *string `locationName:"knowledgeBaseId" type:"string" required:"true"`

    // The URI of the content.
    LinkOutUri *string `locationName:"linkOutUri" min:"1" type:"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 is a required field
    Metadata map[string]*string `locationName:"metadata" type:"map" required:"true"`

    // The name of the content.
    //
    // Name is a required field
    Name *string `locationName:"name" min:"1" type:"string" required:"true"`

    // The identifier of the content revision.
    //
    // RevisionId is a required field
    RevisionId *string `locationName:"revisionId" min:"1" type:"string" required:"true"`

    // The status of the content.
    //
    // Status is a required field
    Status *string `locationName:"status" type:"string" required:"true" enum:"ContentStatus"`

    // The tags used to organize, track, or control access for this resource.
    Tags map[string]*string `locationName:"tags" type:"map"`

    // The title of the content.
    //
    // Title is a required field
    Title *string `locationName:"title" min:"1" type:"string" required:"true"`

    // The URL of the content.
    //
    // Url is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by ContentData's
    // String and GoString methods.
    //
    // Url is a required field
    Url *string `locationName:"url" min:"1" type:"string" required:"true" sensitive:"true"`

    // The expiration time of the URL as an epoch timestamp.
    //
    // UrlExpiry is a required field
    UrlExpiry *time.Time `locationName:"urlExpiry" type:"timestamp" timestampFormat:"unixTimestamp" required:"true"`
    // contains filtered or unexported fields
}

Information about the content.

func (ContentData) GoString

func (s ContentData) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ContentData) SetContentArn

func (s *ContentData) SetContentArn(v string) *ContentData

SetContentArn sets the ContentArn field's value.

func (*ContentData) SetContentId

func (s *ContentData) SetContentId(v string) *ContentData

SetContentId sets the ContentId field's value.

func (*ContentData) SetContentType

func (s *ContentData) SetContentType(v string) *ContentData

SetContentType sets the ContentType field's value.

func (*ContentData) SetKnowledgeBaseArn

func (s *ContentData) SetKnowledgeBaseArn(v string) *ContentData

SetKnowledgeBaseArn sets the KnowledgeBaseArn field's value.

func (*ContentData) SetKnowledgeBaseId

func (s *ContentData) SetKnowledgeBaseId(v string) *ContentData

SetKnowledgeBaseId sets the KnowledgeBaseId field's value.

func (*ContentData) SetLinkOutUri

func (s *ContentData) SetLinkOutUri(v string) *ContentData

SetLinkOutUri sets the LinkOutUri field's value.

func (*ContentData) SetMetadata

func (s *ContentData) SetMetadata(v map[string]*string) *ContentData

SetMetadata sets the Metadata field's value.

func (*ContentData) SetName

func (s *ContentData) SetName(v string) *ContentData

SetName sets the Name field's value.

func (*ContentData) SetRevisionId

func (s *ContentData) SetRevisionId(v string) *ContentData

SetRevisionId sets the RevisionId field's value.

func (*ContentData) SetStatus

func (s *ContentData) SetStatus(v string) *ContentData

SetStatus sets the Status field's value.

func (*ContentData) SetTags

func (s *ContentData) SetTags(v map[string]*string) *ContentData

SetTags sets the Tags field's value.

func (*ContentData) SetTitle

func (s *ContentData) SetTitle(v string) *ContentData

SetTitle sets the Title field's value.

func (*ContentData) SetUrl

func (s *ContentData) SetUrl(v string) *ContentData

SetUrl sets the Url field's value.

func (*ContentData) SetUrlExpiry

func (s *ContentData) SetUrlExpiry(v time.Time) *ContentData

SetUrlExpiry sets the UrlExpiry field's value.

func (ContentData) String

func (s ContentData) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ContentReference

type ContentReference struct {

    // The Amazon Resource Name (ARN) of the content.
    ContentArn *string `locationName:"contentArn" type:"string"`

    // The identifier of the content.
    ContentId *string `locationName:"contentId" type:"string"`

    // The Amazon Resource Name (ARN) of the knowledge base.
    KnowledgeBaseArn *string `locationName:"knowledgeBaseArn" type:"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.
    KnowledgeBaseId *string `locationName:"knowledgeBaseId" type:"string"`
    // contains filtered or unexported fields
}

Reference information about the content.

func (ContentReference) GoString

func (s ContentReference) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ContentReference) SetContentArn

func (s *ContentReference) SetContentArn(v string) *ContentReference

SetContentArn sets the ContentArn field's value.

func (*ContentReference) SetContentId

func (s *ContentReference) SetContentId(v string) *ContentReference

SetContentId sets the ContentId field's value.

func (*ContentReference) SetKnowledgeBaseArn

func (s *ContentReference) SetKnowledgeBaseArn(v string) *ContentReference

SetKnowledgeBaseArn sets the KnowledgeBaseArn field's value.

func (*ContentReference) SetKnowledgeBaseId

func (s *ContentReference) SetKnowledgeBaseId(v string) *ContentReference

SetKnowledgeBaseId sets the KnowledgeBaseId field's value.

func (ContentReference) String

func (s ContentReference) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ContentSummary

type ContentSummary struct {

    // The Amazon Resource Name (ARN) of the content.
    //
    // ContentArn is a required field
    ContentArn *string `locationName:"contentArn" type:"string" required:"true"`

    // The identifier of the content.
    //
    // ContentId is a required field
    ContentId *string `locationName:"contentId" type:"string" required:"true"`

    // The media type of the content.
    //
    // ContentType is a required field
    ContentType *string `locationName:"contentType" type:"string" required:"true"`

    // The Amazon Resource Name (ARN) of the knowledge base.
    //
    // KnowledgeBaseArn is a required field
    KnowledgeBaseArn *string `locationName:"knowledgeBaseArn" type:"string" required:"true"`

    // 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.
    //
    // KnowledgeBaseId is a required field
    KnowledgeBaseId *string `locationName:"knowledgeBaseId" type:"string" required:"true"`

    // 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 is a required field
    Metadata map[string]*string `locationName:"metadata" type:"map" required:"true"`

    // The name of the content.
    //
    // Name is a required field
    Name *string `locationName:"name" min:"1" type:"string" required:"true"`

    // The identifier of the revision of the content.
    //
    // RevisionId is a required field
    RevisionId *string `locationName:"revisionId" min:"1" type:"string" required:"true"`

    // The status of the content.
    //
    // Status is a required field
    Status *string `locationName:"status" type:"string" required:"true" enum:"ContentStatus"`

    // The tags used to organize, track, or control access for this resource.
    Tags map[string]*string `locationName:"tags" type:"map"`

    // The title of the content.
    //
    // Title is a required field
    Title *string `locationName:"title" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Summary information about the content.

func (ContentSummary) GoString

func (s ContentSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ContentSummary) SetContentArn

func (s *ContentSummary) SetContentArn(v string) *ContentSummary

SetContentArn sets the ContentArn field's value.

func (*ContentSummary) SetContentId

func (s *ContentSummary) SetContentId(v string) *ContentSummary

SetContentId sets the ContentId field's value.

func (*ContentSummary) SetContentType

func (s *ContentSummary) SetContentType(v string) *ContentSummary

SetContentType sets the ContentType field's value.

func (*ContentSummary) SetKnowledgeBaseArn

func (s *ContentSummary) SetKnowledgeBaseArn(v string) *ContentSummary

SetKnowledgeBaseArn sets the KnowledgeBaseArn field's value.

func (*ContentSummary) SetKnowledgeBaseId

func (s *ContentSummary) SetKnowledgeBaseId(v string) *ContentSummary

SetKnowledgeBaseId sets the KnowledgeBaseId field's value.

func (*ContentSummary) SetMetadata

func (s *ContentSummary) SetMetadata(v map[string]*string) *ContentSummary

SetMetadata sets the Metadata field's value.

func (*ContentSummary) SetName

func (s *ContentSummary) SetName(v string) *ContentSummary

SetName sets the Name field's value.

func (*ContentSummary) SetRevisionId

func (s *ContentSummary) SetRevisionId(v string) *ContentSummary

SetRevisionId sets the RevisionId field's value.

func (*ContentSummary) SetStatus

func (s *ContentSummary) SetStatus(v string) *ContentSummary

SetStatus sets the Status field's value.

func (*ContentSummary) SetTags

func (s *ContentSummary) SetTags(v map[string]*string) *ContentSummary

SetTags sets the Tags field's value.

func (*ContentSummary) SetTitle

func (s *ContentSummary) SetTitle(v string) *ContentSummary

SetTitle sets the Title field's value.

func (ContentSummary) String

func (s ContentSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateAssistantAssociationInput

type CreateAssistantAssociationInput struct {

    // The identifier of the Wisdom assistant. Can be either the ID or the ARN.
    // URLs cannot contain the ARN.
    //
    // AssistantId is a required field
    AssistantId *string `location:"uri" locationName:"assistantId" type:"string" required:"true"`

    // The identifier of the associated resource.
    //
    // Association is a required field
    Association *AssistantAssociationInputData `locationName:"association" type:"structure" required:"true"`

    // The type of association.
    //
    // AssociationType is a required field
    AssociationType *string `locationName:"associationType" type:"string" required:"true" enum:"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 (https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/).
    ClientToken *string `locationName:"clientToken" min:"1" type:"string" idempotencyToken:"true"`

    // The tags used to organize, track, or control access for this resource.
    Tags map[string]*string `locationName:"tags" type:"map"`
    // contains filtered or unexported fields
}

func (CreateAssistantAssociationInput) GoString

func (s CreateAssistantAssociationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAssistantAssociationInput) SetAssistantId

func (s *CreateAssistantAssociationInput) SetAssistantId(v string) *CreateAssistantAssociationInput

SetAssistantId sets the AssistantId field's value.

func (*CreateAssistantAssociationInput) SetAssociation

func (s *CreateAssistantAssociationInput) SetAssociation(v *AssistantAssociationInputData) *CreateAssistantAssociationInput

SetAssociation sets the Association field's value.

func (*CreateAssistantAssociationInput) SetAssociationType

func (s *CreateAssistantAssociationInput) SetAssociationType(v string) *CreateAssistantAssociationInput

SetAssociationType sets the AssociationType field's value.

func (*CreateAssistantAssociationInput) SetClientToken

func (s *CreateAssistantAssociationInput) SetClientToken(v string) *CreateAssistantAssociationInput

SetClientToken sets the ClientToken field's value.

func (*CreateAssistantAssociationInput) SetTags

func (s *CreateAssistantAssociationInput) SetTags(v map[string]*string) *CreateAssistantAssociationInput

SetTags sets the Tags field's value.

func (CreateAssistantAssociationInput) String

func (s CreateAssistantAssociationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAssistantAssociationInput) Validate

func (s *CreateAssistantAssociationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateAssistantAssociationOutput

type CreateAssistantAssociationOutput struct {

    // The assistant association.
    AssistantAssociation *AssistantAssociationData `locationName:"assistantAssociation" type:"structure"`
    // contains filtered or unexported fields
}

func (CreateAssistantAssociationOutput) GoString

func (s CreateAssistantAssociationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAssistantAssociationOutput) SetAssistantAssociation

func (s *CreateAssistantAssociationOutput) SetAssistantAssociation(v *AssistantAssociationData) *CreateAssistantAssociationOutput

SetAssistantAssociation sets the AssistantAssociation field's value.

func (CreateAssistantAssociationOutput) String

func (s CreateAssistantAssociationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateAssistantInput

type CreateAssistantInput struct {

    // 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 (https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/).
    ClientToken *string `locationName:"clientToken" min:"1" type:"string" idempotencyToken:"true"`

    // The description of the assistant.
    Description *string `locationName:"description" min:"1" type:"string"`

    // The name of the assistant.
    //
    // Name is a required field
    Name *string `locationName:"name" min:"1" type:"string" required:"true"`

    // 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 (https://docs.aws.amazon.com/connect/latest/adminguide/enable-wisdom.html).
    ServerSideEncryptionConfiguration *ServerSideEncryptionConfiguration `locationName:"serverSideEncryptionConfiguration" type:"structure"`

    // The tags used to organize, track, or control access for this resource.
    Tags map[string]*string `locationName:"tags" type:"map"`

    // The type of assistant.
    //
    // Type is a required field
    Type *string `locationName:"type" type:"string" required:"true" enum:"AssistantType"`
    // contains filtered or unexported fields
}

func (CreateAssistantInput) GoString

func (s CreateAssistantInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAssistantInput) SetClientToken

func (s *CreateAssistantInput) SetClientToken(v string) *CreateAssistantInput

SetClientToken sets the ClientToken field's value.

func (*CreateAssistantInput) SetDescription

func (s *CreateAssistantInput) SetDescription(v string) *CreateAssistantInput

SetDescription sets the Description field's value.

func (*CreateAssistantInput) SetName

func (s *CreateAssistantInput) SetName(v string) *CreateAssistantInput

SetName sets the Name field's value.

func (*CreateAssistantInput) SetServerSideEncryptionConfiguration

func (s *CreateAssistantInput) SetServerSideEncryptionConfiguration(v *ServerSideEncryptionConfiguration) *CreateAssistantInput

SetServerSideEncryptionConfiguration sets the ServerSideEncryptionConfiguration field's value.

func (*CreateAssistantInput) SetTags

func (s *CreateAssistantInput) SetTags(v map[string]*string) *CreateAssistantInput

SetTags sets the Tags field's value.

func (*CreateAssistantInput) SetType

func (s *CreateAssistantInput) SetType(v string) *CreateAssistantInput

SetType sets the Type field's value.

func (CreateAssistantInput) String

func (s CreateAssistantInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAssistantInput) Validate

func (s *CreateAssistantInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateAssistantOutput

type CreateAssistantOutput struct {

    // Information about the assistant.
    Assistant *AssistantData `locationName:"assistant" type:"structure"`
    // contains filtered or unexported fields
}

func (CreateAssistantOutput) GoString

func (s CreateAssistantOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAssistantOutput) SetAssistant

func (s *CreateAssistantOutput) SetAssistant(v *AssistantData) *CreateAssistantOutput

SetAssistant sets the Assistant field's value.

func (CreateAssistantOutput) String

func (s CreateAssistantOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateContentInput

type CreateContentInput struct {

    // 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 (https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/).
    ClientToken *string `locationName:"clientToken" min:"1" type:"string" idempotencyToken:"true"`

    // 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.
    //
    // KnowledgeBaseId is a required field
    KnowledgeBaseId *string `location:"uri" locationName:"knowledgeBaseId" type:"string" required:"true"`

    // 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 `locationName:"metadata" type:"map"`

    // 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 (https://docs.aws.amazon.com/wisdom/latest/APIReference/API_SearchContent.html)
    // API.
    //
    // Name is a required field
    Name *string `locationName:"name" min:"1" type:"string" required:"true"`

    // 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 `locationName:"overrideLinkOutUri" min:"1" type:"string"`

    // The tags used to organize, track, or control access for this resource.
    Tags map[string]*string `locationName:"tags" type:"map"`

    // The title of the content. If not set, the title is equal to the name.
    Title *string `locationName:"title" min:"1" type:"string"`

    // A pointer to the uploaded asset. This value is returned by StartContentUpload
    // (https://docs.aws.amazon.com/wisdom/latest/APIReference/API_StartContentUpload.html).
    //
    // UploadId is a required field
    UploadId *string `locationName:"uploadId" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (CreateContentInput) GoString

func (s CreateContentInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateContentInput) SetClientToken

func (s *CreateContentInput) SetClientToken(v string) *CreateContentInput

SetClientToken sets the ClientToken field's value.

func (*CreateContentInput) SetKnowledgeBaseId

func (s *CreateContentInput) SetKnowledgeBaseId(v string) *CreateContentInput

SetKnowledgeBaseId sets the KnowledgeBaseId field's value.

func (*CreateContentInput) SetMetadata

func (s *CreateContentInput) SetMetadata(v map[string]*string) *CreateContentInput

SetMetadata sets the Metadata field's value.

func (*CreateContentInput) SetName

func (s *CreateContentInput) SetName(v string) *CreateContentInput

SetName sets the Name field's value.

func (*CreateContentInput) SetOverrideLinkOutUri

func (s *CreateContentInput) SetOverrideLinkOutUri(v string) *CreateContentInput

SetOverrideLinkOutUri sets the OverrideLinkOutUri field's value.

func (*CreateContentInput) SetTags

func (s *CreateContentInput) SetTags(v map[string]*string) *CreateContentInput

SetTags sets the Tags field's value.

func (*CreateContentInput) SetTitle

func (s *CreateContentInput) SetTitle(v string) *CreateContentInput

SetTitle sets the Title field's value.

func (*CreateContentInput) SetUploadId

func (s *CreateContentInput) SetUploadId(v string) *CreateContentInput

SetUploadId sets the UploadId field's value.

func (CreateContentInput) String

func (s CreateContentInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateContentInput) Validate

func (s *CreateContentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateContentOutput

type CreateContentOutput struct {

    // The content.
    Content *ContentData `locationName:"content" type:"structure"`
    // contains filtered or unexported fields
}

func (CreateContentOutput) GoString

func (s CreateContentOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateContentOutput) SetContent

func (s *CreateContentOutput) SetContent(v *ContentData) *CreateContentOutput

SetContent sets the Content field's value.

func (CreateContentOutput) String

func (s CreateContentOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateKnowledgeBaseInput

type CreateKnowledgeBaseInput struct {

    // 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 (https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/).
    ClientToken *string `locationName:"clientToken" min:"1" type:"string" idempotencyToken:"true"`

    // The description.
    Description *string `locationName:"description" min:"1" type:"string"`

    // 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.
    //
    // KnowledgeBaseType is a required field
    KnowledgeBaseType *string `locationName:"knowledgeBaseType" type:"string" required:"true" enum:"KnowledgeBaseType"`

    // The name of the knowledge base.
    //
    // Name is a required field
    Name *string `locationName:"name" min:"1" type:"string" required:"true"`

    // Information about how to render the content.
    RenderingConfiguration *RenderingConfiguration `locationName:"renderingConfiguration" type:"structure"`

    // 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 (https://docs.aws.amazon.com/connect/latest/adminguide/enable-wisdom.html).
    ServerSideEncryptionConfiguration *ServerSideEncryptionConfiguration `locationName:"serverSideEncryptionConfiguration" type:"structure"`

    // The source of the knowledge base content. Only set this argument for EXTERNAL
    // knowledge bases.
    SourceConfiguration *SourceConfiguration `locationName:"sourceConfiguration" type:"structure"`

    // The tags used to organize, track, or control access for this resource.
    Tags map[string]*string `locationName:"tags" type:"map"`
    // contains filtered or unexported fields
}

func (CreateKnowledgeBaseInput) GoString

func (s CreateKnowledgeBaseInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateKnowledgeBaseInput) SetClientToken

func (s *CreateKnowledgeBaseInput) SetClientToken(v string) *CreateKnowledgeBaseInput

SetClientToken sets the ClientToken field's value.

func (*CreateKnowledgeBaseInput) SetDescription

func (s *CreateKnowledgeBaseInput) SetDescription(v string) *CreateKnowledgeBaseInput

SetDescription sets the Description field's value.

func (*CreateKnowledgeBaseInput) SetKnowledgeBaseType

func (s *CreateKnowledgeBaseInput) SetKnowledgeBaseType(v string) *CreateKnowledgeBaseInput

SetKnowledgeBaseType sets the KnowledgeBaseType field's value.

func (*CreateKnowledgeBaseInput) SetName

func (s *CreateKnowledgeBaseInput) SetName(v string) *CreateKnowledgeBaseInput

SetName sets the Name field's value.

func (*CreateKnowledgeBaseInput) SetRenderingConfiguration

func (s *CreateKnowledgeBaseInput) SetRenderingConfiguration(v *RenderingConfiguration) *CreateKnowledgeBaseInput

SetRenderingConfiguration sets the RenderingConfiguration field's value.

func (*CreateKnowledgeBaseInput) SetServerSideEncryptionConfiguration

func (s *CreateKnowledgeBaseInput) SetServerSideEncryptionConfiguration(v *ServerSideEncryptionConfiguration) *CreateKnowledgeBaseInput

SetServerSideEncryptionConfiguration sets the ServerSideEncryptionConfiguration field's value.

func (*CreateKnowledgeBaseInput) SetSourceConfiguration

func (s *CreateKnowledgeBaseInput) SetSourceConfiguration(v *SourceConfiguration) *CreateKnowledgeBaseInput

SetSourceConfiguration sets the SourceConfiguration field's value.

func (*CreateKnowledgeBaseInput) SetTags

func (s *CreateKnowledgeBaseInput) SetTags(v map[string]*string) *CreateKnowledgeBaseInput

SetTags sets the Tags field's value.

func (CreateKnowledgeBaseInput) String

func (s CreateKnowledgeBaseInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateKnowledgeBaseInput) Validate

func (s *CreateKnowledgeBaseInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateKnowledgeBaseOutput

type CreateKnowledgeBaseOutput struct {

    // The knowledge base.
    KnowledgeBase *KnowledgeBaseData `locationName:"knowledgeBase" type:"structure"`
    // contains filtered or unexported fields
}

func (CreateKnowledgeBaseOutput) GoString

func (s CreateKnowledgeBaseOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateKnowledgeBaseOutput) SetKnowledgeBase

func (s *CreateKnowledgeBaseOutput) SetKnowledgeBase(v *KnowledgeBaseData) *CreateKnowledgeBaseOutput

SetKnowledgeBase sets the KnowledgeBase field's value.

func (CreateKnowledgeBaseOutput) String

func (s CreateKnowledgeBaseOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateQuickResponseInput

type CreateQuickResponseInput struct {

    // The Amazon Connect channels this quick response applies to.
    Channels []*string `locationName:"channels" type:"list"`

    // 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 (https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/).
    ClientToken *string `locationName:"clientToken" min:"1" type:"string" idempotencyToken:"true"`

    // The content of the quick response.
    //
    // Content is a required field
    Content *QuickResponseDataProvider `locationName:"content" type:"structure" required:"true"`

    // 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 `locationName:"contentType" type:"string"`

    // The description of the quick response.
    Description *string `locationName:"description" min:"1" type:"string"`

    // The configuration information of the user groups that the quick response
    // is accessible to.
    GroupingConfiguration *GroupingConfiguration `locationName:"groupingConfiguration" type:"structure"`

    // Whether the quick response is active.
    IsActive *bool `locationName:"isActive" type:"boolean"`

    // 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.
    //
    // KnowledgeBaseId is a required field
    KnowledgeBaseId *string `location:"uri" locationName:"knowledgeBaseId" type:"string" required:"true"`

    // 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 `locationName:"language" min:"2" type:"string"`

    // The name of the quick response.
    //
    // Name is a required field
    Name *string `locationName:"name" min:"1" type:"string" required:"true"`

    // The shortcut key of the quick response. The value should be unique across
    // the knowledge base.
    ShortcutKey *string `locationName:"shortcutKey" min:"1" type:"string"`

    // The tags used to organize, track, or control access for this resource.
    Tags map[string]*string `locationName:"tags" type:"map"`
    // contains filtered or unexported fields
}

func (CreateQuickResponseInput) GoString

func (s CreateQuickResponseInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateQuickResponseInput) SetChannels

func (s *CreateQuickResponseInput) SetChannels(v []*string) *CreateQuickResponseInput

SetChannels sets the Channels field's value.

func (*CreateQuickResponseInput) SetClientToken

func (s *CreateQuickResponseInput) SetClientToken(v string) *CreateQuickResponseInput

SetClientToken sets the ClientToken field's value.

func (*CreateQuickResponseInput) SetContent

func (s *CreateQuickResponseInput) SetContent(v *QuickResponseDataProvider) *CreateQuickResponseInput

SetContent sets the Content field's value.

func (*CreateQuickResponseInput) SetContentType

func (s *CreateQuickResponseInput) SetContentType(v string) *CreateQuickResponseInput

SetContentType sets the ContentType field's value.

func (*CreateQuickResponseInput) SetDescription

func (s *CreateQuickResponseInput) SetDescription(v string) *CreateQuickResponseInput

SetDescription sets the Description field's value.

func (*CreateQuickResponseInput) SetGroupingConfiguration

func (s *CreateQuickResponseInput) SetGroupingConfiguration(v *GroupingConfiguration) *CreateQuickResponseInput

SetGroupingConfiguration sets the GroupingConfiguration field's value.

func (*CreateQuickResponseInput) SetIsActive

func (s *CreateQuickResponseInput) SetIsActive(v bool) *CreateQuickResponseInput

SetIsActive sets the IsActive field's value.

func (*CreateQuickResponseInput) SetKnowledgeBaseId

func (s *CreateQuickResponseInput) SetKnowledgeBaseId(v string) *CreateQuickResponseInput

SetKnowledgeBaseId sets the KnowledgeBaseId field's value.

func (*CreateQuickResponseInput) SetLanguage

func (s *CreateQuickResponseInput) SetLanguage(v string) *CreateQuickResponseInput

SetLanguage sets the Language field's value.

func (*CreateQuickResponseInput) SetName

func (s *CreateQuickResponseInput) SetName(v string) *CreateQuickResponseInput

SetName sets the Name field's value.

func (*CreateQuickResponseInput) SetShortcutKey

func (s *CreateQuickResponseInput) SetShortcutKey(v string) *CreateQuickResponseInput

SetShortcutKey sets the ShortcutKey field's value.

func (*CreateQuickResponseInput) SetTags

func (s *CreateQuickResponseInput) SetTags(v map[string]*string) *CreateQuickResponseInput

SetTags sets the Tags field's value.

func (CreateQuickResponseInput) String

func (s CreateQuickResponseInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateQuickResponseInput) Validate

func (s *CreateQuickResponseInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateQuickResponseOutput

type CreateQuickResponseOutput struct {

    // The quick response.
    QuickResponse *QuickResponseData `locationName:"quickResponse" type:"structure"`
    // contains filtered or unexported fields
}

func (CreateQuickResponseOutput) GoString

func (s CreateQuickResponseOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateQuickResponseOutput) SetQuickResponse

func (s *CreateQuickResponseOutput) SetQuickResponse(v *QuickResponseData) *CreateQuickResponseOutput

SetQuickResponse sets the QuickResponse field's value.

func (CreateQuickResponseOutput) String

func (s CreateQuickResponseOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateSessionInput

type CreateSessionInput struct {

    // The identifier of the Wisdom assistant. Can be either the ID or the ARN.
    // URLs cannot contain the ARN.
    //
    // AssistantId is a required field
    AssistantId *string `location:"uri" locationName:"assistantId" type:"string" required:"true"`

    // 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 (https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/).
    ClientToken *string `locationName:"clientToken" min:"1" type:"string" idempotencyToken:"true"`

    // The description.
    Description *string `locationName:"description" min:"1" type:"string"`

    // The name of the session.
    //
    // Name is a required field
    Name *string `locationName:"name" min:"1" type:"string" required:"true"`

    // The tags used to organize, track, or control access for this resource.
    Tags map[string]*string `locationName:"tags" type:"map"`
    // contains filtered or unexported fields
}

func (CreateSessionInput) GoString

func (s CreateSessionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateSessionInput) SetAssistantId

func (s *CreateSessionInput) SetAssistantId(v string) *CreateSessionInput

SetAssistantId sets the AssistantId field's value.

func (*CreateSessionInput) SetClientToken

func (s *CreateSessionInput) SetClientToken(v string) *CreateSessionInput

SetClientToken sets the ClientToken field's value.

func (*CreateSessionInput) SetDescription

func (s *CreateSessionInput) SetDescription(v string) *CreateSessionInput

SetDescription sets the Description field's value.

func (*CreateSessionInput) SetName

func (s *CreateSessionInput) SetName(v string) *CreateSessionInput

SetName sets the Name field's value.

func (*CreateSessionInput) SetTags

func (s *CreateSessionInput) SetTags(v map[string]*string) *CreateSessionInput

SetTags sets the Tags field's value.

func (CreateSessionInput) String

func (s CreateSessionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateSessionInput) Validate

func (s *CreateSessionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateSessionOutput

type CreateSessionOutput struct {

    // The session.
    Session *SessionData `locationName:"session" type:"structure"`
    // contains filtered or unexported fields
}

func (CreateSessionOutput) GoString

func (s CreateSessionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateSessionOutput) SetSession

func (s *CreateSessionOutput) SetSession(v *SessionData) *CreateSessionOutput

SetSession sets the Session field's value.

func (CreateSessionOutput) String

func (s CreateSessionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteAssistantAssociationInput

type DeleteAssistantAssociationInput struct {

    // The identifier of the assistant association. Can be either the ID or the
    // ARN. URLs cannot contain the ARN.
    //
    // AssistantAssociationId is a required field
    AssistantAssociationId *string `location:"uri" locationName:"assistantAssociationId" type:"string" required:"true"`

    // The identifier of the Wisdom assistant. Can be either the ID or the ARN.
    // URLs cannot contain the ARN.
    //
    // AssistantId is a required field
    AssistantId *string `location:"uri" locationName:"assistantId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteAssistantAssociationInput) GoString

func (s DeleteAssistantAssociationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAssistantAssociationInput) SetAssistantAssociationId

func (s *DeleteAssistantAssociationInput) SetAssistantAssociationId(v string) *DeleteAssistantAssociationInput

SetAssistantAssociationId sets the AssistantAssociationId field's value.

func (*DeleteAssistantAssociationInput) SetAssistantId

func (s *DeleteAssistantAssociationInput) SetAssistantId(v string) *DeleteAssistantAssociationInput

SetAssistantId sets the AssistantId field's value.

func (DeleteAssistantAssociationInput) String

func (s DeleteAssistantAssociationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAssistantAssociationInput) Validate

func (s *DeleteAssistantAssociationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteAssistantAssociationOutput

type DeleteAssistantAssociationOutput struct {
    // contains filtered or unexported fields
}

func (DeleteAssistantAssociationOutput) GoString

func (s DeleteAssistantAssociationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteAssistantAssociationOutput) String

func (s DeleteAssistantAssociationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteAssistantInput

type DeleteAssistantInput struct {

    // The identifier of the Wisdom assistant. Can be either the ID or the ARN.
    // URLs cannot contain the ARN.
    //
    // AssistantId is a required field
    AssistantId *string `location:"uri" locationName:"assistantId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteAssistantInput) GoString

func (s DeleteAssistantInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAssistantInput) SetAssistantId

func (s *DeleteAssistantInput) SetAssistantId(v string) *DeleteAssistantInput

SetAssistantId sets the AssistantId field's value.

func (DeleteAssistantInput) String

func (s DeleteAssistantInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAssistantInput) Validate

func (s *DeleteAssistantInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteAssistantOutput

type DeleteAssistantOutput struct {
    // contains filtered or unexported fields
}

func (DeleteAssistantOutput) GoString

func (s DeleteAssistantOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteAssistantOutput) String

func (s DeleteAssistantOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteContentInput

type DeleteContentInput struct {

    // The identifier of the content. Can be either the ID or the ARN. URLs cannot
    // contain the ARN.
    //
    // ContentId is a required field
    ContentId *string `location:"uri" locationName:"contentId" type:"string" required:"true"`

    // 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.
    //
    // KnowledgeBaseId is a required field
    KnowledgeBaseId *string `location:"uri" locationName:"knowledgeBaseId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteContentInput) GoString

func (s DeleteContentInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteContentInput) SetContentId

func (s *DeleteContentInput) SetContentId(v string) *DeleteContentInput

SetContentId sets the ContentId field's value.

func (*DeleteContentInput) SetKnowledgeBaseId

func (s *DeleteContentInput) SetKnowledgeBaseId(v string) *DeleteContentInput

SetKnowledgeBaseId sets the KnowledgeBaseId field's value.

func (DeleteContentInput) String

func (s DeleteContentInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteContentInput) Validate

func (s *DeleteContentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteContentOutput

type DeleteContentOutput struct {
    // contains filtered or unexported fields
}

func (DeleteContentOutput) GoString

func (s DeleteContentOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteContentOutput) String

func (s DeleteContentOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteImportJobInput

type DeleteImportJobInput struct {

    // The identifier of the import job to be deleted.
    //
    // ImportJobId is a required field
    ImportJobId *string `location:"uri" locationName:"importJobId" type:"string" required:"true"`

    // 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.
    //
    // KnowledgeBaseId is a required field
    KnowledgeBaseId *string `location:"uri" locationName:"knowledgeBaseId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteImportJobInput) GoString

func (s DeleteImportJobInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteImportJobInput) SetImportJobId

func (s *DeleteImportJobInput) SetImportJobId(v string) *DeleteImportJobInput

SetImportJobId sets the ImportJobId field's value.

func (*DeleteImportJobInput) SetKnowledgeBaseId

func (s *DeleteImportJobInput) SetKnowledgeBaseId(v string) *DeleteImportJobInput

SetKnowledgeBaseId sets the KnowledgeBaseId field's value.

func (DeleteImportJobInput) String

func (s DeleteImportJobInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteImportJobInput) Validate

func (s *DeleteImportJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteImportJobOutput

type DeleteImportJobOutput struct {
    // contains filtered or unexported fields
}

func (DeleteImportJobOutput) GoString

func (s DeleteImportJobOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteImportJobOutput) String

func (s DeleteImportJobOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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.
    //
    // KnowledgeBaseId is a required field
    KnowledgeBaseId *string `location:"uri" locationName:"knowledgeBaseId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteKnowledgeBaseInput) GoString

func (s DeleteKnowledgeBaseInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteKnowledgeBaseInput) SetKnowledgeBaseId

func (s *DeleteKnowledgeBaseInput) SetKnowledgeBaseId(v string) *DeleteKnowledgeBaseInput

SetKnowledgeBaseId sets the KnowledgeBaseId field's value.

func (DeleteKnowledgeBaseInput) String

func (s DeleteKnowledgeBaseInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteKnowledgeBaseInput) Validate

func (s *DeleteKnowledgeBaseInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteKnowledgeBaseOutput

type DeleteKnowledgeBaseOutput struct {
    // contains filtered or unexported fields
}

func (DeleteKnowledgeBaseOutput) GoString

func (s DeleteKnowledgeBaseOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteKnowledgeBaseOutput) String

func (s DeleteKnowledgeBaseOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteQuickResponseInput

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.
    //
    // KnowledgeBaseId is a required field
    KnowledgeBaseId *string `location:"uri" locationName:"knowledgeBaseId" type:"string" required:"true"`

    // The identifier of the quick response to delete.
    //
    // QuickResponseId is a required field
    QuickResponseId *string `location:"uri" locationName:"quickResponseId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteQuickResponseInput) GoString

func (s DeleteQuickResponseInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteQuickResponseInput) SetKnowledgeBaseId

func (s *DeleteQuickResponseInput) SetKnowledgeBaseId(v string) *DeleteQuickResponseInput

SetKnowledgeBaseId sets the KnowledgeBaseId field's value.

func (*DeleteQuickResponseInput) SetQuickResponseId

func (s *DeleteQuickResponseInput) SetQuickResponseId(v string) *DeleteQuickResponseInput

SetQuickResponseId sets the QuickResponseId field's value.

func (DeleteQuickResponseInput) String

func (s DeleteQuickResponseInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteQuickResponseInput) Validate

func (s *DeleteQuickResponseInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteQuickResponseOutput

type DeleteQuickResponseOutput struct {
    // contains filtered or unexported fields
}

func (DeleteQuickResponseOutput) GoString

func (s DeleteQuickResponseOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteQuickResponseOutput) String

func (s DeleteQuickResponseOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Document

type Document struct {

    // A reference to the content resource.
    //
    // ContentReference is a required field
    ContentReference *ContentReference `locationName:"contentReference" type:"structure" required:"true"`

    // The excerpt from the document.
    Excerpt *DocumentText `locationName:"excerpt" type:"structure"`

    // The title of the document.
    Title *DocumentText `locationName:"title" type:"structure"`
    // contains filtered or unexported fields
}

The document.

func (Document) GoString

func (s Document) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Document) SetContentReference

func (s *Document) SetContentReference(v *ContentReference) *Document

SetContentReference sets the ContentReference field's value.

func (*Document) SetExcerpt

func (s *Document) SetExcerpt(v *DocumentText) *Document

SetExcerpt sets the Excerpt field's value.

func (*Document) SetTitle

func (s *Document) SetTitle(v *DocumentText) *Document

SetTitle sets the Title field's value.

func (Document) String

func (s Document) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DocumentText

type DocumentText struct {

    // Highlights in the document text.
    Highlights []*Highlight `locationName:"highlights" type:"list"`

    // Text in the document.
    //
    // Text is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by DocumentText's
    // String and GoString methods.
    Text *string `locationName:"text" type:"string" sensitive:"true"`
    // contains filtered or unexported fields
}

The text of the document.

func (DocumentText) GoString

func (s DocumentText) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DocumentText) SetHighlights

func (s *DocumentText) SetHighlights(v []*Highlight) *DocumentText

SetHighlights sets the Highlights field's value.

func (*DocumentText) SetText

func (s *DocumentText) SetText(v string) *DocumentText

SetText sets the Text field's value.

func (DocumentText) String

func (s DocumentText) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ExternalSourceConfiguration

type ExternalSourceConfiguration struct {

    // The configuration information of the external data source.
    //
    // Configuration is a required field
    Configuration *Configuration `locationName:"configuration" type:"structure" required:"true"`

    // The type of the external data source.
    //
    // Source is a required field
    Source *string `locationName:"source" type:"string" required:"true" enum:"ExternalSource"`
    // contains filtered or unexported fields
}

The configuration information of the external data source.

func (ExternalSourceConfiguration) GoString

func (s ExternalSourceConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ExternalSourceConfiguration) SetConfiguration

func (s *ExternalSourceConfiguration) SetConfiguration(v *Configuration) *ExternalSourceConfiguration

SetConfiguration sets the Configuration field's value.

func (*ExternalSourceConfiguration) SetSource

func (s *ExternalSourceConfiguration) SetSource(v string) *ExternalSourceConfiguration

SetSource sets the Source field's value.

func (ExternalSourceConfiguration) String

func (s ExternalSourceConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ExternalSourceConfiguration) Validate

func (s *ExternalSourceConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Filter

type Filter struct {

    // The field on which to filter.
    //
    // Field is a required field
    Field *string `locationName:"field" type:"string" required:"true" enum:"FilterField"`

    // The operator to use for comparing the field’s value with the provided value.
    //
    // Operator is a required field
    Operator *string `locationName:"operator" type:"string" required:"true" enum:"FilterOperator"`

    // The desired field value on which to filter.
    //
    // Value is a required field
    Value *string `locationName:"value" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

A search filter.

func (Filter) GoString

func (s Filter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Filter) SetField

func (s *Filter) SetField(v string) *Filter

SetField sets the Field field's value.

func (*Filter) SetOperator

func (s *Filter) SetOperator(v string) *Filter

SetOperator sets the Operator field's value.

func (*Filter) SetValue

func (s *Filter) SetValue(v string) *Filter

SetValue sets the Value field's value.

func (Filter) String

func (s Filter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Filter) Validate

func (s *Filter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetAssistantAssociationInput

type GetAssistantAssociationInput struct {

    // The identifier of the assistant association. Can be either the ID or the
    // ARN. URLs cannot contain the ARN.
    //
    // AssistantAssociationId is a required field
    AssistantAssociationId *string `location:"uri" locationName:"assistantAssociationId" type:"string" required:"true"`

    // The identifier of the Wisdom assistant. Can be either the ID or the ARN.
    // URLs cannot contain the ARN.
    //
    // AssistantId is a required field
    AssistantId *string `location:"uri" locationName:"assistantId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetAssistantAssociationInput) GoString

func (s GetAssistantAssociationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetAssistantAssociationInput) SetAssistantAssociationId

func (s *GetAssistantAssociationInput) SetAssistantAssociationId(v string) *GetAssistantAssociationInput

SetAssistantAssociationId sets the AssistantAssociationId field's value.

func (*GetAssistantAssociationInput) SetAssistantId

func (s *GetAssistantAssociationInput) SetAssistantId(v string) *GetAssistantAssociationInput

SetAssistantId sets the AssistantId field's value.

func (GetAssistantAssociationInput) String

func (s GetAssistantAssociationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetAssistantAssociationInput) Validate

func (s *GetAssistantAssociationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetAssistantAssociationOutput

type GetAssistantAssociationOutput struct {

    // The assistant association.
    AssistantAssociation *AssistantAssociationData `locationName:"assistantAssociation" type:"structure"`
    // contains filtered or unexported fields
}

func (GetAssistantAssociationOutput) GoString

func (s GetAssistantAssociationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetAssistantAssociationOutput) SetAssistantAssociation

func (s *GetAssistantAssociationOutput) SetAssistantAssociation(v *AssistantAssociationData) *GetAssistantAssociationOutput

SetAssistantAssociation sets the AssistantAssociation field's value.

func (GetAssistantAssociationOutput) String

func (s GetAssistantAssociationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetAssistantInput

type GetAssistantInput struct {

    // The identifier of the Wisdom assistant. Can be either the ID or the ARN.
    // URLs cannot contain the ARN.
    //
    // AssistantId is a required field
    AssistantId *string `location:"uri" locationName:"assistantId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetAssistantInput) GoString

func (s GetAssistantInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetAssistantInput) SetAssistantId

func (s *GetAssistantInput) SetAssistantId(v string) *GetAssistantInput

SetAssistantId sets the AssistantId field's value.

func (GetAssistantInput) String

func (s GetAssistantInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetAssistantInput) Validate

func (s *GetAssistantInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetAssistantOutput

type GetAssistantOutput struct {

    // Information about the assistant.
    Assistant *AssistantData `locationName:"assistant" type:"structure"`
    // contains filtered or unexported fields
}

func (GetAssistantOutput) GoString

func (s GetAssistantOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetAssistantOutput) SetAssistant

func (s *GetAssistantOutput) SetAssistant(v *AssistantData) *GetAssistantOutput

SetAssistant sets the Assistant field's value.

func (GetAssistantOutput) String

func (s GetAssistantOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetContentInput

type GetContentInput struct {

    // The identifier of the content. Can be either the ID or the ARN. URLs cannot
    // contain the ARN.
    //
    // ContentId is a required field
    ContentId *string `location:"uri" locationName:"contentId" type:"string" required:"true"`

    // 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.
    //
    // KnowledgeBaseId is a required field
    KnowledgeBaseId *string `location:"uri" locationName:"knowledgeBaseId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetContentInput) GoString

func (s GetContentInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetContentInput) SetContentId

func (s *GetContentInput) SetContentId(v string) *GetContentInput

SetContentId sets the ContentId field's value.

func (*GetContentInput) SetKnowledgeBaseId

func (s *GetContentInput) SetKnowledgeBaseId(v string) *GetContentInput

SetKnowledgeBaseId sets the KnowledgeBaseId field's value.

func (GetContentInput) String

func (s GetContentInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetContentInput) Validate

func (s *GetContentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetContentOutput

type GetContentOutput struct {

    // The content.
    Content *ContentData `locationName:"content" type:"structure"`
    // contains filtered or unexported fields
}

func (GetContentOutput) GoString

func (s GetContentOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetContentOutput) SetContent

func (s *GetContentOutput) SetContent(v *ContentData) *GetContentOutput

SetContent sets the Content field's value.

func (GetContentOutput) String

func (s GetContentOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetContentSummaryInput

type GetContentSummaryInput struct {

    // The identifier of the content. Can be either the ID or the ARN. URLs cannot
    // contain the ARN.
    //
    // ContentId is a required field
    ContentId *string `location:"uri" locationName:"contentId" type:"string" required:"true"`

    // 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.
    //
    // KnowledgeBaseId is a required field
    KnowledgeBaseId *string `location:"uri" locationName:"knowledgeBaseId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetContentSummaryInput) GoString

func (s GetContentSummaryInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetContentSummaryInput) SetContentId

func (s *GetContentSummaryInput) SetContentId(v string) *GetContentSummaryInput

SetContentId sets the ContentId field's value.

func (*GetContentSummaryInput) SetKnowledgeBaseId

func (s *GetContentSummaryInput) SetKnowledgeBaseId(v string) *GetContentSummaryInput

SetKnowledgeBaseId sets the KnowledgeBaseId field's value.

func (GetContentSummaryInput) String

func (s GetContentSummaryInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetContentSummaryInput) Validate

func (s *GetContentSummaryInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetContentSummaryOutput

type GetContentSummaryOutput struct {

    // The content summary.
    ContentSummary *ContentSummary `locationName:"contentSummary" type:"structure"`
    // contains filtered or unexported fields
}

func (GetContentSummaryOutput) GoString

func (s GetContentSummaryOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetContentSummaryOutput) SetContentSummary

func (s *GetContentSummaryOutput) SetContentSummary(v *ContentSummary) *GetContentSummaryOutput

SetContentSummary sets the ContentSummary field's value.

func (GetContentSummaryOutput) String

func (s GetContentSummaryOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetImportJobInput

type GetImportJobInput struct {

    // The identifier of the import job to retrieve.
    //
    // ImportJobId is a required field
    ImportJobId *string `location:"uri" locationName:"importJobId" type:"string" required:"true"`

    // The identifier of the knowledge base that the import job belongs to.
    //
    // KnowledgeBaseId is a required field
    KnowledgeBaseId *string `location:"uri" locationName:"knowledgeBaseId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetImportJobInput) GoString

func (s GetImportJobInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetImportJobInput) SetImportJobId

func (s *GetImportJobInput) SetImportJobId(v string) *GetImportJobInput

SetImportJobId sets the ImportJobId field's value.

func (*GetImportJobInput) SetKnowledgeBaseId

func (s *GetImportJobInput) SetKnowledgeBaseId(v string) *GetImportJobInput

SetKnowledgeBaseId sets the KnowledgeBaseId field's value.

func (GetImportJobInput) String

func (s GetImportJobInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetImportJobInput) Validate

func (s *GetImportJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetImportJobOutput

type GetImportJobOutput struct {

    // The import job.
    ImportJob *ImportJobData `locationName:"importJob" type:"structure"`
    // contains filtered or unexported fields
}

func (GetImportJobOutput) GoString

func (s GetImportJobOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetImportJobOutput) SetImportJob

func (s *GetImportJobOutput) SetImportJob(v *ImportJobData) *GetImportJobOutput

SetImportJob sets the ImportJob field's value.

func (GetImportJobOutput) String

func (s GetImportJobOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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.
    //
    // KnowledgeBaseId is a required field
    KnowledgeBaseId *string `location:"uri" locationName:"knowledgeBaseId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetKnowledgeBaseInput) GoString

func (s GetKnowledgeBaseInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetKnowledgeBaseInput) SetKnowledgeBaseId

func (s *GetKnowledgeBaseInput) SetKnowledgeBaseId(v string) *GetKnowledgeBaseInput

SetKnowledgeBaseId sets the KnowledgeBaseId field's value.

func (GetKnowledgeBaseInput) String

func (s GetKnowledgeBaseInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetKnowledgeBaseInput) Validate

func (s *GetKnowledgeBaseInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetKnowledgeBaseOutput

type GetKnowledgeBaseOutput struct {

    // The knowledge base.
    KnowledgeBase *KnowledgeBaseData `locationName:"knowledgeBase" type:"structure"`
    // contains filtered or unexported fields
}

func (GetKnowledgeBaseOutput) GoString

func (s GetKnowledgeBaseOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetKnowledgeBaseOutput) SetKnowledgeBase

func (s *GetKnowledgeBaseOutput) SetKnowledgeBase(v *KnowledgeBaseData) *GetKnowledgeBaseOutput

SetKnowledgeBase sets the KnowledgeBase field's value.

func (GetKnowledgeBaseOutput) String

func (s GetKnowledgeBaseOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetQuickResponseInput

type GetQuickResponseInput struct {

    // The identifier of the knowledge base. This should be a QUICK_RESPONSES type
    // knowledge base.
    //
    // KnowledgeBaseId is a required field
    KnowledgeBaseId *string `location:"uri" locationName:"knowledgeBaseId" type:"string" required:"true"`

    // The identifier of the quick response.
    //
    // QuickResponseId is a required field
    QuickResponseId *string `location:"uri" locationName:"quickResponseId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetQuickResponseInput) GoString

func (s GetQuickResponseInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetQuickResponseInput) SetKnowledgeBaseId

func (s *GetQuickResponseInput) SetKnowledgeBaseId(v string) *GetQuickResponseInput

SetKnowledgeBaseId sets the KnowledgeBaseId field's value.

func (*GetQuickResponseInput) SetQuickResponseId

func (s *GetQuickResponseInput) SetQuickResponseId(v string) *GetQuickResponseInput

SetQuickResponseId sets the QuickResponseId field's value.

func (GetQuickResponseInput) String

func (s GetQuickResponseInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetQuickResponseInput) Validate

func (s *GetQuickResponseInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetQuickResponseOutput

type GetQuickResponseOutput struct {

    // The quick response.
    QuickResponse *QuickResponseData `locationName:"quickResponse" type:"structure"`
    // contains filtered or unexported fields
}

func (GetQuickResponseOutput) GoString

func (s GetQuickResponseOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetQuickResponseOutput) SetQuickResponse

func (s *GetQuickResponseOutput) SetQuickResponse(v *QuickResponseData) *GetQuickResponseOutput

SetQuickResponse sets the QuickResponse field's value.

func (GetQuickResponseOutput) String

func (s GetQuickResponseOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetRecommendationsInput

type GetRecommendationsInput struct {

    // The identifier of the Wisdom assistant. Can be either the ID or the ARN.
    // URLs cannot contain the ARN.
    //
    // AssistantId is a required field
    AssistantId *string `location:"uri" locationName:"assistantId" type:"string" required:"true"`

    // The maximum number of results to return per page.
    MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

    // The identifier of the session. Can be either the ID or the ARN. URLs cannot
    // contain the ARN.
    //
    // SessionId is a required field
    SessionId *string `location:"uri" locationName:"sessionId" type:"string" required:"true"`

    // 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 *int64 `location:"querystring" locationName:"waitTimeSeconds" type:"integer"`
    // contains filtered or unexported fields
}

func (GetRecommendationsInput) GoString

func (s GetRecommendationsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetRecommendationsInput) SetAssistantId

func (s *GetRecommendationsInput) SetAssistantId(v string) *GetRecommendationsInput

SetAssistantId sets the AssistantId field's value.

func (*GetRecommendationsInput) SetMaxResults

func (s *GetRecommendationsInput) SetMaxResults(v int64) *GetRecommendationsInput

SetMaxResults sets the MaxResults field's value.

func (*GetRecommendationsInput) SetSessionId

func (s *GetRecommendationsInput) SetSessionId(v string) *GetRecommendationsInput

SetSessionId sets the SessionId field's value.

func (*GetRecommendationsInput) SetWaitTimeSeconds

func (s *GetRecommendationsInput) SetWaitTimeSeconds(v int64) *GetRecommendationsInput

SetWaitTimeSeconds sets the WaitTimeSeconds field's value.

func (GetRecommendationsInput) String

func (s GetRecommendationsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetRecommendationsInput) Validate

func (s *GetRecommendationsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetRecommendationsOutput

type GetRecommendationsOutput struct {

    // The recommendations.
    //
    // Recommendations is a required field
    Recommendations []*RecommendationData `locationName:"recommendations" type:"list" required:"true"`

    // The triggers corresponding to recommendations.
    Triggers []*RecommendationTrigger `locationName:"triggers" type:"list"`
    // contains filtered or unexported fields
}

func (GetRecommendationsOutput) GoString

func (s GetRecommendationsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetRecommendationsOutput) SetRecommendations

func (s *GetRecommendationsOutput) SetRecommendations(v []*RecommendationData) *GetRecommendationsOutput

SetRecommendations sets the Recommendations field's value.

func (*GetRecommendationsOutput) SetTriggers

func (s *GetRecommendationsOutput) SetTriggers(v []*RecommendationTrigger) *GetRecommendationsOutput

SetTriggers sets the Triggers field's value.

func (GetRecommendationsOutput) String

func (s GetRecommendationsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetSessionInput

type GetSessionInput struct {

    // The identifier of the Wisdom assistant. Can be either the ID or the ARN.
    // URLs cannot contain the ARN.
    //
    // AssistantId is a required field
    AssistantId *string `location:"uri" locationName:"assistantId" type:"string" required:"true"`

    // The identifier of the session. Can be either the ID or the ARN. URLs cannot
    // contain the ARN.
    //
    // SessionId is a required field
    SessionId *string `location:"uri" locationName:"sessionId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetSessionInput) GoString

func (s GetSessionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetSessionInput) SetAssistantId

func (s *GetSessionInput) SetAssistantId(v string) *GetSessionInput

SetAssistantId sets the AssistantId field's value.

func (*GetSessionInput) SetSessionId

func (s *GetSessionInput) SetSessionId(v string) *GetSessionInput

SetSessionId sets the SessionId field's value.

func (GetSessionInput) String

func (s GetSessionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetSessionInput) Validate

func (s *GetSessionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetSessionOutput

type GetSessionOutput struct {

    // The session.
    Session *SessionData `locationName:"session" type:"structure"`
    // contains filtered or unexported fields
}

func (GetSessionOutput) GoString

func (s GetSessionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetSessionOutput) SetSession

func (s *GetSessionOutput) SetSession(v *SessionData) *GetSessionOutput

SetSession sets the Session field's value.

func (GetSessionOutput) String

func (s GetSessionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GroupingConfiguration

type GroupingConfiguration struct {

    // The criteria used for grouping Wisdom users.
    //
    // The following is the list of supported criteria values.
    //
    //    * RoutingProfileArn: Grouping the users by their Amazon Connect routing
    //    profile ARN (https://docs.aws.amazon.com/connect/latest/APIReference/API_RoutingProfile.html).
    //    User should have SearchRoutingProfile (https://docs.aws.amazon.com/connect/latest/APIReference/API_SearchRoutingProfiles.html)
    //    and DescribeRoutingProfile (https://docs.aws.amazon.com/connect/latest/APIReference/API_DescribeRoutingProfile.html)
    //    permissions when setting criteria to this value.
    //
    // Criteria is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by GroupingConfiguration's
    // String and GoString methods.
    Criteria *string `locationName:"criteria" min:"1" type:"string" sensitive:"true"`

    // The list of values that define different groups of Wisdom users.
    //
    //    * When setting criteria to RoutingProfileArn, you need to provide a list
    //    of ARNs of Amazon Connect routing profiles (https://docs.aws.amazon.com/connect/latest/APIReference/API_RoutingProfile.html)
    //    as values of this parameter.
    Values []*string `locationName:"values" type:"list"`
    // contains filtered or unexported fields
}

The configuration information of the grouping of Wisdom users.

func (GroupingConfiguration) GoString

func (s GroupingConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GroupingConfiguration) SetCriteria

func (s *GroupingConfiguration) SetCriteria(v string) *GroupingConfiguration

SetCriteria sets the Criteria field's value.

func (*GroupingConfiguration) SetValues

func (s *GroupingConfiguration) SetValues(v []*string) *GroupingConfiguration

SetValues sets the Values field's value.

func (GroupingConfiguration) String

func (s GroupingConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GroupingConfiguration) Validate

func (s *GroupingConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Highlight

type Highlight struct {

    // The offset for the start of the highlight.
    BeginOffsetInclusive *int64 `locationName:"beginOffsetInclusive" type:"integer"`

    // The offset for the end of the highlight.
    EndOffsetExclusive *int64 `locationName:"endOffsetExclusive" type:"integer"`
    // contains filtered or unexported fields
}

Offset specification to describe highlighting of document excerpts for rendering search results and recommendations.

func (Highlight) GoString

func (s Highlight) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Highlight) SetBeginOffsetInclusive

func (s *Highlight) SetBeginOffsetInclusive(v int64) *Highlight

SetBeginOffsetInclusive sets the BeginOffsetInclusive field's value.

func (*Highlight) SetEndOffsetExclusive

func (s *Highlight) SetEndOffsetExclusive(v int64) *Highlight

SetEndOffsetExclusive sets the EndOffsetExclusive field's value.

func (Highlight) String

func (s Highlight) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ImportJobData

type ImportJobData struct {

    // The timestamp when the import job was created.
    //
    // CreatedTime is a required field
    CreatedTime *time.Time `locationName:"createdTime" type:"timestamp" timestampFormat:"unixTimestamp" required:"true"`

    // The configuration information of the external data source.
    ExternalSourceConfiguration *ExternalSourceConfiguration `locationName:"externalSourceConfiguration" type:"structure"`

    // The link to donwload the information of resource data that failed to be imported.
    //
    // FailedRecordReport is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by ImportJobData's
    // String and GoString methods.
    FailedRecordReport *string `locationName:"failedRecordReport" min:"1" type:"string" sensitive:"true"`

    // The identifier of the import job.
    //
    // ImportJobId is a required field
    ImportJobId *string `locationName:"importJobId" type:"string" required:"true"`

    // The type of the import job.
    //
    // ImportJobType is a required field
    ImportJobType *string `locationName:"importJobType" type:"string" required:"true" enum:"ImportJobType"`

    // The Amazon Resource Name (ARN) of the knowledge base.
    //
    // KnowledgeBaseArn is a required field
    KnowledgeBaseArn *string `locationName:"knowledgeBaseArn" type:"string" required:"true"`

    // 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.
    //
    // KnowledgeBaseId is a required field
    KnowledgeBaseId *string `locationName:"knowledgeBaseId" type:"string" required:"true"`

    // The timestamp when the import job data was last modified.
    //
    // LastModifiedTime is a required field
    LastModifiedTime *time.Time `locationName:"lastModifiedTime" type:"timestamp" timestampFormat:"unixTimestamp" required:"true"`

    // The metadata fields of the imported Wisdom resources.
    Metadata map[string]*string `locationName:"metadata" type:"map"`

    // The status of the import job.
    //
    // Status is a required field
    Status *string `locationName:"status" type:"string" required:"true" enum:"ImportJobStatus"`

    // A pointer to the uploaded asset. This value is returned by StartContentUpload
    // (https://docs.aws.amazon.com/wisdom/latest/APIReference/API_StartContentUpload.html).
    //
    // UploadId is a required field
    UploadId *string `locationName:"uploadId" min:"1" type:"string" required:"true"`

    // The download link to the resource file that is uploaded to the import job.
    //
    // Url is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by ImportJobData's
    // String and GoString methods.
    //
    // Url is a required field
    Url *string `locationName:"url" min:"1" type:"string" required:"true" sensitive:"true"`

    // The expiration time of the URL as an epoch timestamp.
    //
    // UrlExpiry is a required field
    UrlExpiry *time.Time `locationName:"urlExpiry" type:"timestamp" timestampFormat:"unixTimestamp" required:"true"`
    // contains filtered or unexported fields
}

Summary information about the import job.

func (ImportJobData) GoString

func (s ImportJobData) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ImportJobData) SetCreatedTime

func (s *ImportJobData) SetCreatedTime(v time.Time) *ImportJobData

SetCreatedTime sets the CreatedTime field's value.

func (*ImportJobData) SetExternalSourceConfiguration

func (s *ImportJobData) SetExternalSourceConfiguration(v *ExternalSourceConfiguration) *ImportJobData

SetExternalSourceConfiguration sets the ExternalSourceConfiguration field's value.

func (*ImportJobData) SetFailedRecordReport

func (s *ImportJobData) SetFailedRecordReport(v string) *ImportJobData

SetFailedRecordReport sets the FailedRecordReport field's value.

func (*ImportJobData) SetImportJobId

func (s *ImportJobData) SetImportJobId(v string) *ImportJobData

SetImportJobId sets the ImportJobId field's value.

func (*ImportJobData) SetImportJobType

func (s *ImportJobData) SetImportJobType(v string) *ImportJobData

SetImportJobType sets the ImportJobType field's value.

func (*ImportJobData) SetKnowledgeBaseArn

func (s *ImportJobData) SetKnowledgeBaseArn(v string) *ImportJobData

SetKnowledgeBaseArn sets the KnowledgeBaseArn field's value.

func (*ImportJobData) SetKnowledgeBaseId

func (s *ImportJobData) SetKnowledgeBaseId(v string) *ImportJobData

SetKnowledgeBaseId sets the KnowledgeBaseId field's value.

func (*ImportJobData) SetLastModifiedTime

func (s *ImportJobData) SetLastModifiedTime(v time.Time) *ImportJobData

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*ImportJobData) SetMetadata

func (s *ImportJobData) SetMetadata(v map[string]*string) *ImportJobData

SetMetadata sets the Metadata field's value.

func (*ImportJobData) SetStatus

func (s *ImportJobData) SetStatus(v string) *ImportJobData

SetStatus sets the Status field's value.

func (*ImportJobData) SetUploadId

func (s *ImportJobData) SetUploadId(v string) *ImportJobData

SetUploadId sets the UploadId field's value.

func (*ImportJobData) SetUrl

func (s *ImportJobData) SetUrl(v string) *ImportJobData

SetUrl sets the Url field's value.

func (*ImportJobData) SetUrlExpiry

func (s *ImportJobData) SetUrlExpiry(v time.Time) *ImportJobData

SetUrlExpiry sets the UrlExpiry field's value.

func (ImportJobData) String

func (s ImportJobData) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ImportJobSummary

type ImportJobSummary struct {

    // The timestamp when the import job was created.
    //
    // CreatedTime is a required field
    CreatedTime *time.Time `locationName:"createdTime" type:"timestamp" timestampFormat:"unixTimestamp" required:"true"`

    // The configuration information of the external source that the resource data
    // are imported from.
    ExternalSourceConfiguration *ExternalSourceConfiguration `locationName:"externalSourceConfiguration" type:"structure"`

    // The identifier of the import job.
    //
    // ImportJobId is a required field
    ImportJobId *string `locationName:"importJobId" type:"string" required:"true"`

    // The type of import job.
    //
    // ImportJobType is a required field
    ImportJobType *string `locationName:"importJobType" type:"string" required:"true" enum:"ImportJobType"`

    // The Amazon Resource Name (ARN) of the knowledge base.
    //
    // KnowledgeBaseArn is a required field
    KnowledgeBaseArn *string `locationName:"knowledgeBaseArn" type:"string" required:"true"`

    // 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.
    //
    // KnowledgeBaseId is a required field
    KnowledgeBaseId *string `locationName:"knowledgeBaseId" type:"string" required:"true"`

    // The timestamp when the import job was last modified.
    //
    // LastModifiedTime is a required field
    LastModifiedTime *time.Time `locationName:"lastModifiedTime" type:"timestamp" timestampFormat:"unixTimestamp" required:"true"`

    // The metadata fields of the imported Wisdom resources.
    Metadata map[string]*string `locationName:"metadata" type:"map"`

    // The status of the import job.
    //
    // Status is a required field
    Status *string `locationName:"status" type:"string" required:"true" enum:"ImportJobStatus"`

    // A pointer to the uploaded asset. This value is returned by StartContentUpload
    // (https://docs.aws.amazon.com/wisdom/latest/APIReference/API_StartContentUpload.html).
    //
    // UploadId is a required field
    UploadId *string `locationName:"uploadId" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Summary information about the import job.

func (ImportJobSummary) GoString

func (s ImportJobSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ImportJobSummary) SetCreatedTime

func (s *ImportJobSummary) SetCreatedTime(v time.Time) *ImportJobSummary

SetCreatedTime sets the CreatedTime field's value.

func (*ImportJobSummary) SetExternalSourceConfiguration

func (s *ImportJobSummary) SetExternalSourceConfiguration(v *ExternalSourceConfiguration) *ImportJobSummary

SetExternalSourceConfiguration sets the ExternalSourceConfiguration field's value.

func (*ImportJobSummary) SetImportJobId

func (s *ImportJobSummary) SetImportJobId(v string) *ImportJobSummary

SetImportJobId sets the ImportJobId field's value.

func (*ImportJobSummary) SetImportJobType

func (s *ImportJobSummary) SetImportJobType(v string) *ImportJobSummary

SetImportJobType sets the ImportJobType field's value.

func (*ImportJobSummary) SetKnowledgeBaseArn

func (s *ImportJobSummary) SetKnowledgeBaseArn(v string) *ImportJobSummary

SetKnowledgeBaseArn sets the KnowledgeBaseArn field's value.

func (*ImportJobSummary) SetKnowledgeBaseId

func (s *ImportJobSummary) SetKnowledgeBaseId(v string) *ImportJobSummary

SetKnowledgeBaseId sets the KnowledgeBaseId field's value.

func (*ImportJobSummary) SetLastModifiedTime

func (s *ImportJobSummary) SetLastModifiedTime(v time.Time) *ImportJobSummary

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*ImportJobSummary) SetMetadata

func (s *ImportJobSummary) SetMetadata(v map[string]*string) *ImportJobSummary

SetMetadata sets the Metadata field's value.

func (*ImportJobSummary) SetStatus

func (s *ImportJobSummary) SetStatus(v string) *ImportJobSummary

SetStatus sets the Status field's value.

func (*ImportJobSummary) SetUploadId

func (s *ImportJobSummary) SetUploadId(v string) *ImportJobSummary

SetUploadId sets the UploadId field's value.

func (ImportJobSummary) String

func (s ImportJobSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type KnowledgeBaseAssociationData

type KnowledgeBaseAssociationData struct {

    // The Amazon Resource Name (ARN) of the knowledge base.
    KnowledgeBaseArn *string `locationName:"knowledgeBaseArn" type:"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.
    KnowledgeBaseId *string `locationName:"knowledgeBaseId" type:"string"`
    // contains filtered or unexported fields
}

Association information about the knowledge base.

func (KnowledgeBaseAssociationData) GoString

func (s KnowledgeBaseAssociationData) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KnowledgeBaseAssociationData) SetKnowledgeBaseArn

func (s *KnowledgeBaseAssociationData) SetKnowledgeBaseArn(v string) *KnowledgeBaseAssociationData

SetKnowledgeBaseArn sets the KnowledgeBaseArn field's value.

func (*KnowledgeBaseAssociationData) SetKnowledgeBaseId

func (s *KnowledgeBaseAssociationData) SetKnowledgeBaseId(v string) *KnowledgeBaseAssociationData

SetKnowledgeBaseId sets the KnowledgeBaseId field's value.

func (KnowledgeBaseAssociationData) String

func (s KnowledgeBaseAssociationData) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type KnowledgeBaseData

type KnowledgeBaseData struct {

    // The description.
    Description *string `locationName:"description" min:"1" type:"string"`

    // The Amazon Resource Name (ARN) of the knowledge base.
    //
    // KnowledgeBaseArn is a required field
    KnowledgeBaseArn *string `locationName:"knowledgeBaseArn" type:"string" required:"true"`

    // 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.
    //
    // KnowledgeBaseId is a required field
    KnowledgeBaseId *string `locationName:"knowledgeBaseId" type:"string" required:"true"`

    // The type of knowledge base.
    //
    // KnowledgeBaseType is a required field
    KnowledgeBaseType *string `locationName:"knowledgeBaseType" type:"string" required:"true" enum:"KnowledgeBaseType"`

    // An epoch timestamp indicating the most recent content modification inside
    // the knowledge base. If no content exists in a knowledge base, this value
    // is unset.
    LastContentModificationTime *time.Time `locationName:"lastContentModificationTime" type:"timestamp" timestampFormat:"unixTimestamp"`

    // The name of the knowledge base.
    //
    // Name is a required field
    Name *string `locationName:"name" min:"1" type:"string" required:"true"`

    // Information about how to render the content.
    RenderingConfiguration *RenderingConfiguration `locationName:"renderingConfiguration" type:"structure"`

    // 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 (https://docs.aws.amazon.com/connect/latest/adminguide/enable-wisdom.html).
    ServerSideEncryptionConfiguration *ServerSideEncryptionConfiguration `locationName:"serverSideEncryptionConfiguration" type:"structure"`

    // Source configuration information about the knowledge base.
    SourceConfiguration *SourceConfiguration `locationName:"sourceConfiguration" type:"structure"`

    // The status of the knowledge base.
    //
    // Status is a required field
    Status *string `locationName:"status" type:"string" required:"true" enum:"KnowledgeBaseStatus"`

    // The tags used to organize, track, or control access for this resource.
    Tags map[string]*string `locationName:"tags" type:"map"`
    // contains filtered or unexported fields
}

Information about the knowledge base.

func (KnowledgeBaseData) GoString

func (s KnowledgeBaseData) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KnowledgeBaseData) SetDescription

func (s *KnowledgeBaseData) SetDescription(v string) *KnowledgeBaseData

SetDescription sets the Description field's value.

func (*KnowledgeBaseData) SetKnowledgeBaseArn

func (s *KnowledgeBaseData) SetKnowledgeBaseArn(v string) *KnowledgeBaseData

SetKnowledgeBaseArn sets the KnowledgeBaseArn field's value.

func (*KnowledgeBaseData) SetKnowledgeBaseId

func (s *KnowledgeBaseData) SetKnowledgeBaseId(v string) *KnowledgeBaseData

SetKnowledgeBaseId sets the KnowledgeBaseId field's value.

func (*KnowledgeBaseData) SetKnowledgeBaseType

func (s *KnowledgeBaseData) SetKnowledgeBaseType(v string) *KnowledgeBaseData

SetKnowledgeBaseType sets the KnowledgeBaseType field's value.

func (*KnowledgeBaseData) SetLastContentModificationTime

func (s *KnowledgeBaseData) SetLastContentModificationTime(v time.Time) *KnowledgeBaseData

SetLastContentModificationTime sets the LastContentModificationTime field's value.

func (*KnowledgeBaseData) SetName

func (s *KnowledgeBaseData) SetName(v string) *KnowledgeBaseData

SetName sets the Name field's value.

func (*KnowledgeBaseData) SetRenderingConfiguration

func (s *KnowledgeBaseData) SetRenderingConfiguration(v *RenderingConfiguration) *KnowledgeBaseData

SetRenderingConfiguration sets the RenderingConfiguration field's value.

func (*KnowledgeBaseData) SetServerSideEncryptionConfiguration

func (s *KnowledgeBaseData) SetServerSideEncryptionConfiguration(v *ServerSideEncryptionConfiguration) *KnowledgeBaseData

SetServerSideEncryptionConfiguration sets the ServerSideEncryptionConfiguration field's value.

func (*KnowledgeBaseData) SetSourceConfiguration

func (s *KnowledgeBaseData) SetSourceConfiguration(v *SourceConfiguration) *KnowledgeBaseData

SetSourceConfiguration sets the SourceConfiguration field's value.

func (*KnowledgeBaseData) SetStatus

func (s *KnowledgeBaseData) SetStatus(v string) *KnowledgeBaseData

SetStatus sets the Status field's value.

func (*KnowledgeBaseData) SetTags

func (s *KnowledgeBaseData) SetTags(v map[string]*string) *KnowledgeBaseData

SetTags sets the Tags field's value.

func (KnowledgeBaseData) String

func (s KnowledgeBaseData) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type KnowledgeBaseSummary

type KnowledgeBaseSummary struct {

    // The description of the knowledge base.
    Description *string `locationName:"description" min:"1" type:"string"`

    // The Amazon Resource Name (ARN) of the knowledge base.
    //
    // KnowledgeBaseArn is a required field
    KnowledgeBaseArn *string `locationName:"knowledgeBaseArn" type:"string" required:"true"`

    // 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.
    //
    // KnowledgeBaseId is a required field
    KnowledgeBaseId *string `locationName:"knowledgeBaseId" type:"string" required:"true"`

    // The type of knowledge base.
    //
    // KnowledgeBaseType is a required field
    KnowledgeBaseType *string `locationName:"knowledgeBaseType" type:"string" required:"true" enum:"KnowledgeBaseType"`

    // The name of the knowledge base.
    //
    // Name is a required field
    Name *string `locationName:"name" min:"1" type:"string" required:"true"`

    // Information about how to render the content.
    RenderingConfiguration *RenderingConfiguration `locationName:"renderingConfiguration" type:"structure"`

    // The configuration information for the customer managed key used for encryption.
    //
    // This KMS key must have a policy that allows kms:CreateGrant, kms:DescribeKey,
    // 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 (https://docs.aws.amazon.com/connect/latest/adminguide/enable-wisdom.html).
    ServerSideEncryptionConfiguration *ServerSideEncryptionConfiguration `locationName:"serverSideEncryptionConfiguration" type:"structure"`

    // Configuration information about the external data source.
    SourceConfiguration *SourceConfiguration `locationName:"sourceConfiguration" type:"structure"`

    // The status of the knowledge base summary.
    //
    // Status is a required field
    Status *string `locationName:"status" type:"string" required:"true" enum:"KnowledgeBaseStatus"`

    // The tags used to organize, track, or control access for this resource.
    Tags map[string]*string `locationName:"tags" type:"map"`
    // contains filtered or unexported fields
}

Summary information about the knowledge base.

func (KnowledgeBaseSummary) GoString

func (s KnowledgeBaseSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KnowledgeBaseSummary) SetDescription

func (s *KnowledgeBaseSummary) SetDescription(v string) *KnowledgeBaseSummary

SetDescription sets the Description field's value.

func (*KnowledgeBaseSummary) SetKnowledgeBaseArn

func (s *KnowledgeBaseSummary) SetKnowledgeBaseArn(v string) *KnowledgeBaseSummary

SetKnowledgeBaseArn sets the KnowledgeBaseArn field's value.

func (*KnowledgeBaseSummary) SetKnowledgeBaseId

func (s *KnowledgeBaseSummary) SetKnowledgeBaseId(v string) *KnowledgeBaseSummary

SetKnowledgeBaseId sets the KnowledgeBaseId field's value.

func (*KnowledgeBaseSummary) SetKnowledgeBaseType

func (s *KnowledgeBaseSummary) SetKnowledgeBaseType(v string) *KnowledgeBaseSummary

SetKnowledgeBaseType sets the KnowledgeBaseType field's value.

func (*KnowledgeBaseSummary) SetName

func (s *KnowledgeBaseSummary) SetName(v string) *KnowledgeBaseSummary

SetName sets the Name field's value.

func (*KnowledgeBaseSummary) SetRenderingConfiguration

func (s *KnowledgeBaseSummary) SetRenderingConfiguration(v *RenderingConfiguration) *KnowledgeBaseSummary

SetRenderingConfiguration sets the RenderingConfiguration field's value.

func (*KnowledgeBaseSummary) SetServerSideEncryptionConfiguration

func (s *KnowledgeBaseSummary) SetServerSideEncryptionConfiguration(v *ServerSideEncryptionConfiguration) *KnowledgeBaseSummary

SetServerSideEncryptionConfiguration sets the ServerSideEncryptionConfiguration field's value.

func (*KnowledgeBaseSummary) SetSourceConfiguration

func (s *KnowledgeBaseSummary) SetSourceConfiguration(v *SourceConfiguration) *KnowledgeBaseSummary

SetSourceConfiguration sets the SourceConfiguration field's value.

func (*KnowledgeBaseSummary) SetStatus

func (s *KnowledgeBaseSummary) SetStatus(v string) *KnowledgeBaseSummary

SetStatus sets the Status field's value.

func (*KnowledgeBaseSummary) SetTags

func (s *KnowledgeBaseSummary) SetTags(v map[string]*string) *KnowledgeBaseSummary

SetTags sets the Tags field's value.

func (KnowledgeBaseSummary) String

func (s KnowledgeBaseSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListAssistantAssociationsInput

type ListAssistantAssociationsInput struct {

    // The identifier of the Wisdom assistant. Can be either the ID or the ARN.
    // URLs cannot contain the ARN.
    //
    // AssistantId is a required field
    AssistantId *string `location:"uri" locationName:"assistantId" type:"string" required:"true"`

    // The maximum number of results to return per page.
    MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

    // 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 `location:"querystring" locationName:"nextToken" min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListAssistantAssociationsInput) GoString

func (s ListAssistantAssociationsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAssistantAssociationsInput) SetAssistantId

func (s *ListAssistantAssociationsInput) SetAssistantId(v string) *ListAssistantAssociationsInput

SetAssistantId sets the AssistantId field's value.

func (*ListAssistantAssociationsInput) SetMaxResults

func (s *ListAssistantAssociationsInput) SetMaxResults(v int64) *ListAssistantAssociationsInput

SetMaxResults sets the MaxResults field's value.

func (*ListAssistantAssociationsInput) SetNextToken

func (s *ListAssistantAssociationsInput) SetNextToken(v string) *ListAssistantAssociationsInput

SetNextToken sets the NextToken field's value.

func (ListAssistantAssociationsInput) String

func (s ListAssistantAssociationsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAssistantAssociationsInput) Validate

func (s *ListAssistantAssociationsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListAssistantAssociationsOutput

type ListAssistantAssociationsOutput struct {

    // Summary information about assistant associations.
    //
    // AssistantAssociationSummaries is a required field
    AssistantAssociationSummaries []*AssistantAssociationSummary `locationName:"assistantAssociationSummaries" type:"list" required:"true"`

    // If there are additional results, this is the token for the next set of results.
    NextToken *string `locationName:"nextToken" min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListAssistantAssociationsOutput) GoString

func (s ListAssistantAssociationsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAssistantAssociationsOutput) SetAssistantAssociationSummaries

func (s *ListAssistantAssociationsOutput) SetAssistantAssociationSummaries(v []*AssistantAssociationSummary) *ListAssistantAssociationsOutput

SetAssistantAssociationSummaries sets the AssistantAssociationSummaries field's value.

func (*ListAssistantAssociationsOutput) SetNextToken

func (s *ListAssistantAssociationsOutput) SetNextToken(v string) *ListAssistantAssociationsOutput

SetNextToken sets the NextToken field's value.

func (ListAssistantAssociationsOutput) String

func (s ListAssistantAssociationsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListAssistantsInput

type ListAssistantsInput struct {

    // The maximum number of results to return per page.
    MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

    // 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 `location:"querystring" locationName:"nextToken" min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListAssistantsInput) GoString

func (s ListAssistantsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAssistantsInput) SetMaxResults

func (s *ListAssistantsInput) SetMaxResults(v int64) *ListAssistantsInput

SetMaxResults sets the MaxResults field's value.

func (*ListAssistantsInput) SetNextToken

func (s *ListAssistantsInput) SetNextToken(v string) *ListAssistantsInput

SetNextToken sets the NextToken field's value.

func (ListAssistantsInput) String

func (s ListAssistantsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAssistantsInput) Validate

func (s *ListAssistantsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListAssistantsOutput

type ListAssistantsOutput struct {

    // Information about the assistants.
    //
    // AssistantSummaries is a required field
    AssistantSummaries []*AssistantSummary `locationName:"assistantSummaries" type:"list" required:"true"`

    // If there are additional results, this is the token for the next set of results.
    NextToken *string `locationName:"nextToken" min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListAssistantsOutput) GoString

func (s ListAssistantsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAssistantsOutput) SetAssistantSummaries

func (s *ListAssistantsOutput) SetAssistantSummaries(v []*AssistantSummary) *ListAssistantsOutput

SetAssistantSummaries sets the AssistantSummaries field's value.

func (*ListAssistantsOutput) SetNextToken

func (s *ListAssistantsOutput) SetNextToken(v string) *ListAssistantsOutput

SetNextToken sets the NextToken field's value.

func (ListAssistantsOutput) String

func (s ListAssistantsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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.
    //
    // KnowledgeBaseId is a required field
    KnowledgeBaseId *string `location:"uri" locationName:"knowledgeBaseId" type:"string" required:"true"`

    // The maximum number of results to return per page.
    MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

    // 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 `location:"querystring" locationName:"nextToken" min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListContentsInput) GoString

func (s ListContentsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListContentsInput) SetKnowledgeBaseId

func (s *ListContentsInput) SetKnowledgeBaseId(v string) *ListContentsInput

SetKnowledgeBaseId sets the KnowledgeBaseId field's value.

func (*ListContentsInput) SetMaxResults

func (s *ListContentsInput) SetMaxResults(v int64) *ListContentsInput

SetMaxResults sets the MaxResults field's value.

func (*ListContentsInput) SetNextToken

func (s *ListContentsInput) SetNextToken(v string) *ListContentsInput

SetNextToken sets the NextToken field's value.

func (ListContentsInput) String

func (s ListContentsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListContentsInput) Validate

func (s *ListContentsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListContentsOutput

type ListContentsOutput struct {

    // Information about the content.
    //
    // ContentSummaries is a required field
    ContentSummaries []*ContentSummary `locationName:"contentSummaries" type:"list" required:"true"`

    // If there are additional results, this is the token for the next set of results.
    NextToken *string `locationName:"nextToken" min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListContentsOutput) GoString

func (s ListContentsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListContentsOutput) SetContentSummaries

func (s *ListContentsOutput) SetContentSummaries(v []*ContentSummary) *ListContentsOutput

SetContentSummaries sets the ContentSummaries field's value.

func (*ListContentsOutput) SetNextToken

func (s *ListContentsOutput) SetNextToken(v string) *ListContentsOutput

SetNextToken sets the NextToken field's value.

func (ListContentsOutput) String

func (s ListContentsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListImportJobsInput

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.
    //
    // KnowledgeBaseId is a required field
    KnowledgeBaseId *string `location:"uri" locationName:"knowledgeBaseId" type:"string" required:"true"`

    // The maximum number of results to return per page.
    MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

    // 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 `location:"querystring" locationName:"nextToken" min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListImportJobsInput) GoString

func (s ListImportJobsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListImportJobsInput) SetKnowledgeBaseId

func (s *ListImportJobsInput) SetKnowledgeBaseId(v string) *ListImportJobsInput

SetKnowledgeBaseId sets the KnowledgeBaseId field's value.

func (*ListImportJobsInput) SetMaxResults

func (s *ListImportJobsInput) SetMaxResults(v int64) *ListImportJobsInput

SetMaxResults sets the MaxResults field's value.

func (*ListImportJobsInput) SetNextToken

func (s *ListImportJobsInput) SetNextToken(v string) *ListImportJobsInput

SetNextToken sets the NextToken field's value.

func (ListImportJobsInput) String

func (s ListImportJobsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListImportJobsInput) Validate

func (s *ListImportJobsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListImportJobsOutput

type ListImportJobsOutput struct {

    // Summary information about the import jobs.
    //
    // ImportJobSummaries is a required field
    ImportJobSummaries []*ImportJobSummary `locationName:"importJobSummaries" type:"list" required:"true"`

    // 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 `locationName:"nextToken" min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListImportJobsOutput) GoString

func (s ListImportJobsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListImportJobsOutput) SetImportJobSummaries

func (s *ListImportJobsOutput) SetImportJobSummaries(v []*ImportJobSummary) *ListImportJobsOutput

SetImportJobSummaries sets the ImportJobSummaries field's value.

func (*ListImportJobsOutput) SetNextToken

func (s *ListImportJobsOutput) SetNextToken(v string) *ListImportJobsOutput

SetNextToken sets the NextToken field's value.

func (ListImportJobsOutput) String

func (s ListImportJobsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListKnowledgeBasesInput

type ListKnowledgeBasesInput struct {

    // The maximum number of results to return per page.
    MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

    // 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 `location:"querystring" locationName:"nextToken" min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListKnowledgeBasesInput) GoString

func (s ListKnowledgeBasesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListKnowledgeBasesInput) SetMaxResults

func (s *ListKnowledgeBasesInput) SetMaxResults(v int64) *ListKnowledgeBasesInput

SetMaxResults sets the MaxResults field's value.

func (*ListKnowledgeBasesInput) SetNextToken

func (s *ListKnowledgeBasesInput) SetNextToken(v string) *ListKnowledgeBasesInput

SetNextToken sets the NextToken field's value.

func (ListKnowledgeBasesInput) String

func (s ListKnowledgeBasesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListKnowledgeBasesInput) Validate

func (s *ListKnowledgeBasesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListKnowledgeBasesOutput

type ListKnowledgeBasesOutput struct {

    // Information about the knowledge bases.
    //
    // KnowledgeBaseSummaries is a required field
    KnowledgeBaseSummaries []*KnowledgeBaseSummary `locationName:"knowledgeBaseSummaries" type:"list" required:"true"`

    // If there are additional results, this is the token for the next set of results.
    NextToken *string `locationName:"nextToken" min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListKnowledgeBasesOutput) GoString

func (s ListKnowledgeBasesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListKnowledgeBasesOutput) SetKnowledgeBaseSummaries

func (s *ListKnowledgeBasesOutput) SetKnowledgeBaseSummaries(v []*KnowledgeBaseSummary) *ListKnowledgeBasesOutput

SetKnowledgeBaseSummaries sets the KnowledgeBaseSummaries field's value.

func (*ListKnowledgeBasesOutput) SetNextToken

func (s *ListKnowledgeBasesOutput) SetNextToken(v string) *ListKnowledgeBasesOutput

SetNextToken sets the NextToken field's value.

func (ListKnowledgeBasesOutput) String

func (s ListKnowledgeBasesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListQuickResponsesInput

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.
    //
    // KnowledgeBaseId is a required field
    KnowledgeBaseId *string `location:"uri" locationName:"knowledgeBaseId" type:"string" required:"true"`

    // The maximum number of results to return per page.
    MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

    // 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 `location:"querystring" locationName:"nextToken" min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListQuickResponsesInput) GoString

func (s ListQuickResponsesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListQuickResponsesInput) SetKnowledgeBaseId

func (s *ListQuickResponsesInput) SetKnowledgeBaseId(v string) *ListQuickResponsesInput

SetKnowledgeBaseId sets the KnowledgeBaseId field's value.

func (*ListQuickResponsesInput) SetMaxResults

func (s *ListQuickResponsesInput) SetMaxResults(v int64) *ListQuickResponsesInput

SetMaxResults sets the MaxResults field's value.

func (*ListQuickResponsesInput) SetNextToken

func (s *ListQuickResponsesInput) SetNextToken(v string) *ListQuickResponsesInput

SetNextToken sets the NextToken field's value.

func (ListQuickResponsesInput) String

func (s ListQuickResponsesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListQuickResponsesInput) Validate

func (s *ListQuickResponsesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListQuickResponsesOutput

type ListQuickResponsesOutput struct {

    // 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 `locationName:"nextToken" min:"1" type:"string"`

    // Summary information about the quick responses.
    //
    // QuickResponseSummaries is a required field
    QuickResponseSummaries []*QuickResponseSummary `locationName:"quickResponseSummaries" type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (ListQuickResponsesOutput) GoString

func (s ListQuickResponsesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListQuickResponsesOutput) SetNextToken

func (s *ListQuickResponsesOutput) SetNextToken(v string) *ListQuickResponsesOutput

SetNextToken sets the NextToken field's value.

func (*ListQuickResponsesOutput) SetQuickResponseSummaries

func (s *ListQuickResponsesOutput) SetQuickResponseSummaries(v []*QuickResponseSummary) *ListQuickResponsesOutput

SetQuickResponseSummaries sets the QuickResponseSummaries field's value.

func (ListQuickResponsesOutput) String

func (s ListQuickResponsesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListTagsForResourceInput

type ListTagsForResourceInput struct {

    // The Amazon Resource Name (ARN) of the resource.
    //
    // ResourceArn is a required field
    ResourceArn *string `location:"uri" locationName:"resourceArn" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (ListTagsForResourceInput) GoString

func (s ListTagsForResourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsForResourceInput) SetResourceArn

func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput

SetResourceArn sets the ResourceArn field's value.

func (ListTagsForResourceInput) String

func (s ListTagsForResourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsForResourceInput) Validate

func (s *ListTagsForResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTagsForResourceOutput

type ListTagsForResourceOutput struct {

    // The tags used to organize, track, or control access for this resource.
    Tags map[string]*string `locationName:"tags" type:"map"`
    // contains filtered or unexported fields
}

func (ListTagsForResourceOutput) GoString

func (s ListTagsForResourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsForResourceOutput) SetTags

func (s *ListTagsForResourceOutput) SetTags(v map[string]*string) *ListTagsForResourceOutput

SetTags sets the Tags field's value.

func (ListTagsForResourceOutput) String

func (s ListTagsForResourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type NotifyRecommendationsReceivedError

type NotifyRecommendationsReceivedError struct {

    // A recommendation is causing an error.
    Message *string `locationName:"message" type:"string"`

    // The identifier of the recommendation that is in error.
    RecommendationId *string `locationName:"recommendationId" type:"string"`
    // contains filtered or unexported fields
}

An error occurred when creating a recommendation.

func (NotifyRecommendationsReceivedError) GoString

func (s NotifyRecommendationsReceivedError) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NotifyRecommendationsReceivedError) SetMessage

func (s *NotifyRecommendationsReceivedError) SetMessage(v string) *NotifyRecommendationsReceivedError

SetMessage sets the Message field's value.

func (*NotifyRecommendationsReceivedError) SetRecommendationId

func (s *NotifyRecommendationsReceivedError) SetRecommendationId(v string) *NotifyRecommendationsReceivedError

SetRecommendationId sets the RecommendationId field's value.

func (NotifyRecommendationsReceivedError) String

func (s NotifyRecommendationsReceivedError) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type NotifyRecommendationsReceivedInput

type NotifyRecommendationsReceivedInput struct {

    // The identifier of the Wisdom assistant. Can be either the ID or the ARN.
    // URLs cannot contain the ARN.
    //
    // AssistantId is a required field
    AssistantId *string `location:"uri" locationName:"assistantId" type:"string" required:"true"`

    // The identifiers of the recommendations.
    //
    // RecommendationIds is a required field
    RecommendationIds []*string `locationName:"recommendationIds" type:"list" required:"true"`

    // The identifier of the session. Can be either the ID or the ARN. URLs cannot
    // contain the ARN.
    //
    // SessionId is a required field
    SessionId *string `location:"uri" locationName:"sessionId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (NotifyRecommendationsReceivedInput) GoString

func (s NotifyRecommendationsReceivedInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NotifyRecommendationsReceivedInput) SetAssistantId

func (s *NotifyRecommendationsReceivedInput) SetAssistantId(v string) *NotifyRecommendationsReceivedInput

SetAssistantId sets the AssistantId field's value.

func (*NotifyRecommendationsReceivedInput) SetRecommendationIds

func (s *NotifyRecommendationsReceivedInput) SetRecommendationIds(v []*string) *NotifyRecommendationsReceivedInput

SetRecommendationIds sets the RecommendationIds field's value.

func (*NotifyRecommendationsReceivedInput) SetSessionId

func (s *NotifyRecommendationsReceivedInput) SetSessionId(v string) *NotifyRecommendationsReceivedInput

SetSessionId sets the SessionId field's value.

func (NotifyRecommendationsReceivedInput) String

func (s NotifyRecommendationsReceivedInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NotifyRecommendationsReceivedInput) Validate

func (s *NotifyRecommendationsReceivedInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type NotifyRecommendationsReceivedOutput

type NotifyRecommendationsReceivedOutput struct {

    // The identifiers of recommendations that are causing errors.
    Errors []*NotifyRecommendationsReceivedError `locationName:"errors" type:"list"`

    // The identifiers of the recommendations.
    RecommendationIds []*string `locationName:"recommendationIds" type:"list"`
    // contains filtered or unexported fields
}

func (NotifyRecommendationsReceivedOutput) GoString

func (s NotifyRecommendationsReceivedOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NotifyRecommendationsReceivedOutput) SetErrors

func (s *NotifyRecommendationsReceivedOutput) SetErrors(v []*NotifyRecommendationsReceivedError) *NotifyRecommendationsReceivedOutput

SetErrors sets the Errors field's value.

func (*NotifyRecommendationsReceivedOutput) SetRecommendationIds

func (s *NotifyRecommendationsReceivedOutput) SetRecommendationIds(v []*string) *NotifyRecommendationsReceivedOutput

SetRecommendationIds sets the RecommendationIds field's value.

func (NotifyRecommendationsReceivedOutput) String

func (s NotifyRecommendationsReceivedOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PreconditionFailedException

type PreconditionFailedException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The provided revisionId does not match, indicating the content has been modified since it was last read.

func (*PreconditionFailedException) Code

func (s *PreconditionFailedException) Code() string

Code returns the exception type name.

func (*PreconditionFailedException) Error

func (s *PreconditionFailedException) Error() string

func (PreconditionFailedException) GoString

func (s PreconditionFailedException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PreconditionFailedException) Message

func (s *PreconditionFailedException) Message() string

Message returns the exception's message.

func (*PreconditionFailedException) OrigErr

func (s *PreconditionFailedException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*PreconditionFailedException) RequestID

func (s *PreconditionFailedException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*PreconditionFailedException) StatusCode

func (s *PreconditionFailedException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (PreconditionFailedException) String

func (s PreconditionFailedException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type QueryAssistantInput

type QueryAssistantInput struct {

    // The identifier of the Wisdom assistant. Can be either the ID or the ARN.
    // URLs cannot contain the ARN.
    //
    // AssistantId is a required field
    AssistantId *string `location:"uri" locationName:"assistantId" type:"string" required:"true"`

    // The maximum number of results to return per page.
    MaxResults *int64 `locationName:"maxResults" min:"1" type:"integer"`

    // 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 `locationName:"nextToken" min:"1" type:"string"`

    // The text to search for.
    //
    // QueryText is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by QueryAssistantInput's
    // String and GoString methods.
    //
    // QueryText is a required field
    QueryText *string `locationName:"queryText" type:"string" required:"true" sensitive:"true"`
    // contains filtered or unexported fields
}

func (QueryAssistantInput) GoString

func (s QueryAssistantInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*QueryAssistantInput) SetAssistantId

func (s *QueryAssistantInput) SetAssistantId(v string) *QueryAssistantInput

SetAssistantId sets the AssistantId field's value.

func (*QueryAssistantInput) SetMaxResults

func (s *QueryAssistantInput) SetMaxResults(v int64) *QueryAssistantInput

SetMaxResults sets the MaxResults field's value.

func (*QueryAssistantInput) SetNextToken

func (s *QueryAssistantInput) SetNextToken(v string) *QueryAssistantInput

SetNextToken sets the NextToken field's value.

func (*QueryAssistantInput) SetQueryText

func (s *QueryAssistantInput) SetQueryText(v string) *QueryAssistantInput

SetQueryText sets the QueryText field's value.

func (QueryAssistantInput) String

func (s QueryAssistantInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*QueryAssistantInput) Validate

func (s *QueryAssistantInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type QueryAssistantOutput

type QueryAssistantOutput struct {

    // If there are additional results, this is the token for the next set of results.
    NextToken *string `locationName:"nextToken" min:"1" type:"string"`

    // The results of the query.
    //
    // Results is a required field
    Results []*ResultData `locationName:"results" type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (QueryAssistantOutput) GoString

func (s QueryAssistantOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*QueryAssistantOutput) SetNextToken

func (s *QueryAssistantOutput) SetNextToken(v string) *QueryAssistantOutput

SetNextToken sets the NextToken field's value.

func (*QueryAssistantOutput) SetResults

func (s *QueryAssistantOutput) SetResults(v []*ResultData) *QueryAssistantOutput

SetResults sets the Results field's value.

func (QueryAssistantOutput) String

func (s QueryAssistantOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type QueryRecommendationTriggerData

type QueryRecommendationTriggerData struct {

    // The text associated with the recommendation trigger.
    //
    // Text is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by QueryRecommendationTriggerData's
    // String and GoString methods.
    Text *string `locationName:"text" type:"string" sensitive:"true"`
    // contains filtered or unexported fields
}

Data associated with the QUERY RecommendationTriggerType.

func (QueryRecommendationTriggerData) GoString

func (s QueryRecommendationTriggerData) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*QueryRecommendationTriggerData) SetText

func (s *QueryRecommendationTriggerData) SetText(v string) *QueryRecommendationTriggerData

SetText sets the Text field's value.

func (QueryRecommendationTriggerData) String

func (s QueryRecommendationTriggerData) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type QuickResponseContentProvider

type QuickResponseContentProvider struct {

    // The content of the quick response.
    //
    // Content is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by QuickResponseContentProvider's
    // String and GoString methods.
    Content *string `locationName:"content" min:"1" type:"string" sensitive:"true"`
    // contains filtered or unexported fields
}

The container quick response content.

func (QuickResponseContentProvider) GoString

func (s QuickResponseContentProvider) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*QuickResponseContentProvider) SetContent

func (s *QuickResponseContentProvider) SetContent(v string) *QuickResponseContentProvider

SetContent sets the Content field's value.

func (QuickResponseContentProvider) String

func (s QuickResponseContentProvider) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type QuickResponseContents

type QuickResponseContents struct {

    // The container quick response content.
    Markdown *QuickResponseContentProvider `locationName:"markdown" type:"structure"`

    // The container quick response content.
    PlainText *QuickResponseContentProvider `locationName:"plainText" type:"structure"`
    // contains filtered or unexported fields
}

The content of the quick response stored in different media types.

func (QuickResponseContents) GoString

func (s QuickResponseContents) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*QuickResponseContents) SetMarkdown

func (s *QuickResponseContents) SetMarkdown(v *QuickResponseContentProvider) *QuickResponseContents

SetMarkdown sets the Markdown field's value.

func (*QuickResponseContents) SetPlainText

func (s *QuickResponseContents) SetPlainText(v *QuickResponseContentProvider) *QuickResponseContents

SetPlainText sets the PlainText field's value.

func (QuickResponseContents) String

func (s QuickResponseContents) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type QuickResponseData

type QuickResponseData struct {

    // The Amazon Connect contact channels this quick response applies to. The supported
    // contact channel types include Chat.
    Channels []*string `locationName:"channels" type:"list"`

    // 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 is a required field
    ContentType *string `locationName:"contentType" type:"string" required:"true"`

    // The contents of the quick response.
    Contents *QuickResponseContents `locationName:"contents" type:"structure"`

    // The timestamp when the quick response was created.
    //
    // CreatedTime is a required field
    CreatedTime *time.Time `locationName:"createdTime" type:"timestamp" timestampFormat:"unixTimestamp" required:"true"`

    // The description of the quick response.
    Description *string `locationName:"description" min:"1" type:"string"`

    // The configuration information of the user groups that the quick response
    // is accessible to.
    GroupingConfiguration *GroupingConfiguration `locationName:"groupingConfiguration" type:"structure"`

    // Whether the quick response is active.
    IsActive *bool `locationName:"isActive" type:"boolean"`

    // The Amazon Resource Name (ARN) of the knowledge base.
    //
    // KnowledgeBaseArn is a required field
    KnowledgeBaseArn *string `locationName:"knowledgeBaseArn" type:"string" required:"true"`

    // 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.
    //
    // KnowledgeBaseId is a required field
    KnowledgeBaseId *string `locationName:"knowledgeBaseId" type:"string" required:"true"`

    // The language code value for the language in which the quick response is written.
    Language *string `locationName:"language" min:"2" type:"string"`

    // The Amazon Resource Name (ARN) of the user who last updated the quick response
    // data.
    LastModifiedBy *string `locationName:"lastModifiedBy" min:"1" type:"string"`

    // The timestamp when the quick response data was last modified.
    //
    // LastModifiedTime is a required field
    LastModifiedTime *time.Time `locationName:"lastModifiedTime" type:"timestamp" timestampFormat:"unixTimestamp" required:"true"`

    // The name of the quick response.
    //
    // Name is a required field
    Name *string `locationName:"name" min:"1" type:"string" required:"true"`

    // The Amazon Resource Name (ARN) of the quick response.
    //
    // QuickResponseArn is a required field
    QuickResponseArn *string `locationName:"quickResponseArn" type:"string" required:"true"`

    // The identifier of the quick response.
    //
    // QuickResponseId is a required field
    QuickResponseId *string `locationName:"quickResponseId" type:"string" required:"true"`

    // The shortcut key of the quick response. The value should be unique across
    // the knowledge base.
    ShortcutKey *string `locationName:"shortcutKey" min:"1" type:"string"`

    // The status of the quick response data.
    //
    // Status is a required field
    Status *string `locationName:"status" type:"string" required:"true" enum:"QuickResponseStatus"`

    // The tags used to organize, track, or control access for this resource.
    Tags map[string]*string `locationName:"tags" type:"map"`
    // contains filtered or unexported fields
}

Information about the quick response.

func (QuickResponseData) GoString

func (s QuickResponseData) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*QuickResponseData) SetChannels

func (s *QuickResponseData) SetChannels(v []*string) *QuickResponseData

SetChannels sets the Channels field's value.

func (*QuickResponseData) SetContentType

func (s *QuickResponseData) SetContentType(v string) *QuickResponseData

SetContentType sets the ContentType field's value.

func (*QuickResponseData) SetContents

func (s *QuickResponseData) SetContents(v *QuickResponseContents) *QuickResponseData

SetContents sets the Contents field's value.

func (*QuickResponseData) SetCreatedTime

func (s *QuickResponseData) SetCreatedTime(v time.Time) *QuickResponseData

SetCreatedTime sets the CreatedTime field's value.

func (*QuickResponseData) SetDescription

func (s *QuickResponseData) SetDescription(v string) *QuickResponseData

SetDescription sets the Description field's value.

func (*QuickResponseData) SetGroupingConfiguration

func (s *QuickResponseData) SetGroupingConfiguration(v *GroupingConfiguration) *QuickResponseData

SetGroupingConfiguration sets the GroupingConfiguration field's value.

func (*QuickResponseData) SetIsActive

func (s *QuickResponseData) SetIsActive(v bool) *QuickResponseData

SetIsActive sets the IsActive field's value.

func (*QuickResponseData) SetKnowledgeBaseArn

func (s *QuickResponseData) SetKnowledgeBaseArn(v string) *QuickResponseData

SetKnowledgeBaseArn sets the KnowledgeBaseArn field's value.

func (*QuickResponseData) SetKnowledgeBaseId

func (s *QuickResponseData) SetKnowledgeBaseId(v string) *QuickResponseData

SetKnowledgeBaseId sets the KnowledgeBaseId field's value.

func (*QuickResponseData) SetLanguage

func (s *QuickResponseData) SetLanguage(v string) *QuickResponseData

SetLanguage sets the Language field's value.

func (*QuickResponseData) SetLastModifiedBy

func (s *QuickResponseData) SetLastModifiedBy(v string) *QuickResponseData

SetLastModifiedBy sets the LastModifiedBy field's value.

func (*QuickResponseData) SetLastModifiedTime

func (s *QuickResponseData) SetLastModifiedTime(v time.Time) *QuickResponseData

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*QuickResponseData) SetName

func (s *QuickResponseData) SetName(v string) *QuickResponseData

SetName sets the Name field's value.

func (*QuickResponseData) SetQuickResponseArn

func (s *QuickResponseData) SetQuickResponseArn(v string) *QuickResponseData

SetQuickResponseArn sets the QuickResponseArn field's value.

func (*QuickResponseData) SetQuickResponseId

func (s *QuickResponseData) SetQuickResponseId(v string) *QuickResponseData

SetQuickResponseId sets the QuickResponseId field's value.

func (*QuickResponseData) SetShortcutKey

func (s *QuickResponseData) SetShortcutKey(v string) *QuickResponseData

SetShortcutKey sets the ShortcutKey field's value.

func (*QuickResponseData) SetStatus

func (s *QuickResponseData) SetStatus(v string) *QuickResponseData

SetStatus sets the Status field's value.

func (*QuickResponseData) SetTags

func (s *QuickResponseData) SetTags(v map[string]*string) *QuickResponseData

SetTags sets the Tags field's value.

func (QuickResponseData) String

func (s QuickResponseData) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type QuickResponseDataProvider

type QuickResponseDataProvider struct {

    // The content of the quick response.
    //
    // Content is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by QuickResponseDataProvider's
    // String and GoString methods.
    Content *string `locationName:"content" min:"1" type:"string" sensitive:"true"`
    // contains filtered or unexported fields
}

The container of quick response data.

func (QuickResponseDataProvider) GoString

func (s QuickResponseDataProvider) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*QuickResponseDataProvider) SetContent

func (s *QuickResponseDataProvider) SetContent(v string) *QuickResponseDataProvider

SetContent sets the Content field's value.

func (QuickResponseDataProvider) String

func (s QuickResponseDataProvider) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*QuickResponseDataProvider) Validate

func (s *QuickResponseDataProvider) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type QuickResponseFilterField

type QuickResponseFilterField struct {

    // Whether to treat null value as a match for the attribute field.
    IncludeNoExistence *bool `locationName:"includeNoExistence" type:"boolean"`

    // The name of the attribute field to filter the quick responses by.
    //
    // Name is a required field
    Name *string `locationName:"name" min:"1" type:"string" required:"true"`

    // The operator to use for filtering.
    //
    // Operator is a required field
    Operator *string `locationName:"operator" type:"string" required:"true" enum:"QuickResponseFilterOperator"`

    // The values of attribute field to filter the quick response by.
    Values []*string `locationName:"values" min:"1" type:"list"`
    // contains filtered or unexported fields
}

The quick response fields to filter the quick response query results by.

The following is the list of supported field names.

  • name

  • description

  • shortcutKey

  • isActive

  • channels

  • language

  • contentType

  • createdTime

  • lastModifiedTime

  • lastModifiedBy

  • groupingConfiguration.criteria

  • groupingConfiguration.values

func (QuickResponseFilterField) GoString

func (s QuickResponseFilterField) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*QuickResponseFilterField) SetIncludeNoExistence

func (s *QuickResponseFilterField) SetIncludeNoExistence(v bool) *QuickResponseFilterField

SetIncludeNoExistence sets the IncludeNoExistence field's value.

func (*QuickResponseFilterField) SetName

func (s *QuickResponseFilterField) SetName(v string) *QuickResponseFilterField

SetName sets the Name field's value.

func (*QuickResponseFilterField) SetOperator

func (s *QuickResponseFilterField) SetOperator(v string) *QuickResponseFilterField

SetOperator sets the Operator field's value.

func (*QuickResponseFilterField) SetValues

func (s *QuickResponseFilterField) SetValues(v []*string) *QuickResponseFilterField

SetValues sets the Values field's value.

func (QuickResponseFilterField) String

func (s QuickResponseFilterField) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*QuickResponseFilterField) Validate

func (s *QuickResponseFilterField) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type QuickResponseOrderField

type QuickResponseOrderField struct {

    // The name of the attribute to order the quick response query results by.
    //
    // Name is a required field
    Name *string `locationName:"name" min:"1" type:"string" required:"true"`

    // The order at which the quick responses are sorted by.
    Order *string `locationName:"order" type:"string" enum:"Order"`
    // contains filtered or unexported fields
}

The quick response fields to order the quick response query results by.

The following is the list of supported field names.

  • name

  • description

  • shortcutKey

  • isActive

  • channels

  • language

  • contentType

  • createdTime

  • lastModifiedTime

  • lastModifiedBy

  • groupingConfiguration.criteria

  • groupingConfiguration.values

func (QuickResponseOrderField) GoString

func (s QuickResponseOrderField) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*QuickResponseOrderField) SetName

func (s *QuickResponseOrderField) SetName(v string) *QuickResponseOrderField

SetName sets the Name field's value.

func (*QuickResponseOrderField) SetOrder

func (s *QuickResponseOrderField) SetOrder(v string) *QuickResponseOrderField

SetOrder sets the Order field's value.

func (QuickResponseOrderField) String

func (s QuickResponseOrderField) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*QuickResponseOrderField) Validate

func (s *QuickResponseOrderField) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type QuickResponseQueryField

type QuickResponseQueryField struct {

    // Whether the query expects only exact matches on the attribute field values.
    // The results of the query will only include exact matches if this parameter
    // is set to false.
    AllowFuzziness *bool `locationName:"allowFuzziness" type:"boolean"`

    // The name of the attribute to query the quick responses by.
    //
    // Name is a required field
    Name *string `locationName:"name" min:"1" type:"string" required:"true"`

    // The operator to use for matching attribute field values in the query.
    //
    // Operator is a required field
    Operator *string `locationName:"operator" type:"string" required:"true" enum:"QuickResponseQueryOperator"`

    // The importance of the attribute field when calculating query result relevancy
    // scores. The value set for this parameter affects the ordering of search results.
    Priority *string `locationName:"priority" type:"string" enum:"Priority"`

    // The values of the attribute to query the quick responses by.
    //
    // Values is a required field
    Values []*string `locationName:"values" min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

The quick response fields to query quick responses by.

The following is the list of supported field names.

  • content

  • name

  • description

  • shortcutKey

func (QuickResponseQueryField) GoString

func (s QuickResponseQueryField) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*QuickResponseQueryField) SetAllowFuzziness

func (s *QuickResponseQueryField) SetAllowFuzziness(v bool) *QuickResponseQueryField

SetAllowFuzziness sets the AllowFuzziness field's value.

func (*QuickResponseQueryField) SetName

func (s *QuickResponseQueryField) SetName(v string) *QuickResponseQueryField

SetName sets the Name field's value.

func (*QuickResponseQueryField) SetOperator

func (s *QuickResponseQueryField) SetOperator(v string) *QuickResponseQueryField

SetOperator sets the Operator field's value.

func (*QuickResponseQueryField) SetPriority

func (s *QuickResponseQueryField) SetPriority(v string) *QuickResponseQueryField

SetPriority sets the Priority field's value.

func (*QuickResponseQueryField) SetValues

func (s *QuickResponseQueryField) SetValues(v []*string) *QuickResponseQueryField

SetValues sets the Values field's value.

func (QuickResponseQueryField) String

func (s QuickResponseQueryField) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*QuickResponseQueryField) Validate

func (s *QuickResponseQueryField) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type QuickResponseSearchExpression

type QuickResponseSearchExpression struct {

    // The configuration of filtering rules applied to quick response query results.
    Filters []*QuickResponseFilterField `locationName:"filters" type:"list"`

    // The quick response attribute fields on which the query results are ordered.
    OrderOnField *QuickResponseOrderField `locationName:"orderOnField" type:"structure"`

    // The quick response query expressions.
    Queries []*QuickResponseQueryField `locationName:"queries" type:"list"`
    // contains filtered or unexported fields
}

Information about the import job.

func (QuickResponseSearchExpression) GoString

func (s QuickResponseSearchExpression) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*QuickResponseSearchExpression) SetFilters

func (s *QuickResponseSearchExpression) SetFilters(v []*QuickResponseFilterField) *QuickResponseSearchExpression

SetFilters sets the Filters field's value.

func (*QuickResponseSearchExpression) SetOrderOnField

func (s *QuickResponseSearchExpression) SetOrderOnField(v *QuickResponseOrderField) *QuickResponseSearchExpression

SetOrderOnField sets the OrderOnField field's value.

func (*QuickResponseSearchExpression) SetQueries

func (s *QuickResponseSearchExpression) SetQueries(v []*QuickResponseQueryField) *QuickResponseSearchExpression

SetQueries sets the Queries field's value.

func (QuickResponseSearchExpression) String

func (s QuickResponseSearchExpression) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*QuickResponseSearchExpression) Validate

func (s *QuickResponseSearchExpression) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type QuickResponseSearchResultData

type QuickResponseSearchResultData struct {

    // The user defined contact attributes that are resolved when the search result
    // is returned.
    //
    // AttributesInterpolated is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by QuickResponseSearchResultData's
    // String and GoString methods.
    AttributesInterpolated []*string `locationName:"attributesInterpolated" type:"list" sensitive:"true"`

    // The user defined contact attributes that are not resolved when the search
    // result is returned.
    //
    // AttributesNotInterpolated is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by QuickResponseSearchResultData's
    // String and GoString methods.
    AttributesNotInterpolated []*string `locationName:"attributesNotInterpolated" type:"list" sensitive:"true"`

    // The Amazon Connect contact channels this quick response applies to. The supported
    // contact channel types include Chat.
    Channels []*string `locationName:"channels" type:"list"`

    // 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 is a required field
    ContentType *string `locationName:"contentType" type:"string" required:"true"`

    // The contents of the quick response.
    //
    // Contents is a required field
    Contents *QuickResponseContents `locationName:"contents" type:"structure" required:"true"`

    // The timestamp when the quick response was created.
    //
    // CreatedTime is a required field
    CreatedTime *time.Time `locationName:"createdTime" type:"timestamp" timestampFormat:"unixTimestamp" required:"true"`

    // The description of the quick response.
    Description *string `locationName:"description" min:"1" type:"string"`

    // The configuration information of the user groups that the quick response
    // is accessible to.
    GroupingConfiguration *GroupingConfiguration `locationName:"groupingConfiguration" type:"structure"`

    // Whether the quick response is active.
    //
    // IsActive is a required field
    IsActive *bool `locationName:"isActive" type:"boolean" required:"true"`

    // The Amazon Resource Name (ARN) of the knowledge base.
    //
    // KnowledgeBaseArn is a required field
    KnowledgeBaseArn *string `locationName:"knowledgeBaseArn" type:"string" required:"true"`

    // 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.
    //
    // KnowledgeBaseId is a required field
    KnowledgeBaseId *string `locationName:"knowledgeBaseId" type:"string" required:"true"`

    // The language code value for the language in which the quick response is written.
    Language *string `locationName:"language" min:"2" type:"string"`

    // The Amazon Resource Name (ARN) of the user who last updated the quick response
    // search result data.
    LastModifiedBy *string `locationName:"lastModifiedBy" min:"1" type:"string"`

    // The timestamp when the quick response search result data was last modified.
    //
    // LastModifiedTime is a required field
    LastModifiedTime *time.Time `locationName:"lastModifiedTime" type:"timestamp" timestampFormat:"unixTimestamp" required:"true"`

    // The name of the quick response.
    //
    // Name is a required field
    Name *string `locationName:"name" min:"1" type:"string" required:"true"`

    // The Amazon Resource Name (ARN) of the quick response.
    //
    // QuickResponseArn is a required field
    QuickResponseArn *string `locationName:"quickResponseArn" type:"string" required:"true"`

    // The identifier of the quick response.
    //
    // QuickResponseId is a required field
    QuickResponseId *string `locationName:"quickResponseId" type:"string" required:"true"`

    // The shortcut key of the quick response. The value should be unique across
    // the knowledge base.
    ShortcutKey *string `locationName:"shortcutKey" min:"1" type:"string"`

    // The resource status of the quick response.
    //
    // Status is a required field
    Status *string `locationName:"status" type:"string" required:"true" enum:"QuickResponseStatus"`

    // The tags used to organize, track, or control access for this resource.
    Tags map[string]*string `locationName:"tags" type:"map"`
    // contains filtered or unexported fields
}

The result of quick response search.

func (QuickResponseSearchResultData) GoString

func (s QuickResponseSearchResultData) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*QuickResponseSearchResultData) SetAttributesInterpolated

func (s *QuickResponseSearchResultData) SetAttributesInterpolated(v []*string) *QuickResponseSearchResultData

SetAttributesInterpolated sets the AttributesInterpolated field's value.

func (*QuickResponseSearchResultData) SetAttributesNotInterpolated

func (s *QuickResponseSearchResultData) SetAttributesNotInterpolated(v []*string) *QuickResponseSearchResultData

SetAttributesNotInterpolated sets the AttributesNotInterpolated field's value.

func (*QuickResponseSearchResultData) SetChannels

func (s *QuickResponseSearchResultData) SetChannels(v []*string) *QuickResponseSearchResultData

SetChannels sets the Channels field's value.

func (*QuickResponseSearchResultData) SetContentType

func (s *QuickResponseSearchResultData) SetContentType(v string) *QuickResponseSearchResultData

SetContentType sets the ContentType field's value.

func (*QuickResponseSearchResultData) SetContents

func (s *QuickResponseSearchResultData) SetContents(v *QuickResponseContents) *QuickResponseSearchResultData

SetContents sets the Contents field's value.

func (*QuickResponseSearchResultData) SetCreatedTime

func (s *QuickResponseSearchResultData) SetCreatedTime(v time.Time) *QuickResponseSearchResultData

SetCreatedTime sets the CreatedTime field's value.

func (*QuickResponseSearchResultData) SetDescription

func (s *QuickResponseSearchResultData) SetDescription(v string) *QuickResponseSearchResultData

SetDescription sets the Description field's value.

func (*QuickResponseSearchResultData) SetGroupingConfiguration

func (s *QuickResponseSearchResultData) SetGroupingConfiguration(v *GroupingConfiguration) *QuickResponseSearchResultData

SetGroupingConfiguration sets the GroupingConfiguration field's value.

func (*QuickResponseSearchResultData) SetIsActive

func (s *QuickResponseSearchResultData) SetIsActive(v bool) *QuickResponseSearchResultData

SetIsActive sets the IsActive field's value.

func (*QuickResponseSearchResultData) SetKnowledgeBaseArn

func (s *QuickResponseSearchResultData) SetKnowledgeBaseArn(v string) *QuickResponseSearchResultData

SetKnowledgeBaseArn sets the KnowledgeBaseArn field's value.

func (*QuickResponseSearchResultData) SetKnowledgeBaseId

func (s *QuickResponseSearchResultData) SetKnowledgeBaseId(v string) *QuickResponseSearchResultData

SetKnowledgeBaseId sets the KnowledgeBaseId field's value.

func (*QuickResponseSearchResultData) SetLanguage

func (s *QuickResponseSearchResultData) SetLanguage(v string) *QuickResponseSearchResultData

SetLanguage sets the Language field's value.

func (*QuickResponseSearchResultData) SetLastModifiedBy

func (s *QuickResponseSearchResultData) SetLastModifiedBy(v string) *QuickResponseSearchResultData

SetLastModifiedBy sets the LastModifiedBy field's value.

func (*QuickResponseSearchResultData) SetLastModifiedTime

func (s *QuickResponseSearchResultData) SetLastModifiedTime(v time.Time) *QuickResponseSearchResultData

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*QuickResponseSearchResultData) SetName

func (s *QuickResponseSearchResultData) SetName(v string) *QuickResponseSearchResultData

SetName sets the Name field's value.

func (*QuickResponseSearchResultData) SetQuickResponseArn

func (s *QuickResponseSearchResultData) SetQuickResponseArn(v string) *QuickResponseSearchResultData

SetQuickResponseArn sets the QuickResponseArn field's value.

func (*QuickResponseSearchResultData) SetQuickResponseId

func (s *QuickResponseSearchResultData) SetQuickResponseId(v string) *QuickResponseSearchResultData

SetQuickResponseId sets the QuickResponseId field's value.

func (*QuickResponseSearchResultData) SetShortcutKey

func (s *QuickResponseSearchResultData) SetShortcutKey(v string) *QuickResponseSearchResultData

SetShortcutKey sets the ShortcutKey field's value.

func (*QuickResponseSearchResultData) SetStatus

func (s *QuickResponseSearchResultData) SetStatus(v string) *QuickResponseSearchResultData

SetStatus sets the Status field's value.

func (*QuickResponseSearchResultData) SetTags

func (s *QuickResponseSearchResultData) SetTags(v map[string]*string) *QuickResponseSearchResultData

SetTags sets the Tags field's value.

func (QuickResponseSearchResultData) String

func (s QuickResponseSearchResultData) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type QuickResponseSummary

type QuickResponseSummary struct {

    // The Amazon Connect contact channels this quick response applies to. The supported
    // contact channel types include Chat.
    Channels []*string `locationName:"channels" type:"list"`

    // 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 is a required field
    ContentType *string `locationName:"contentType" type:"string" required:"true"`

    // The timestamp when the quick response was created.
    //
    // CreatedTime is a required field
    CreatedTime *time.Time `locationName:"createdTime" type:"timestamp" timestampFormat:"unixTimestamp" required:"true"`

    // The description of the quick response.
    Description *string `locationName:"description" min:"1" type:"string"`

    // Whether the quick response is active.
    IsActive *bool `locationName:"isActive" type:"boolean"`

    // The Amazon Resource Name (ARN) of the knowledge base.
    //
    // KnowledgeBaseArn is a required field
    KnowledgeBaseArn *string `locationName:"knowledgeBaseArn" type:"string" required:"true"`

    // 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.
    //
    // KnowledgeBaseId is a required field
    KnowledgeBaseId *string `locationName:"knowledgeBaseId" type:"string" required:"true"`

    // The Amazon Resource Name (ARN) of the user who last updated the quick response
    // data.
    LastModifiedBy *string `locationName:"lastModifiedBy" min:"1" type:"string"`

    // The timestamp when the quick response summary was last modified.
    //
    // LastModifiedTime is a required field
    LastModifiedTime *time.Time `locationName:"lastModifiedTime" type:"timestamp" timestampFormat:"unixTimestamp" required:"true"`

    // The name of the quick response.
    //
    // Name is a required field
    Name *string `locationName:"name" min:"1" type:"string" required:"true"`

    // The Amazon Resource Name (ARN) of the quick response.
    //
    // QuickResponseArn is a required field
    QuickResponseArn *string `locationName:"quickResponseArn" type:"string" required:"true"`

    // The identifier of the quick response.
    //
    // QuickResponseId is a required field
    QuickResponseId *string `locationName:"quickResponseId" type:"string" required:"true"`

    // The resource status of the quick response.
    //
    // Status is a required field
    Status *string `locationName:"status" type:"string" required:"true" enum:"QuickResponseStatus"`

    // The tags used to organize, track, or control access for this resource.
    Tags map[string]*string `locationName:"tags" type:"map"`
    // contains filtered or unexported fields
}

The summary information about the quick response.

func (QuickResponseSummary) GoString

func (s QuickResponseSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*QuickResponseSummary) SetChannels

func (s *QuickResponseSummary) SetChannels(v []*string) *QuickResponseSummary

SetChannels sets the Channels field's value.

func (*QuickResponseSummary) SetContentType

func (s *QuickResponseSummary) SetContentType(v string) *QuickResponseSummary

SetContentType sets the ContentType field's value.

func (*QuickResponseSummary) SetCreatedTime

func (s *QuickResponseSummary) SetCreatedTime(v time.Time) *QuickResponseSummary

SetCreatedTime sets the CreatedTime field's value.

func (*QuickResponseSummary) SetDescription

func (s *QuickResponseSummary) SetDescription(v string) *QuickResponseSummary

SetDescription sets the Description field's value.

func (*QuickResponseSummary) SetIsActive

func (s *QuickResponseSummary) SetIsActive(v bool) *QuickResponseSummary

SetIsActive sets the IsActive field's value.

func (*QuickResponseSummary) SetKnowledgeBaseArn

func (s *QuickResponseSummary) SetKnowledgeBaseArn(v string) *QuickResponseSummary

SetKnowledgeBaseArn sets the KnowledgeBaseArn field's value.

func (*QuickResponseSummary) SetKnowledgeBaseId

func (s *QuickResponseSummary) SetKnowledgeBaseId(v string) *QuickResponseSummary

SetKnowledgeBaseId sets the KnowledgeBaseId field's value.

func (*QuickResponseSummary) SetLastModifiedBy

func (s *QuickResponseSummary) SetLastModifiedBy(v string) *QuickResponseSummary

SetLastModifiedBy sets the LastModifiedBy field's value.

func (*QuickResponseSummary) SetLastModifiedTime

func (s *QuickResponseSummary) SetLastModifiedTime(v time.Time) *QuickResponseSummary

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*QuickResponseSummary) SetName

func (s *QuickResponseSummary) SetName(v string) *QuickResponseSummary

SetName sets the Name field's value.

func (*QuickResponseSummary) SetQuickResponseArn

func (s *QuickResponseSummary) SetQuickResponseArn(v string) *QuickResponseSummary

SetQuickResponseArn sets the QuickResponseArn field's value.

func (*QuickResponseSummary) SetQuickResponseId

func (s *QuickResponseSummary) SetQuickResponseId(v string) *QuickResponseSummary

SetQuickResponseId sets the QuickResponseId field's value.

func (*QuickResponseSummary) SetStatus

func (s *QuickResponseSummary) SetStatus(v string) *QuickResponseSummary

SetStatus sets the Status field's value.

func (*QuickResponseSummary) SetTags

func (s *QuickResponseSummary) SetTags(v map[string]*string) *QuickResponseSummary

SetTags sets the Tags field's value.

func (QuickResponseSummary) String

func (s QuickResponseSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RecommendationData

type RecommendationData struct {

    // The recommended document.
    //
    // Document is a required field
    Document *Document `locationName:"document" type:"structure" required:"true"`

    // The identifier of the recommendation.
    //
    // RecommendationId is a required field
    RecommendationId *string `locationName:"recommendationId" type:"string" required:"true"`

    // The relevance level of the recommendation.
    RelevanceLevel *string `locationName:"relevanceLevel" type:"string" enum:"RelevanceLevel"`

    // The relevance score of the recommendation.
    RelevanceScore *float64 `locationName:"relevanceScore" type:"double"`

    // The type of recommendation.
    Type *string `locationName:"type" type:"string" enum:"RecommendationType"`
    // contains filtered or unexported fields
}

Information about the recommendation.

func (RecommendationData) GoString

func (s RecommendationData) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RecommendationData) SetDocument

func (s *RecommendationData) SetDocument(v *Document) *RecommendationData

SetDocument sets the Document field's value.

func (*RecommendationData) SetRecommendationId

func (s *RecommendationData) SetRecommendationId(v string) *RecommendationData

SetRecommendationId sets the RecommendationId field's value.

func (*RecommendationData) SetRelevanceLevel

func (s *RecommendationData) SetRelevanceLevel(v string) *RecommendationData

SetRelevanceLevel sets the RelevanceLevel field's value.

func (*RecommendationData) SetRelevanceScore

func (s *RecommendationData) SetRelevanceScore(v float64) *RecommendationData

SetRelevanceScore sets the RelevanceScore field's value.

func (*RecommendationData) SetType

func (s *RecommendationData) SetType(v string) *RecommendationData

SetType sets the Type field's value.

func (RecommendationData) String

func (s RecommendationData) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RecommendationTrigger

type RecommendationTrigger struct {

    // A union type containing information related to the trigger.
    //
    // Data is a required field
    Data *RecommendationTriggerData `locationName:"data" type:"structure" required:"true"`

    // The identifier of the recommendation trigger.
    //
    // Id is a required field
    Id *string `locationName:"id" type:"string" required:"true"`

    // The identifiers of the recommendations.
    //
    // RecommendationIds is a required field
    RecommendationIds []*string `locationName:"recommendationIds" type:"list" required:"true"`

    // The source of the recommendation trigger.
    //
    //    * ISSUE_DETECTION: The corresponding recommendations were triggered by
    //    a Contact Lens issue.
    //
    //    * RULE_EVALUATION: The corresponding recommendations were triggered by
    //    a Contact Lens rule.
    //
    // Source is a required field
    Source *string `locationName:"source" type:"string" required:"true" enum:"RecommendationSourceType"`

    // The type of recommendation trigger.
    //
    // Type is a required field
    Type *string `locationName:"type" type:"string" required:"true" enum:"RecommendationTriggerType"`
    // contains filtered or unexported fields
}

A recommendation trigger provides context on the event that produced the referenced recommendations. Recommendations are only referenced in recommendationIds by a single RecommendationTrigger.

func (RecommendationTrigger) GoString

func (s RecommendationTrigger) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RecommendationTrigger) SetData

func (s *RecommendationTrigger) SetData(v *RecommendationTriggerData) *RecommendationTrigger

SetData sets the Data field's value.

func (*RecommendationTrigger) SetId

func (s *RecommendationTrigger) SetId(v string) *RecommendationTrigger

SetId sets the Id field's value.

func (*RecommendationTrigger) SetRecommendationIds

func (s *RecommendationTrigger) SetRecommendationIds(v []*string) *RecommendationTrigger

SetRecommendationIds sets the RecommendationIds field's value.

func (*RecommendationTrigger) SetSource

func (s *RecommendationTrigger) SetSource(v string) *RecommendationTrigger

SetSource sets the Source field's value.

func (*RecommendationTrigger) SetType

func (s *RecommendationTrigger) SetType(v string) *RecommendationTrigger

SetType sets the Type field's value.

func (RecommendationTrigger) String

func (s RecommendationTrigger) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RecommendationTriggerData

type RecommendationTriggerData struct {

    // Data associated with the QUERY RecommendationTriggerType.
    Query *QueryRecommendationTriggerData `locationName:"query" type:"structure"`
    // contains filtered or unexported fields
}

A union type containing information related to the trigger.

func (RecommendationTriggerData) GoString

func (s RecommendationTriggerData) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RecommendationTriggerData) SetQuery

func (s *RecommendationTriggerData) SetQuery(v *QueryRecommendationTriggerData) *RecommendationTriggerData

SetQuery sets the Query field's value.

func (RecommendationTriggerData) String

func (s RecommendationTriggerData) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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.
    //
    // KnowledgeBaseId is a required field
    KnowledgeBaseId *string `location:"uri" locationName:"knowledgeBaseId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (RemoveKnowledgeBaseTemplateUriInput) GoString

func (s RemoveKnowledgeBaseTemplateUriInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RemoveKnowledgeBaseTemplateUriInput) SetKnowledgeBaseId

func (s *RemoveKnowledgeBaseTemplateUriInput) SetKnowledgeBaseId(v string) *RemoveKnowledgeBaseTemplateUriInput

SetKnowledgeBaseId sets the KnowledgeBaseId field's value.

func (RemoveKnowledgeBaseTemplateUriInput) String

func (s RemoveKnowledgeBaseTemplateUriInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RemoveKnowledgeBaseTemplateUriInput) Validate

func (s *RemoveKnowledgeBaseTemplateUriInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RemoveKnowledgeBaseTemplateUriOutput

type RemoveKnowledgeBaseTemplateUriOutput struct {
    // contains filtered or unexported fields
}

func (RemoveKnowledgeBaseTemplateUriOutput) GoString

func (s RemoveKnowledgeBaseTemplateUriOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (RemoveKnowledgeBaseTemplateUriOutput) String

func (s RemoveKnowledgeBaseTemplateUriOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RenderingConfiguration

type RenderingConfiguration struct {

    // A URI template containing exactly one variable in ${variableName} format.
    // This can only be set for EXTERNAL knowledge bases. For Salesforce, ServiceNow,
    // and Zendesk, the variable must be one of the following:
    //
    //    * Salesforce: Id, ArticleNumber, VersionNumber, Title, PublishStatus,
    //    or IsDeleted
    //
    //    * ServiceNow: number, short_description, sys_mod_count, workflow_state,
    //    or active
    //
    //    * Zendesk: id, title, updated_at, or draft
    //
    // The variable is replaced with the actual value for a piece of content when
    // calling GetContent (https://docs.aws.amazon.com/wisdom/latest/APIReference/API_GetContent.html).
    TemplateUri *string `locationName:"templateUri" min:"1" type:"string"`
    // contains filtered or unexported fields
}

Information about how to render the content.

func (RenderingConfiguration) GoString

func (s RenderingConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RenderingConfiguration) SetTemplateUri

func (s *RenderingConfiguration) SetTemplateUri(v string) *RenderingConfiguration

SetTemplateUri sets the TemplateUri field's value.

func (RenderingConfiguration) String

func (s RenderingConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RenderingConfiguration) Validate

func (s *RenderingConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RequestTimeoutException

type RequestTimeoutException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The request reached the service more than 15 minutes after the date stamp on the request or more than 15 minutes after the request expiration date (such as for pre-signed URLs), or the date stamp on the request is more than 15 minutes in the future.

func (*RequestTimeoutException) Code

func (s *RequestTimeoutException) Code() string

Code returns the exception type name.

func (*RequestTimeoutException) Error

func (s *RequestTimeoutException) Error() string

func (RequestTimeoutException) GoString

func (s RequestTimeoutException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RequestTimeoutException) Message

func (s *RequestTimeoutException) Message() string

Message returns the exception's message.

func (*RequestTimeoutException) OrigErr

func (s *RequestTimeoutException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*RequestTimeoutException) RequestID

func (s *RequestTimeoutException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*RequestTimeoutException) StatusCode

func (s *RequestTimeoutException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (RequestTimeoutException) String

func (s RequestTimeoutException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourceNotFoundException

type ResourceNotFoundException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`

    // The specified resource name.
    ResourceName *string `locationName:"resourceName" type:"string"`
    // contains filtered or unexported fields
}

The specified resource does not exist.

func (*ResourceNotFoundException) Code

func (s *ResourceNotFoundException) Code() string

Code returns the exception type name.

func (*ResourceNotFoundException) Error

func (s *ResourceNotFoundException) Error() string

func (ResourceNotFoundException) GoString

func (s ResourceNotFoundException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceNotFoundException) Message

func (s *ResourceNotFoundException) Message() string

Message returns the exception's message.

func (*ResourceNotFoundException) OrigErr

func (s *ResourceNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceNotFoundException) RequestID

func (s *ResourceNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceNotFoundException) StatusCode

func (s *ResourceNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ResourceNotFoundException) String

func (s ResourceNotFoundException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResultData

type ResultData struct {

    // The document.
    //
    // Document is a required field
    Document *Document `locationName:"document" type:"structure" required:"true"`

    // The relevance score of the results.
    RelevanceScore *float64 `locationName:"relevanceScore" type:"double"`

    // The identifier of the result data.
    //
    // ResultId is a required field
    ResultId *string `locationName:"resultId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Information about the result.

func (ResultData) GoString

func (s ResultData) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResultData) SetDocument

func (s *ResultData) SetDocument(v *Document) *ResultData

SetDocument sets the Document field's value.

func (*ResultData) SetRelevanceScore

func (s *ResultData) SetRelevanceScore(v float64) *ResultData

SetRelevanceScore sets the RelevanceScore field's value.

func (*ResultData) SetResultId

func (s *ResultData) SetResultId(v string) *ResultData

SetResultId sets the ResultId field's value.

func (ResultData) String

func (s ResultData) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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.
    //
    // KnowledgeBaseId is a required field
    KnowledgeBaseId *string `location:"uri" locationName:"knowledgeBaseId" type:"string" required:"true"`

    // The maximum number of results to return per page.
    MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

    // 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 `location:"querystring" locationName:"nextToken" min:"1" type:"string"`

    // The search expression to filter results.
    //
    // SearchExpression is a required field
    SearchExpression *SearchExpression `locationName:"searchExpression" type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (SearchContentInput) GoString

func (s SearchContentInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchContentInput) SetKnowledgeBaseId

func (s *SearchContentInput) SetKnowledgeBaseId(v string) *SearchContentInput

SetKnowledgeBaseId sets the KnowledgeBaseId field's value.

func (*SearchContentInput) SetMaxResults

func (s *SearchContentInput) SetMaxResults(v int64) *SearchContentInput

SetMaxResults sets the MaxResults field's value.

func (*SearchContentInput) SetNextToken

func (s *SearchContentInput) SetNextToken(v string) *SearchContentInput

SetNextToken sets the NextToken field's value.

func (*SearchContentInput) SetSearchExpression

func (s *SearchContentInput) SetSearchExpression(v *SearchExpression) *SearchContentInput

SetSearchExpression sets the SearchExpression field's value.

func (SearchContentInput) String

func (s SearchContentInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchContentInput) Validate

func (s *SearchContentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SearchContentOutput

type SearchContentOutput struct {

    // Summary information about the content.
    //
    // ContentSummaries is a required field
    ContentSummaries []*ContentSummary `locationName:"contentSummaries" type:"list" required:"true"`

    // If there are additional results, this is the token for the next set of results.
    NextToken *string `locationName:"nextToken" min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (SearchContentOutput) GoString

func (s SearchContentOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchContentOutput) SetContentSummaries

func (s *SearchContentOutput) SetContentSummaries(v []*ContentSummary) *SearchContentOutput

SetContentSummaries sets the ContentSummaries field's value.

func (*SearchContentOutput) SetNextToken

func (s *SearchContentOutput) SetNextToken(v string) *SearchContentOutput

SetNextToken sets the NextToken field's value.

func (SearchContentOutput) String

func (s SearchContentOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SearchExpression

type SearchExpression struct {

    // The search expression filters.
    //
    // Filters is a required field
    Filters []*Filter `locationName:"filters" type:"list" required:"true"`
    // contains filtered or unexported fields
}

The search expression.

func (SearchExpression) GoString

func (s SearchExpression) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchExpression) SetFilters

func (s *SearchExpression) SetFilters(v []*Filter) *SearchExpression

SetFilters sets the Filters field's value.

func (SearchExpression) String

func (s SearchExpression) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchExpression) Validate

func (s *SearchExpression) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SearchQuickResponsesInput

type SearchQuickResponsesInput struct {

    // The user-defined Amazon Connect contact attributes (https://docs.aws.amazon.com/connect/latest/adminguide/connect-attrib-list.html#user-defined-attributes)
    // to be resolved when search results are returned.
    //
    // Attributes is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by SearchQuickResponsesInput's
    // String and GoString methods.
    Attributes map[string]*string `locationName:"attributes" type:"map" sensitive:"true"`

    // 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.
    //
    // KnowledgeBaseId is a required field
    KnowledgeBaseId *string `location:"uri" locationName:"knowledgeBaseId" type:"string" required:"true"`

    // The maximum number of results to return per page.
    MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

    // 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 `location:"querystring" locationName:"nextToken" min:"1" type:"string"`

    // The search expression for querying the quick response.
    //
    // SearchExpression is a required field
    SearchExpression *QuickResponseSearchExpression `locationName:"searchExpression" type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (SearchQuickResponsesInput) GoString

func (s SearchQuickResponsesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchQuickResponsesInput) SetAttributes

func (s *SearchQuickResponsesInput) SetAttributes(v map[string]*string) *SearchQuickResponsesInput

SetAttributes sets the Attributes field's value.

func (*SearchQuickResponsesInput) SetKnowledgeBaseId

func (s *SearchQuickResponsesInput) SetKnowledgeBaseId(v string) *SearchQuickResponsesInput

SetKnowledgeBaseId sets the KnowledgeBaseId field's value.

func (*SearchQuickResponsesInput) SetMaxResults

func (s *SearchQuickResponsesInput) SetMaxResults(v int64) *SearchQuickResponsesInput

SetMaxResults sets the MaxResults field's value.

func (*SearchQuickResponsesInput) SetNextToken

func (s *SearchQuickResponsesInput) SetNextToken(v string) *SearchQuickResponsesInput

SetNextToken sets the NextToken field's value.

func (*SearchQuickResponsesInput) SetSearchExpression

func (s *SearchQuickResponsesInput) SetSearchExpression(v *QuickResponseSearchExpression) *SearchQuickResponsesInput

SetSearchExpression sets the SearchExpression field's value.

func (SearchQuickResponsesInput) String

func (s SearchQuickResponsesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchQuickResponsesInput) Validate

func (s *SearchQuickResponsesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SearchQuickResponsesOutput

type SearchQuickResponsesOutput struct {

    // 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 `locationName:"nextToken" min:"1" type:"string"`

    // The results of the quick response search.
    //
    // Results is a required field
    Results []*QuickResponseSearchResultData `locationName:"results" type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (SearchQuickResponsesOutput) GoString

func (s SearchQuickResponsesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchQuickResponsesOutput) SetNextToken

func (s *SearchQuickResponsesOutput) SetNextToken(v string) *SearchQuickResponsesOutput

SetNextToken sets the NextToken field's value.

func (*SearchQuickResponsesOutput) SetResults

func (s *SearchQuickResponsesOutput) SetResults(v []*QuickResponseSearchResultData) *SearchQuickResponsesOutput

SetResults sets the Results field's value.

func (SearchQuickResponsesOutput) String

func (s SearchQuickResponsesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SearchSessionsInput

type SearchSessionsInput struct {

    // The identifier of the Wisdom assistant. Can be either the ID or the ARN.
    // URLs cannot contain the ARN.
    //
    // AssistantId is a required field
    AssistantId *string `location:"uri" locationName:"assistantId" type:"string" required:"true"`

    // The maximum number of results to return per page.
    MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

    // 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 `location:"querystring" locationName:"nextToken" min:"1" type:"string"`

    // The search expression to filter results.
    //
    // SearchExpression is a required field
    SearchExpression *SearchExpression `locationName:"searchExpression" type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (SearchSessionsInput) GoString

func (s SearchSessionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchSessionsInput) SetAssistantId

func (s *SearchSessionsInput) SetAssistantId(v string) *SearchSessionsInput

SetAssistantId sets the AssistantId field's value.

func (*SearchSessionsInput) SetMaxResults

func (s *SearchSessionsInput) SetMaxResults(v int64) *SearchSessionsInput

SetMaxResults sets the MaxResults field's value.

func (*SearchSessionsInput) SetNextToken

func (s *SearchSessionsInput) SetNextToken(v string) *SearchSessionsInput

SetNextToken sets the NextToken field's value.

func (*SearchSessionsInput) SetSearchExpression

func (s *SearchSessionsInput) SetSearchExpression(v *SearchExpression) *SearchSessionsInput

SetSearchExpression sets the SearchExpression field's value.

func (SearchSessionsInput) String

func (s SearchSessionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchSessionsInput) Validate

func (s *SearchSessionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SearchSessionsOutput

type SearchSessionsOutput struct {

    // If there are additional results, this is the token for the next set of results.
    NextToken *string `locationName:"nextToken" min:"1" type:"string"`

    // Summary information about the sessions.
    //
    // SessionSummaries is a required field
    SessionSummaries []*SessionSummary `locationName:"sessionSummaries" type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (SearchSessionsOutput) GoString

func (s SearchSessionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchSessionsOutput) SetNextToken

func (s *SearchSessionsOutput) SetNextToken(v string) *SearchSessionsOutput

SetNextToken sets the NextToken field's value.

func (*SearchSessionsOutput) SetSessionSummaries

func (s *SearchSessionsOutput) SetSessionSummaries(v []*SessionSummary) *SearchSessionsOutput

SetSessionSummaries sets the SessionSummaries field's value.

func (SearchSessionsOutput) String

func (s SearchSessionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ServerSideEncryptionConfiguration

type ServerSideEncryptionConfiguration struct {

    // The customer managed key used for encryption. For more information about
    // setting up a customer managed key for Wisdom, see Enable Amazon Connect Wisdom
    // for your instance (https://docs.aws.amazon.com/connect/latest/adminguide/enable-wisdom.html).
    // For information about valid ID values, see Key identifiers (KeyId) (https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id).
    KmsKeyId *string `locationName:"kmsKeyId" min:"1" type:"string"`
    // contains filtered or unexported fields
}

The configuration information for the customer managed key used for encryption.

func (ServerSideEncryptionConfiguration) GoString

func (s ServerSideEncryptionConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ServerSideEncryptionConfiguration) SetKmsKeyId

func (s *ServerSideEncryptionConfiguration) SetKmsKeyId(v string) *ServerSideEncryptionConfiguration

SetKmsKeyId sets the KmsKeyId field's value.

func (ServerSideEncryptionConfiguration) String

func (s ServerSideEncryptionConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ServerSideEncryptionConfiguration) Validate

func (s *ServerSideEncryptionConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ServiceQuotaExceededException

type ServiceQuotaExceededException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

You've exceeded your service quota. To perform the requested action, remove some of the relevant resources, or use service quotas to request a service quota increase.

func (*ServiceQuotaExceededException) Code

func (s *ServiceQuotaExceededException) Code() string

Code returns the exception type name.

func (*ServiceQuotaExceededException) Error

func (s *ServiceQuotaExceededException) Error() string

func (ServiceQuotaExceededException) GoString

func (s ServiceQuotaExceededException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ServiceQuotaExceededException) Message

func (s *ServiceQuotaExceededException) Message() string

Message returns the exception's message.

func (*ServiceQuotaExceededException) OrigErr

func (s *ServiceQuotaExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ServiceQuotaExceededException) RequestID

func (s *ServiceQuotaExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ServiceQuotaExceededException) StatusCode

func (s *ServiceQuotaExceededException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ServiceQuotaExceededException) String

func (s ServiceQuotaExceededException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SessionData

type SessionData struct {

    // The description of the session.
    Description *string `locationName:"description" min:"1" type:"string"`

    // The configuration information for the session integration.
    IntegrationConfiguration *SessionIntegrationConfiguration `locationName:"integrationConfiguration" type:"structure"`

    // The name of the session.
    //
    // Name is a required field
    Name *string `locationName:"name" min:"1" type:"string" required:"true"`

    // The Amazon Resource Name (ARN) of the session.
    //
    // SessionArn is a required field
    SessionArn *string `locationName:"sessionArn" type:"string" required:"true"`

    // The identifier of the session.
    //
    // SessionId is a required field
    SessionId *string `locationName:"sessionId" type:"string" required:"true"`

    // The tags used to organize, track, or control access for this resource.
    Tags map[string]*string `locationName:"tags" type:"map"`
    // contains filtered or unexported fields
}

Information about the session.

func (SessionData) GoString

func (s SessionData) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SessionData) SetDescription

func (s *SessionData) SetDescription(v string) *SessionData

SetDescription sets the Description field's value.

func (*SessionData) SetIntegrationConfiguration

func (s *SessionData) SetIntegrationConfiguration(v *SessionIntegrationConfiguration) *SessionData

SetIntegrationConfiguration sets the IntegrationConfiguration field's value.

func (*SessionData) SetName

func (s *SessionData) SetName(v string) *SessionData

SetName sets the Name field's value.

func (*SessionData) SetSessionArn

func (s *SessionData) SetSessionArn(v string) *SessionData

SetSessionArn sets the SessionArn field's value.

func (*SessionData) SetSessionId

func (s *SessionData) SetSessionId(v string) *SessionData

SetSessionId sets the SessionId field's value.

func (*SessionData) SetTags

func (s *SessionData) SetTags(v map[string]*string) *SessionData

SetTags sets the Tags field's value.

func (SessionData) String

func (s SessionData) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SessionIntegrationConfiguration

type SessionIntegrationConfiguration struct {

    // The Amazon Resource Name (ARN) of the integrated Amazon SNS topic used for
    // streaming chat messages.
    TopicIntegrationArn *string `locationName:"topicIntegrationArn" min:"1" type:"string"`
    // contains filtered or unexported fields
}

The configuration information for the session integration.

func (SessionIntegrationConfiguration) GoString

func (s SessionIntegrationConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SessionIntegrationConfiguration) SetTopicIntegrationArn

func (s *SessionIntegrationConfiguration) SetTopicIntegrationArn(v string) *SessionIntegrationConfiguration

SetTopicIntegrationArn sets the TopicIntegrationArn field's value.

func (SessionIntegrationConfiguration) String

func (s SessionIntegrationConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SessionSummary

type SessionSummary struct {

    // The Amazon Resource Name (ARN) of the Wisdom assistant.
    //
    // AssistantArn is a required field
    AssistantArn *string `locationName:"assistantArn" type:"string" required:"true"`

    // The identifier of the Wisdom assistant.
    //
    // AssistantId is a required field
    AssistantId *string `locationName:"assistantId" type:"string" required:"true"`

    // The Amazon Resource Name (ARN) of the session.
    //
    // SessionArn is a required field
    SessionArn *string `locationName:"sessionArn" type:"string" required:"true"`

    // The identifier of the session.
    //
    // SessionId is a required field
    SessionId *string `locationName:"sessionId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Summary information about the session.

func (SessionSummary) GoString

func (s SessionSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SessionSummary) SetAssistantArn

func (s *SessionSummary) SetAssistantArn(v string) *SessionSummary

SetAssistantArn sets the AssistantArn field's value.

func (*SessionSummary) SetAssistantId

func (s *SessionSummary) SetAssistantId(v string) *SessionSummary

SetAssistantId sets the AssistantId field's value.

func (*SessionSummary) SetSessionArn

func (s *SessionSummary) SetSessionArn(v string) *SessionSummary

SetSessionArn sets the SessionArn field's value.

func (*SessionSummary) SetSessionId

func (s *SessionSummary) SetSessionId(v string) *SessionSummary

SetSessionId sets the SessionId field's value.

func (SessionSummary) String

func (s SessionSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SourceConfiguration

type SourceConfiguration struct {

    // Configuration information for Amazon AppIntegrations to automatically ingest
    // content.
    AppIntegrations *AppIntegrationsConfiguration `locationName:"appIntegrations" type:"structure"`
    // contains filtered or unexported fields
}

Configuration information about the external data source.

func (SourceConfiguration) GoString

func (s SourceConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SourceConfiguration) SetAppIntegrations

func (s *SourceConfiguration) SetAppIntegrations(v *AppIntegrationsConfiguration) *SourceConfiguration

SetAppIntegrations sets the AppIntegrations field's value.

func (SourceConfiguration) String

func (s SourceConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SourceConfiguration) Validate

func (s *SourceConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StartContentUploadInput

type StartContentUploadInput struct {

    // The type of content to upload.
    //
    // ContentType is a required field
    ContentType *string `locationName:"contentType" type:"string" required:"true"`

    // 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.
    //
    // KnowledgeBaseId is a required field
    KnowledgeBaseId *string `location:"uri" locationName:"knowledgeBaseId" type:"string" required:"true"`

    // The expected expiration time of the generated presigned URL, specified in
    // minutes.
    PresignedUrlTimeToLive *int64 `locationName:"presignedUrlTimeToLive" min:"1" type:"integer"`
    // contains filtered or unexported fields
}

func (StartContentUploadInput) GoString

func (s StartContentUploadInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartContentUploadInput) SetContentType

func (s *StartContentUploadInput) SetContentType(v string) *StartContentUploadInput

SetContentType sets the ContentType field's value.

func (*StartContentUploadInput) SetKnowledgeBaseId

func (s *StartContentUploadInput) SetKnowledgeBaseId(v string) *StartContentUploadInput

SetKnowledgeBaseId sets the KnowledgeBaseId field's value.

func (*StartContentUploadInput) SetPresignedUrlTimeToLive

func (s *StartContentUploadInput) SetPresignedUrlTimeToLive(v int64) *StartContentUploadInput

SetPresignedUrlTimeToLive sets the PresignedUrlTimeToLive field's value.

func (StartContentUploadInput) String

func (s StartContentUploadInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartContentUploadInput) Validate

func (s *StartContentUploadInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StartContentUploadOutput

type StartContentUploadOutput struct {

    // The headers to include in the upload.
    //
    // HeadersToInclude is a required field
    HeadersToInclude map[string]*string `locationName:"headersToInclude" type:"map" required:"true"`

    // The identifier of the upload.
    //
    // UploadId is a required field
    UploadId *string `locationName:"uploadId" min:"1" type:"string" required:"true"`

    // The URL of the upload.
    //
    // Url is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by StartContentUploadOutput's
    // String and GoString methods.
    //
    // Url is a required field
    Url *string `locationName:"url" min:"1" type:"string" required:"true" sensitive:"true"`

    // The expiration time of the URL as an epoch timestamp.
    //
    // UrlExpiry is a required field
    UrlExpiry *time.Time `locationName:"urlExpiry" type:"timestamp" timestampFormat:"unixTimestamp" required:"true"`
    // contains filtered or unexported fields
}

func (StartContentUploadOutput) GoString

func (s StartContentUploadOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartContentUploadOutput) SetHeadersToInclude

func (s *StartContentUploadOutput) SetHeadersToInclude(v map[string]*string) *StartContentUploadOutput

SetHeadersToInclude sets the HeadersToInclude field's value.

func (*StartContentUploadOutput) SetUploadId

func (s *StartContentUploadOutput) SetUploadId(v string) *StartContentUploadOutput

SetUploadId sets the UploadId field's value.

func (*StartContentUploadOutput) SetUrl

func (s *StartContentUploadOutput) SetUrl(v string) *StartContentUploadOutput

SetUrl sets the Url field's value.

func (*StartContentUploadOutput) SetUrlExpiry

func (s *StartContentUploadOutput) SetUrlExpiry(v time.Time) *StartContentUploadOutput

SetUrlExpiry sets the UrlExpiry field's value.

func (StartContentUploadOutput) String

func (s StartContentUploadOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StartImportJobInput

type StartImportJobInput struct {

    // The tags used to organize, track, or control access for this resource.
    ClientToken *string `locationName:"clientToken" min:"1" type:"string" idempotencyToken:"true"`

    // The configuration information of the external source that the resource data
    // are imported from.
    ExternalSourceConfiguration *ExternalSourceConfiguration `locationName:"externalSourceConfiguration" type:"structure"`

    // The type of the import job.
    //
    //    * For importing quick response resource, set the value to QUICK_RESPONSES.
    //
    // ImportJobType is a required field
    ImportJobType *string `locationName:"importJobType" type:"string" required:"true" enum:"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.
    //
    // KnowledgeBaseId is a required field
    KnowledgeBaseId *string `location:"uri" locationName:"knowledgeBaseId" type:"string" required:"true"`

    // The metadata fields of the imported Wisdom resources.
    Metadata map[string]*string `locationName:"metadata" type:"map"`

    // A pointer to the uploaded asset. This value is returned by StartContentUpload
    // (https://docs.aws.amazon.com/wisdom/latest/APIReference/API_StartContentUpload.html).
    //
    // UploadId is a required field
    UploadId *string `locationName:"uploadId" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (StartImportJobInput) GoString

func (s StartImportJobInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartImportJobInput) SetClientToken

func (s *StartImportJobInput) SetClientToken(v string) *StartImportJobInput

SetClientToken sets the ClientToken field's value.

func (*StartImportJobInput) SetExternalSourceConfiguration

func (s *StartImportJobInput) SetExternalSourceConfiguration(v *ExternalSourceConfiguration) *StartImportJobInput

SetExternalSourceConfiguration sets the ExternalSourceConfiguration field's value.

func (*StartImportJobInput) SetImportJobType

func (s *StartImportJobInput) SetImportJobType(v string) *StartImportJobInput

SetImportJobType sets the ImportJobType field's value.

func (*StartImportJobInput) SetKnowledgeBaseId

func (s *StartImportJobInput) SetKnowledgeBaseId(v string) *StartImportJobInput

SetKnowledgeBaseId sets the KnowledgeBaseId field's value.

func (*StartImportJobInput) SetMetadata

func (s *StartImportJobInput) SetMetadata(v map[string]*string) *StartImportJobInput

SetMetadata sets the Metadata field's value.

func (*StartImportJobInput) SetUploadId

func (s *StartImportJobInput) SetUploadId(v string) *StartImportJobInput

SetUploadId sets the UploadId field's value.

func (StartImportJobInput) String

func (s StartImportJobInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartImportJobInput) Validate

func (s *StartImportJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StartImportJobOutput

type StartImportJobOutput struct {

    // The import job.
    ImportJob *ImportJobData `locationName:"importJob" type:"structure"`
    // contains filtered or unexported fields
}

func (StartImportJobOutput) GoString

func (s StartImportJobOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartImportJobOutput) SetImportJob

func (s *StartImportJobOutput) SetImportJob(v *ImportJobData) *StartImportJobOutput

SetImportJob sets the ImportJob field's value.

func (StartImportJobOutput) String

func (s StartImportJobOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TagResourceInput

type TagResourceInput struct {

    // The Amazon Resource Name (ARN) of the resource.
    //
    // ResourceArn is a required field
    ResourceArn *string `location:"uri" locationName:"resourceArn" type:"string" required:"true"`

    // The tags used to organize, track, or control access for this resource.
    //
    // Tags is a required field
    Tags map[string]*string `locationName:"tags" type:"map" required:"true"`
    // contains filtered or unexported fields
}

func (TagResourceInput) GoString

func (s TagResourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TagResourceInput) SetResourceArn

func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput

SetResourceArn sets the ResourceArn field's value.

func (*TagResourceInput) SetTags

func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput

SetTags sets the Tags field's value.

func (TagResourceInput) String

func (s TagResourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TagResourceInput) Validate

func (s *TagResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TagResourceOutput

type TagResourceOutput struct {
    // contains filtered or unexported fields
}

func (TagResourceOutput) GoString

func (s TagResourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (TagResourceOutput) String

func (s TagResourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TooManyTagsException

type TooManyTagsException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`

    // The specified resource name.
    ResourceName *string `locationName:"resourceName" type:"string"`
    // contains filtered or unexported fields
}

Amazon Connect Wisdom throws this exception if you have too many tags in your tag set.

func (*TooManyTagsException) Code

func (s *TooManyTagsException) Code() string

Code returns the exception type name.

func (*TooManyTagsException) Error

func (s *TooManyTagsException) Error() string

func (TooManyTagsException) GoString

func (s TooManyTagsException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TooManyTagsException) Message

func (s *TooManyTagsException) Message() string

Message returns the exception's message.

func (*TooManyTagsException) OrigErr

func (s *TooManyTagsException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*TooManyTagsException) RequestID

func (s *TooManyTagsException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*TooManyTagsException) StatusCode

func (s *TooManyTagsException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (TooManyTagsException) String

func (s TooManyTagsException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UntagResourceInput

type UntagResourceInput struct {

    // The Amazon Resource Name (ARN) of the resource.
    //
    // ResourceArn is a required field
    ResourceArn *string `location:"uri" locationName:"resourceArn" type:"string" required:"true"`

    // The tag keys.
    //
    // TagKeys is a required field
    TagKeys []*string `location:"querystring" locationName:"tagKeys" min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (UntagResourceInput) GoString

func (s UntagResourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UntagResourceInput) SetResourceArn

func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput

SetResourceArn sets the ResourceArn field's value.

func (*UntagResourceInput) SetTagKeys

func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput

SetTagKeys sets the TagKeys field's value.

func (UntagResourceInput) String

func (s UntagResourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UntagResourceInput) Validate

func (s *UntagResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UntagResourceOutput

type UntagResourceOutput struct {
    // contains filtered or unexported fields
}

func (UntagResourceOutput) GoString

func (s UntagResourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (UntagResourceOutput) String

func (s UntagResourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateContentInput

type UpdateContentInput struct {

    // The identifier of the content. Can be either the ID or the ARN. URLs cannot
    // contain the ARN.
    //
    // ContentId is a required field
    ContentId *string `location:"uri" locationName:"contentId" type:"string" required:"true"`

    // 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
    //
    // KnowledgeBaseId is a required field
    KnowledgeBaseId *string `location:"uri" locationName:"knowledgeBaseId" type:"string" required:"true"`

    // 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 `locationName:"metadata" type:"map"`

    // 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 `locationName:"overrideLinkOutUri" min:"1" type:"string"`

    // Unset the existing overrideLinkOutUri if it exists.
    RemoveOverrideLinkOutUri *bool `locationName:"removeOverrideLinkOutUri" type:"boolean"`

    // 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 `locationName:"revisionId" min:"1" type:"string"`

    // The title of the content.
    Title *string `locationName:"title" min:"1" type:"string"`

    // A pointer to the uploaded asset. This value is returned by StartContentUpload
    // (https://docs.aws.amazon.com/wisdom/latest/APIReference/API_StartContentUpload.html).
    UploadId *string `locationName:"uploadId" min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (UpdateContentInput) GoString

func (s UpdateContentInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateContentInput) SetContentId

func (s *UpdateContentInput) SetContentId(v string) *UpdateContentInput

SetContentId sets the ContentId field's value.

func (*UpdateContentInput) SetKnowledgeBaseId

func (s *UpdateContentInput) SetKnowledgeBaseId(v string) *UpdateContentInput

SetKnowledgeBaseId sets the KnowledgeBaseId field's value.

func (*UpdateContentInput) SetMetadata

func (s *UpdateContentInput) SetMetadata(v map[string]*string) *UpdateContentInput

SetMetadata sets the Metadata field's value.

func (*UpdateContentInput) SetOverrideLinkOutUri

func (s *UpdateContentInput) SetOverrideLinkOutUri(v string) *UpdateContentInput

SetOverrideLinkOutUri sets the OverrideLinkOutUri field's value.

func (*UpdateContentInput) SetRemoveOverrideLinkOutUri

func (s *UpdateContentInput) SetRemoveOverrideLinkOutUri(v bool) *UpdateContentInput

SetRemoveOverrideLinkOutUri sets the RemoveOverrideLinkOutUri field's value.

func (*UpdateContentInput) SetRevisionId

func (s *UpdateContentInput) SetRevisionId(v string) *UpdateContentInput

SetRevisionId sets the RevisionId field's value.

func (*UpdateContentInput) SetTitle

func (s *UpdateContentInput) SetTitle(v string) *UpdateContentInput

SetTitle sets the Title field's value.

func (*UpdateContentInput) SetUploadId

func (s *UpdateContentInput) SetUploadId(v string) *UpdateContentInput

SetUploadId sets the UploadId field's value.

func (UpdateContentInput) String

func (s UpdateContentInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateContentInput) Validate

func (s *UpdateContentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateContentOutput

type UpdateContentOutput struct {

    // The content.
    Content *ContentData `locationName:"content" type:"structure"`
    // contains filtered or unexported fields
}

func (UpdateContentOutput) GoString

func (s UpdateContentOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateContentOutput) SetContent

func (s *UpdateContentOutput) SetContent(v *ContentData) *UpdateContentOutput

SetContent sets the Content field's value.

func (UpdateContentOutput) String

func (s UpdateContentOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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.
    //
    // KnowledgeBaseId is a required field
    KnowledgeBaseId *string `location:"uri" locationName:"knowledgeBaseId" type:"string" required:"true"`

    // The template URI to update.
    //
    // TemplateUri is a required field
    TemplateUri *string `locationName:"templateUri" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (UpdateKnowledgeBaseTemplateUriInput) GoString

func (s UpdateKnowledgeBaseTemplateUriInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateKnowledgeBaseTemplateUriInput) SetKnowledgeBaseId

func (s *UpdateKnowledgeBaseTemplateUriInput) SetKnowledgeBaseId(v string) *UpdateKnowledgeBaseTemplateUriInput

SetKnowledgeBaseId sets the KnowledgeBaseId field's value.

func (*UpdateKnowledgeBaseTemplateUriInput) SetTemplateUri

func (s *UpdateKnowledgeBaseTemplateUriInput) SetTemplateUri(v string) *UpdateKnowledgeBaseTemplateUriInput

SetTemplateUri sets the TemplateUri field's value.

func (UpdateKnowledgeBaseTemplateUriInput) String

func (s UpdateKnowledgeBaseTemplateUriInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateKnowledgeBaseTemplateUriInput) Validate

func (s *UpdateKnowledgeBaseTemplateUriInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateKnowledgeBaseTemplateUriOutput

type UpdateKnowledgeBaseTemplateUriOutput struct {

    // The knowledge base to update.
    KnowledgeBase *KnowledgeBaseData `locationName:"knowledgeBase" type:"structure"`
    // contains filtered or unexported fields
}

func (UpdateKnowledgeBaseTemplateUriOutput) GoString

func (s UpdateKnowledgeBaseTemplateUriOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateKnowledgeBaseTemplateUriOutput) SetKnowledgeBase

func (s *UpdateKnowledgeBaseTemplateUriOutput) SetKnowledgeBase(v *KnowledgeBaseData) *UpdateKnowledgeBaseTemplateUriOutput

SetKnowledgeBase sets the KnowledgeBase field's value.

func (UpdateKnowledgeBaseTemplateUriOutput) String

func (s UpdateKnowledgeBaseTemplateUriOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateQuickResponseInput

type UpdateQuickResponseInput struct {

    // The Amazon Connect contact channels this quick response applies to. The supported
    // contact channel types include Chat.
    Channels []*string `locationName:"channels" type:"list"`

    // The updated content of the quick response.
    Content *QuickResponseDataProvider `locationName:"content" type:"structure"`

    // 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 `locationName:"contentType" type:"string"`

    // The updated description of the quick response.
    Description *string `locationName:"description" min:"1" type:"string"`

    // The updated grouping configuration of the quick response.
    GroupingConfiguration *GroupingConfiguration `locationName:"groupingConfiguration" type:"structure"`

    // Whether the quick response is active.
    IsActive *bool `locationName:"isActive" type:"boolean"`

    // 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.
    //
    // KnowledgeBaseId is a required field
    KnowledgeBaseId *string `location:"uri" locationName:"knowledgeBaseId" type:"string" required:"true"`

    // 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 `locationName:"language" min:"2" type:"string"`

    // The name of the quick response.
    Name *string `locationName:"name" min:"1" type:"string"`

    // The identifier of the quick response.
    //
    // QuickResponseId is a required field
    QuickResponseId *string `location:"uri" locationName:"quickResponseId" type:"string" required:"true"`

    // Whether to remove the description from the quick response.
    RemoveDescription *bool `locationName:"removeDescription" type:"boolean"`

    // Whether to remove the grouping configuration of the quick response.
    RemoveGroupingConfiguration *bool `locationName:"removeGroupingConfiguration" type:"boolean"`

    // Whether to remove the shortcut key of the quick response.
    RemoveShortcutKey *bool `locationName:"removeShortcutKey" type:"boolean"`

    // The shortcut key of the quick response. The value should be unique across
    // the knowledge base.
    ShortcutKey *string `locationName:"shortcutKey" min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (UpdateQuickResponseInput) GoString

func (s UpdateQuickResponseInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateQuickResponseInput) SetChannels

func (s *UpdateQuickResponseInput) SetChannels(v []*string) *UpdateQuickResponseInput

SetChannels sets the Channels field's value.

func (*UpdateQuickResponseInput) SetContent

func (s *UpdateQuickResponseInput) SetContent(v *QuickResponseDataProvider) *UpdateQuickResponseInput

SetContent sets the Content field's value.

func (*UpdateQuickResponseInput) SetContentType

func (s *UpdateQuickResponseInput) SetContentType(v string) *UpdateQuickResponseInput

SetContentType sets the ContentType field's value.

func (*UpdateQuickResponseInput) SetDescription

func (s *UpdateQuickResponseInput) SetDescription(v string) *UpdateQuickResponseInput

SetDescription sets the Description field's value.

func (*UpdateQuickResponseInput) SetGroupingConfiguration

func (s *UpdateQuickResponseInput) SetGroupingConfiguration(v *GroupingConfiguration) *UpdateQuickResponseInput

SetGroupingConfiguration sets the GroupingConfiguration field's value.

func (*UpdateQuickResponseInput) SetIsActive

func (s *UpdateQuickResponseInput) SetIsActive(v bool) *UpdateQuickResponseInput

SetIsActive sets the IsActive field's value.

func (*UpdateQuickResponseInput) SetKnowledgeBaseId

func (s *UpdateQuickResponseInput) SetKnowledgeBaseId(v string) *UpdateQuickResponseInput

SetKnowledgeBaseId sets the KnowledgeBaseId field's value.

func (*UpdateQuickResponseInput) SetLanguage

func (s *UpdateQuickResponseInput) SetLanguage(v string) *UpdateQuickResponseInput

SetLanguage sets the Language field's value.

func (*UpdateQuickResponseInput) SetName

func (s *UpdateQuickResponseInput) SetName(v string) *UpdateQuickResponseInput

SetName sets the Name field's value.

func (*UpdateQuickResponseInput) SetQuickResponseId

func (s *UpdateQuickResponseInput) SetQuickResponseId(v string) *UpdateQuickResponseInput

SetQuickResponseId sets the QuickResponseId field's value.

func (*UpdateQuickResponseInput) SetRemoveDescription

func (s *UpdateQuickResponseInput) SetRemoveDescription(v bool) *UpdateQuickResponseInput

SetRemoveDescription sets the RemoveDescription field's value.

func (*UpdateQuickResponseInput) SetRemoveGroupingConfiguration

func (s *UpdateQuickResponseInput) SetRemoveGroupingConfiguration(v bool) *UpdateQuickResponseInput

SetRemoveGroupingConfiguration sets the RemoveGroupingConfiguration field's value.

func (*UpdateQuickResponseInput) SetRemoveShortcutKey

func (s *UpdateQuickResponseInput) SetRemoveShortcutKey(v bool) *UpdateQuickResponseInput

SetRemoveShortcutKey sets the RemoveShortcutKey field's value.

func (*UpdateQuickResponseInput) SetShortcutKey

func (s *UpdateQuickResponseInput) SetShortcutKey(v string) *UpdateQuickResponseInput

SetShortcutKey sets the ShortcutKey field's value.

func (UpdateQuickResponseInput) String

func (s UpdateQuickResponseInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateQuickResponseInput) Validate

func (s *UpdateQuickResponseInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateQuickResponseOutput

type UpdateQuickResponseOutput struct {

    // The quick response.
    QuickResponse *QuickResponseData `locationName:"quickResponse" type:"structure"`
    // contains filtered or unexported fields
}

func (UpdateQuickResponseOutput) GoString

func (s UpdateQuickResponseOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateQuickResponseOutput) SetQuickResponse

func (s *UpdateQuickResponseOutput) SetQuickResponse(v *QuickResponseData) *UpdateQuickResponseOutput

SetQuickResponse sets the QuickResponse field's value.

func (UpdateQuickResponseOutput) String

func (s UpdateQuickResponseOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ValidationException

type ValidationException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The input fails to satisfy the constraints specified by a service.

func (*ValidationException) Code

func (s *ValidationException) Code() string

Code returns the exception type name.

func (*ValidationException) Error

func (s *ValidationException) Error() string

func (ValidationException) GoString

func (s ValidationException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ValidationException) Message

func (s *ValidationException) Message() string

Message returns the exception's message.

func (*ValidationException) OrigErr

func (s *ValidationException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ValidationException) RequestID

func (s *ValidationException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ValidationException) StatusCode

func (s *ValidationException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ValidationException) String

func (s ValidationException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".