Versions in this module Expand all Collapse all v1 v1.0.1 Jul 4, 2024 v1.0.0 Jul 4, 2024 Changes in this version + const AssistantStatusActive + const AssistantStatusCreateFailed + const AssistantStatusCreateInProgress + const AssistantStatusDeleteFailed + const AssistantStatusDeleteInProgress + const AssistantStatusDeleted + const AssistantTypeAgent + const AssociationTypeKnowledgeBase + const ContentStatusActive + const ContentStatusCreateFailed + const ContentStatusCreateInProgress + const ContentStatusDeleteFailed + const ContentStatusDeleteInProgress + const ContentStatusDeleted + const ContentStatusUpdateFailed + const EndpointsID + const ErrCodeAccessDeniedException + const ErrCodeConflictException + const ErrCodePreconditionFailedException + const ErrCodeResourceNotFoundException + const ErrCodeServiceQuotaExceededException + const ErrCodeTooManyTagsException + const ErrCodeValidationException + const FilterFieldName + const FilterOperatorEquals + const KnowledgeBaseStatusActive + const KnowledgeBaseStatusCreateFailed + const KnowledgeBaseStatusCreateInProgress + const KnowledgeBaseStatusDeleteFailed + const KnowledgeBaseStatusDeleteInProgress + const KnowledgeBaseStatusDeleted + const KnowledgeBaseTypeCustom + const KnowledgeBaseTypeExternal + const RecommendationSourceTypeIssueDetection + const RecommendationSourceTypeOther + const RecommendationSourceTypeRuleEvaluation + const RecommendationTriggerTypeQuery + const RecommendationTypeKnowledgeContent + const RelevanceLevelHigh + const RelevanceLevelLow + const RelevanceLevelMedium + const ServiceID + const ServiceName + func AssistantStatus_Values() []string + func AssistantType_Values() []string + func AssociationType_Values() []string + func ContentStatus_Values() []string + func FilterField_Values() []string + func FilterOperator_Values() []string + func KnowledgeBaseStatus_Values() []string + func KnowledgeBaseType_Values() []string + func RecommendationSourceType_Values() []string + func RecommendationTriggerType_Values() []string + func RecommendationType_Values() []string + func RelevanceLevel_Values() []string + type AccessDeniedException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AccessDeniedException) Code() string + func (s *AccessDeniedException) Error() string + func (s *AccessDeniedException) Message() string + func (s *AccessDeniedException) OrigErr() error + func (s *AccessDeniedException) RequestID() string + func (s *AccessDeniedException) StatusCode() int + func (s AccessDeniedException) GoString() string + func (s AccessDeniedException) String() string + type AppIntegrationsConfiguration struct + AppIntegrationArn *string + ObjectFields []*string + func (s *AppIntegrationsConfiguration) SetAppIntegrationArn(v string) *AppIntegrationsConfiguration + func (s *AppIntegrationsConfiguration) SetObjectFields(v []*string) *AppIntegrationsConfiguration + func (s *AppIntegrationsConfiguration) Validate() error + func (s AppIntegrationsConfiguration) GoString() string + func (s AppIntegrationsConfiguration) String() string + type AssistantAssociationData struct + AssistantArn *string + AssistantAssociationArn *string + AssistantAssociationId *string + AssistantId *string + AssociationData *AssistantAssociationOutputData + AssociationType *string + Tags map[string]*string + func (s *AssistantAssociationData) SetAssistantArn(v string) *AssistantAssociationData + func (s *AssistantAssociationData) SetAssistantAssociationArn(v string) *AssistantAssociationData + func (s *AssistantAssociationData) SetAssistantAssociationId(v string) *AssistantAssociationData + func (s *AssistantAssociationData) SetAssistantId(v string) *AssistantAssociationData + func (s *AssistantAssociationData) SetAssociationData(v *AssistantAssociationOutputData) *AssistantAssociationData + func (s *AssistantAssociationData) SetAssociationType(v string) *AssistantAssociationData + func (s *AssistantAssociationData) SetTags(v map[string]*string) *AssistantAssociationData + func (s AssistantAssociationData) GoString() string + func (s AssistantAssociationData) String() string + type AssistantAssociationInputData struct + KnowledgeBaseId *string + func (s *AssistantAssociationInputData) SetKnowledgeBaseId(v string) *AssistantAssociationInputData + func (s AssistantAssociationInputData) GoString() string + func (s AssistantAssociationInputData) String() string + type AssistantAssociationOutputData struct + KnowledgeBaseAssociation *KnowledgeBaseAssociationData + func (s *AssistantAssociationOutputData) SetKnowledgeBaseAssociation(v *KnowledgeBaseAssociationData) *AssistantAssociationOutputData + func (s AssistantAssociationOutputData) GoString() string + func (s AssistantAssociationOutputData) String() string + type AssistantAssociationSummary struct + AssistantArn *string + AssistantAssociationArn *string + AssistantAssociationId *string + AssistantId *string + AssociationData *AssistantAssociationOutputData + AssociationType *string + Tags map[string]*string + func (s *AssistantAssociationSummary) SetAssistantArn(v string) *AssistantAssociationSummary + func (s *AssistantAssociationSummary) SetAssistantAssociationArn(v string) *AssistantAssociationSummary + func (s *AssistantAssociationSummary) SetAssistantAssociationId(v string) *AssistantAssociationSummary + func (s *AssistantAssociationSummary) SetAssistantId(v string) *AssistantAssociationSummary + func (s *AssistantAssociationSummary) SetAssociationData(v *AssistantAssociationOutputData) *AssistantAssociationSummary + func (s *AssistantAssociationSummary) SetAssociationType(v string) *AssistantAssociationSummary + func (s *AssistantAssociationSummary) SetTags(v map[string]*string) *AssistantAssociationSummary + func (s AssistantAssociationSummary) GoString() string + func (s AssistantAssociationSummary) String() string + type AssistantData struct + AssistantArn *string + AssistantId *string + Description *string + IntegrationConfiguration *AssistantIntegrationConfiguration + Name *string + ServerSideEncryptionConfiguration *ServerSideEncryptionConfiguration + Status *string + Tags map[string]*string + Type *string + func (s *AssistantData) SetAssistantArn(v string) *AssistantData + func (s *AssistantData) SetAssistantId(v string) *AssistantData + func (s *AssistantData) SetDescription(v string) *AssistantData + func (s *AssistantData) SetIntegrationConfiguration(v *AssistantIntegrationConfiguration) *AssistantData + func (s *AssistantData) SetName(v string) *AssistantData + func (s *AssistantData) SetServerSideEncryptionConfiguration(v *ServerSideEncryptionConfiguration) *AssistantData + func (s *AssistantData) SetStatus(v string) *AssistantData + func (s *AssistantData) SetTags(v map[string]*string) *AssistantData + func (s *AssistantData) SetType(v string) *AssistantData + func (s AssistantData) GoString() string + func (s AssistantData) String() string + type AssistantIntegrationConfiguration struct + TopicIntegrationArn *string + func (s *AssistantIntegrationConfiguration) SetTopicIntegrationArn(v string) *AssistantIntegrationConfiguration + func (s AssistantIntegrationConfiguration) GoString() string + func (s AssistantIntegrationConfiguration) String() string + type AssistantSummary struct + AssistantArn *string + AssistantId *string + Description *string + IntegrationConfiguration *AssistantIntegrationConfiguration + Name *string + ServerSideEncryptionConfiguration *ServerSideEncryptionConfiguration + Status *string + Tags map[string]*string + Type *string + func (s *AssistantSummary) SetAssistantArn(v string) *AssistantSummary + func (s *AssistantSummary) SetAssistantId(v string) *AssistantSummary + func (s *AssistantSummary) SetDescription(v string) *AssistantSummary + func (s *AssistantSummary) SetIntegrationConfiguration(v *AssistantIntegrationConfiguration) *AssistantSummary + func (s *AssistantSummary) SetName(v string) *AssistantSummary + func (s *AssistantSummary) SetServerSideEncryptionConfiguration(v *ServerSideEncryptionConfiguration) *AssistantSummary + func (s *AssistantSummary) SetStatus(v string) *AssistantSummary + func (s *AssistantSummary) SetTags(v map[string]*string) *AssistantSummary + func (s *AssistantSummary) SetType(v string) *AssistantSummary + func (s AssistantSummary) GoString() string + func (s AssistantSummary) String() string + type ConflictException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ConflictException) Code() string + func (s *ConflictException) Error() string + func (s *ConflictException) Message() string + func (s *ConflictException) OrigErr() error + func (s *ConflictException) RequestID() string + func (s *ConflictException) StatusCode() int + func (s ConflictException) GoString() string + func (s ConflictException) String() string + type ConnectWisdomService struct + 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, ...) (*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) 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, ...) (*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) 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) 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) 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) 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, ...) error + func (c *ConnectWisdomService) ListAssistantAssociationsPagesWithContext(ctx aws.Context, input *ListAssistantAssociationsInput, ...) 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, ...) 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, ...) 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) 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, ...) 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) 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, ...) (*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, ...) 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, ...) (*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, ...) 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) 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, ...) 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) 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, ...) (*UpdateKnowledgeBaseTemplateUriOutput, error) + type ContentData struct + ContentArn *string + ContentId *string + ContentType *string + KnowledgeBaseArn *string + KnowledgeBaseId *string + LinkOutUri *string + Metadata map[string]*string + Name *string + RevisionId *string + Status *string + Tags map[string]*string + Title *string + Url *string + UrlExpiry *time.Time + func (s *ContentData) SetContentArn(v string) *ContentData + func (s *ContentData) SetContentId(v string) *ContentData + func (s *ContentData) SetContentType(v string) *ContentData + func (s *ContentData) SetKnowledgeBaseArn(v string) *ContentData + func (s *ContentData) SetKnowledgeBaseId(v string) *ContentData + func (s *ContentData) SetLinkOutUri(v string) *ContentData + func (s *ContentData) SetMetadata(v map[string]*string) *ContentData + func (s *ContentData) SetName(v string) *ContentData + func (s *ContentData) SetRevisionId(v string) *ContentData + func (s *ContentData) SetStatus(v string) *ContentData + func (s *ContentData) SetTags(v map[string]*string) *ContentData + func (s *ContentData) SetTitle(v string) *ContentData + func (s *ContentData) SetUrl(v string) *ContentData + func (s *ContentData) SetUrlExpiry(v time.Time) *ContentData + func (s ContentData) GoString() string + func (s ContentData) String() string + type ContentReference struct + ContentArn *string + ContentId *string + KnowledgeBaseArn *string + KnowledgeBaseId *string + func (s *ContentReference) SetContentArn(v string) *ContentReference + func (s *ContentReference) SetContentId(v string) *ContentReference + func (s *ContentReference) SetKnowledgeBaseArn(v string) *ContentReference + func (s *ContentReference) SetKnowledgeBaseId(v string) *ContentReference + func (s ContentReference) GoString() string + func (s ContentReference) String() string + type ContentSummary struct + ContentArn *string + ContentId *string + ContentType *string + KnowledgeBaseArn *string + KnowledgeBaseId *string + Metadata map[string]*string + Name *string + RevisionId *string + Status *string + Tags map[string]*string + Title *string + func (s *ContentSummary) SetContentArn(v string) *ContentSummary + func (s *ContentSummary) SetContentId(v string) *ContentSummary + func (s *ContentSummary) SetContentType(v string) *ContentSummary + func (s *ContentSummary) SetKnowledgeBaseArn(v string) *ContentSummary + func (s *ContentSummary) SetKnowledgeBaseId(v string) *ContentSummary + func (s *ContentSummary) SetMetadata(v map[string]*string) *ContentSummary + func (s *ContentSummary) SetName(v string) *ContentSummary + func (s *ContentSummary) SetRevisionId(v string) *ContentSummary + func (s *ContentSummary) SetStatus(v string) *ContentSummary + func (s *ContentSummary) SetTags(v map[string]*string) *ContentSummary + func (s *ContentSummary) SetTitle(v string) *ContentSummary + func (s ContentSummary) GoString() string + func (s ContentSummary) String() string + type CreateAssistantAssociationInput struct + AssistantId *string + Association *AssistantAssociationInputData + AssociationType *string + ClientToken *string + Tags map[string]*string + func (s *CreateAssistantAssociationInput) SetAssistantId(v string) *CreateAssistantAssociationInput + func (s *CreateAssistantAssociationInput) SetAssociation(v *AssistantAssociationInputData) *CreateAssistantAssociationInput + func (s *CreateAssistantAssociationInput) SetAssociationType(v string) *CreateAssistantAssociationInput + func (s *CreateAssistantAssociationInput) SetClientToken(v string) *CreateAssistantAssociationInput + func (s *CreateAssistantAssociationInput) SetTags(v map[string]*string) *CreateAssistantAssociationInput + func (s *CreateAssistantAssociationInput) Validate() error + func (s CreateAssistantAssociationInput) GoString() string + func (s CreateAssistantAssociationInput) String() string + type CreateAssistantAssociationOutput struct + AssistantAssociation *AssistantAssociationData + func (s *CreateAssistantAssociationOutput) SetAssistantAssociation(v *AssistantAssociationData) *CreateAssistantAssociationOutput + func (s CreateAssistantAssociationOutput) GoString() string + func (s CreateAssistantAssociationOutput) String() string + type CreateAssistantInput struct + ClientToken *string + Description *string + Name *string + ServerSideEncryptionConfiguration *ServerSideEncryptionConfiguration + Tags map[string]*string + Type *string + func (s *CreateAssistantInput) SetClientToken(v string) *CreateAssistantInput + func (s *CreateAssistantInput) SetDescription(v string) *CreateAssistantInput + func (s *CreateAssistantInput) SetName(v string) *CreateAssistantInput + func (s *CreateAssistantInput) SetServerSideEncryptionConfiguration(v *ServerSideEncryptionConfiguration) *CreateAssistantInput + func (s *CreateAssistantInput) SetTags(v map[string]*string) *CreateAssistantInput + func (s *CreateAssistantInput) SetType(v string) *CreateAssistantInput + func (s *CreateAssistantInput) Validate() error + func (s CreateAssistantInput) GoString() string + func (s CreateAssistantInput) String() string + type CreateAssistantOutput struct + Assistant *AssistantData + func (s *CreateAssistantOutput) SetAssistant(v *AssistantData) *CreateAssistantOutput + func (s CreateAssistantOutput) GoString() string + func (s CreateAssistantOutput) String() string + type CreateContentInput struct + ClientToken *string + KnowledgeBaseId *string + Metadata map[string]*string + Name *string + OverrideLinkOutUri *string + Tags map[string]*string + Title *string + UploadId *string + func (s *CreateContentInput) SetClientToken(v string) *CreateContentInput + func (s *CreateContentInput) SetKnowledgeBaseId(v string) *CreateContentInput + func (s *CreateContentInput) SetMetadata(v map[string]*string) *CreateContentInput + func (s *CreateContentInput) SetName(v string) *CreateContentInput + func (s *CreateContentInput) SetOverrideLinkOutUri(v string) *CreateContentInput + func (s *CreateContentInput) SetTags(v map[string]*string) *CreateContentInput + func (s *CreateContentInput) SetTitle(v string) *CreateContentInput + func (s *CreateContentInput) SetUploadId(v string) *CreateContentInput + func (s *CreateContentInput) Validate() error + func (s CreateContentInput) GoString() string + func (s CreateContentInput) String() string + type CreateContentOutput struct + Content *ContentData + func (s *CreateContentOutput) SetContent(v *ContentData) *CreateContentOutput + func (s CreateContentOutput) GoString() string + func (s CreateContentOutput) String() string + type CreateKnowledgeBaseInput struct + ClientToken *string + Description *string + KnowledgeBaseType *string + Name *string + RenderingConfiguration *RenderingConfiguration + ServerSideEncryptionConfiguration *ServerSideEncryptionConfiguration + SourceConfiguration *SourceConfiguration + Tags map[string]*string + func (s *CreateKnowledgeBaseInput) SetClientToken(v string) *CreateKnowledgeBaseInput + func (s *CreateKnowledgeBaseInput) SetDescription(v string) *CreateKnowledgeBaseInput + func (s *CreateKnowledgeBaseInput) SetKnowledgeBaseType(v string) *CreateKnowledgeBaseInput + func (s *CreateKnowledgeBaseInput) SetName(v string) *CreateKnowledgeBaseInput + func (s *CreateKnowledgeBaseInput) SetRenderingConfiguration(v *RenderingConfiguration) *CreateKnowledgeBaseInput + func (s *CreateKnowledgeBaseInput) SetServerSideEncryptionConfiguration(v *ServerSideEncryptionConfiguration) *CreateKnowledgeBaseInput + func (s *CreateKnowledgeBaseInput) SetSourceConfiguration(v *SourceConfiguration) *CreateKnowledgeBaseInput + func (s *CreateKnowledgeBaseInput) SetTags(v map[string]*string) *CreateKnowledgeBaseInput + func (s *CreateKnowledgeBaseInput) Validate() error + func (s CreateKnowledgeBaseInput) GoString() string + func (s CreateKnowledgeBaseInput) String() string + type CreateKnowledgeBaseOutput struct + KnowledgeBase *KnowledgeBaseData + func (s *CreateKnowledgeBaseOutput) SetKnowledgeBase(v *KnowledgeBaseData) *CreateKnowledgeBaseOutput + func (s CreateKnowledgeBaseOutput) GoString() string + func (s CreateKnowledgeBaseOutput) String() string + type CreateSessionInput struct + AssistantId *string + ClientToken *string + Description *string + Name *string + Tags map[string]*string + func (s *CreateSessionInput) SetAssistantId(v string) *CreateSessionInput + func (s *CreateSessionInput) SetClientToken(v string) *CreateSessionInput + func (s *CreateSessionInput) SetDescription(v string) *CreateSessionInput + func (s *CreateSessionInput) SetName(v string) *CreateSessionInput + func (s *CreateSessionInput) SetTags(v map[string]*string) *CreateSessionInput + func (s *CreateSessionInput) Validate() error + func (s CreateSessionInput) GoString() string + func (s CreateSessionInput) String() string + type CreateSessionOutput struct + Session *SessionData + func (s *CreateSessionOutput) SetSession(v *SessionData) *CreateSessionOutput + func (s CreateSessionOutput) GoString() string + func (s CreateSessionOutput) String() string + type DeleteAssistantAssociationInput struct + AssistantAssociationId *string + AssistantId *string + func (s *DeleteAssistantAssociationInput) SetAssistantAssociationId(v string) *DeleteAssistantAssociationInput + func (s *DeleteAssistantAssociationInput) SetAssistantId(v string) *DeleteAssistantAssociationInput + func (s *DeleteAssistantAssociationInput) Validate() error + func (s DeleteAssistantAssociationInput) GoString() string + func (s DeleteAssistantAssociationInput) String() string + type DeleteAssistantAssociationOutput struct + func (s DeleteAssistantAssociationOutput) GoString() string + func (s DeleteAssistantAssociationOutput) String() string + type DeleteAssistantInput struct + AssistantId *string + func (s *DeleteAssistantInput) SetAssistantId(v string) *DeleteAssistantInput + func (s *DeleteAssistantInput) Validate() error + func (s DeleteAssistantInput) GoString() string + func (s DeleteAssistantInput) String() string + type DeleteAssistantOutput struct + func (s DeleteAssistantOutput) GoString() string + func (s DeleteAssistantOutput) String() string + type DeleteContentInput struct + ContentId *string + KnowledgeBaseId *string + func (s *DeleteContentInput) SetContentId(v string) *DeleteContentInput + func (s *DeleteContentInput) SetKnowledgeBaseId(v string) *DeleteContentInput + func (s *DeleteContentInput) Validate() error + func (s DeleteContentInput) GoString() string + func (s DeleteContentInput) String() string + type DeleteContentOutput struct + func (s DeleteContentOutput) GoString() string + func (s DeleteContentOutput) String() string + type DeleteKnowledgeBaseInput struct + KnowledgeBaseId *string + func (s *DeleteKnowledgeBaseInput) SetKnowledgeBaseId(v string) *DeleteKnowledgeBaseInput + func (s *DeleteKnowledgeBaseInput) Validate() error + func (s DeleteKnowledgeBaseInput) GoString() string + func (s DeleteKnowledgeBaseInput) String() string + type DeleteKnowledgeBaseOutput struct + func (s DeleteKnowledgeBaseOutput) GoString() string + func (s DeleteKnowledgeBaseOutput) String() string + type Document struct + ContentReference *ContentReference + Excerpt *DocumentText + Title *DocumentText + func (s *Document) SetContentReference(v *ContentReference) *Document + func (s *Document) SetExcerpt(v *DocumentText) *Document + func (s *Document) SetTitle(v *DocumentText) *Document + func (s Document) GoString() string + func (s Document) String() string + type DocumentText struct + Highlights []*Highlight + Text *string + func (s *DocumentText) SetHighlights(v []*Highlight) *DocumentText + func (s *DocumentText) SetText(v string) *DocumentText + func (s DocumentText) GoString() string + func (s DocumentText) String() string + type Filter struct + Field *string + Operator *string + Value *string + func (s *Filter) SetField(v string) *Filter + func (s *Filter) SetOperator(v string) *Filter + func (s *Filter) SetValue(v string) *Filter + func (s *Filter) Validate() error + func (s Filter) GoString() string + func (s Filter) String() string + type GetAssistantAssociationInput struct + AssistantAssociationId *string + AssistantId *string + func (s *GetAssistantAssociationInput) SetAssistantAssociationId(v string) *GetAssistantAssociationInput + func (s *GetAssistantAssociationInput) SetAssistantId(v string) *GetAssistantAssociationInput + func (s *GetAssistantAssociationInput) Validate() error + func (s GetAssistantAssociationInput) GoString() string + func (s GetAssistantAssociationInput) String() string + type GetAssistantAssociationOutput struct + AssistantAssociation *AssistantAssociationData + func (s *GetAssistantAssociationOutput) SetAssistantAssociation(v *AssistantAssociationData) *GetAssistantAssociationOutput + func (s GetAssistantAssociationOutput) GoString() string + func (s GetAssistantAssociationOutput) String() string + type GetAssistantInput struct + AssistantId *string + func (s *GetAssistantInput) SetAssistantId(v string) *GetAssistantInput + func (s *GetAssistantInput) Validate() error + func (s GetAssistantInput) GoString() string + func (s GetAssistantInput) String() string + type GetAssistantOutput struct + Assistant *AssistantData + func (s *GetAssistantOutput) SetAssistant(v *AssistantData) *GetAssistantOutput + func (s GetAssistantOutput) GoString() string + func (s GetAssistantOutput) String() string + type GetContentInput struct + ContentId *string + KnowledgeBaseId *string + func (s *GetContentInput) SetContentId(v string) *GetContentInput + func (s *GetContentInput) SetKnowledgeBaseId(v string) *GetContentInput + func (s *GetContentInput) Validate() error + func (s GetContentInput) GoString() string + func (s GetContentInput) String() string + type GetContentOutput struct + Content *ContentData + func (s *GetContentOutput) SetContent(v *ContentData) *GetContentOutput + func (s GetContentOutput) GoString() string + func (s GetContentOutput) String() string + type GetContentSummaryInput struct + ContentId *string + KnowledgeBaseId *string + func (s *GetContentSummaryInput) SetContentId(v string) *GetContentSummaryInput + func (s *GetContentSummaryInput) SetKnowledgeBaseId(v string) *GetContentSummaryInput + func (s *GetContentSummaryInput) Validate() error + func (s GetContentSummaryInput) GoString() string + func (s GetContentSummaryInput) String() string + type GetContentSummaryOutput struct + ContentSummary *ContentSummary + func (s *GetContentSummaryOutput) SetContentSummary(v *ContentSummary) *GetContentSummaryOutput + func (s GetContentSummaryOutput) GoString() string + func (s GetContentSummaryOutput) String() string + type GetKnowledgeBaseInput struct + KnowledgeBaseId *string + func (s *GetKnowledgeBaseInput) SetKnowledgeBaseId(v string) *GetKnowledgeBaseInput + func (s *GetKnowledgeBaseInput) Validate() error + func (s GetKnowledgeBaseInput) GoString() string + func (s GetKnowledgeBaseInput) String() string + type GetKnowledgeBaseOutput struct + KnowledgeBase *KnowledgeBaseData + func (s *GetKnowledgeBaseOutput) SetKnowledgeBase(v *KnowledgeBaseData) *GetKnowledgeBaseOutput + func (s GetKnowledgeBaseOutput) GoString() string + func (s GetKnowledgeBaseOutput) String() string + type GetRecommendationsInput struct + AssistantId *string + MaxResults *int64 + SessionId *string + WaitTimeSeconds *int64 + func (s *GetRecommendationsInput) SetAssistantId(v string) *GetRecommendationsInput + func (s *GetRecommendationsInput) SetMaxResults(v int64) *GetRecommendationsInput + func (s *GetRecommendationsInput) SetSessionId(v string) *GetRecommendationsInput + func (s *GetRecommendationsInput) SetWaitTimeSeconds(v int64) *GetRecommendationsInput + func (s *GetRecommendationsInput) Validate() error + func (s GetRecommendationsInput) GoString() string + func (s GetRecommendationsInput) String() string + type GetRecommendationsOutput struct + Recommendations []*RecommendationData + Triggers []*RecommendationTrigger + func (s *GetRecommendationsOutput) SetRecommendations(v []*RecommendationData) *GetRecommendationsOutput + func (s *GetRecommendationsOutput) SetTriggers(v []*RecommendationTrigger) *GetRecommendationsOutput + func (s GetRecommendationsOutput) GoString() string + func (s GetRecommendationsOutput) String() string + type GetSessionInput struct + AssistantId *string + SessionId *string + func (s *GetSessionInput) SetAssistantId(v string) *GetSessionInput + func (s *GetSessionInput) SetSessionId(v string) *GetSessionInput + func (s *GetSessionInput) Validate() error + func (s GetSessionInput) GoString() string + func (s GetSessionInput) String() string + type GetSessionOutput struct + Session *SessionData + func (s *GetSessionOutput) SetSession(v *SessionData) *GetSessionOutput + func (s GetSessionOutput) GoString() string + func (s GetSessionOutput) String() string + type Highlight struct + BeginOffsetInclusive *int64 + EndOffsetExclusive *int64 + func (s *Highlight) SetBeginOffsetInclusive(v int64) *Highlight + func (s *Highlight) SetEndOffsetExclusive(v int64) *Highlight + func (s Highlight) GoString() string + func (s Highlight) String() string + type KnowledgeBaseAssociationData struct + KnowledgeBaseArn *string + KnowledgeBaseId *string + func (s *KnowledgeBaseAssociationData) SetKnowledgeBaseArn(v string) *KnowledgeBaseAssociationData + func (s *KnowledgeBaseAssociationData) SetKnowledgeBaseId(v string) *KnowledgeBaseAssociationData + func (s KnowledgeBaseAssociationData) GoString() string + func (s KnowledgeBaseAssociationData) String() string + type KnowledgeBaseData struct + Description *string + KnowledgeBaseArn *string + KnowledgeBaseId *string + KnowledgeBaseType *string + LastContentModificationTime *time.Time + Name *string + RenderingConfiguration *RenderingConfiguration + ServerSideEncryptionConfiguration *ServerSideEncryptionConfiguration + SourceConfiguration *SourceConfiguration + Status *string + Tags map[string]*string + func (s *KnowledgeBaseData) SetDescription(v string) *KnowledgeBaseData + func (s *KnowledgeBaseData) SetKnowledgeBaseArn(v string) *KnowledgeBaseData + func (s *KnowledgeBaseData) SetKnowledgeBaseId(v string) *KnowledgeBaseData + func (s *KnowledgeBaseData) SetKnowledgeBaseType(v string) *KnowledgeBaseData + func (s *KnowledgeBaseData) SetLastContentModificationTime(v time.Time) *KnowledgeBaseData + func (s *KnowledgeBaseData) SetName(v string) *KnowledgeBaseData + func (s *KnowledgeBaseData) SetRenderingConfiguration(v *RenderingConfiguration) *KnowledgeBaseData + func (s *KnowledgeBaseData) SetServerSideEncryptionConfiguration(v *ServerSideEncryptionConfiguration) *KnowledgeBaseData + func (s *KnowledgeBaseData) SetSourceConfiguration(v *SourceConfiguration) *KnowledgeBaseData + func (s *KnowledgeBaseData) SetStatus(v string) *KnowledgeBaseData + func (s *KnowledgeBaseData) SetTags(v map[string]*string) *KnowledgeBaseData + func (s KnowledgeBaseData) GoString() string + func (s KnowledgeBaseData) String() string + type KnowledgeBaseSummary struct + Description *string + KnowledgeBaseArn *string + KnowledgeBaseId *string + KnowledgeBaseType *string + Name *string + RenderingConfiguration *RenderingConfiguration + ServerSideEncryptionConfiguration *ServerSideEncryptionConfiguration + SourceConfiguration *SourceConfiguration + Status *string + Tags map[string]*string + func (s *KnowledgeBaseSummary) SetDescription(v string) *KnowledgeBaseSummary + func (s *KnowledgeBaseSummary) SetKnowledgeBaseArn(v string) *KnowledgeBaseSummary + func (s *KnowledgeBaseSummary) SetKnowledgeBaseId(v string) *KnowledgeBaseSummary + func (s *KnowledgeBaseSummary) SetKnowledgeBaseType(v string) *KnowledgeBaseSummary + func (s *KnowledgeBaseSummary) SetName(v string) *KnowledgeBaseSummary + func (s *KnowledgeBaseSummary) SetRenderingConfiguration(v *RenderingConfiguration) *KnowledgeBaseSummary + func (s *KnowledgeBaseSummary) SetServerSideEncryptionConfiguration(v *ServerSideEncryptionConfiguration) *KnowledgeBaseSummary + func (s *KnowledgeBaseSummary) SetSourceConfiguration(v *SourceConfiguration) *KnowledgeBaseSummary + func (s *KnowledgeBaseSummary) SetStatus(v string) *KnowledgeBaseSummary + func (s *KnowledgeBaseSummary) SetTags(v map[string]*string) *KnowledgeBaseSummary + func (s KnowledgeBaseSummary) GoString() string + func (s KnowledgeBaseSummary) String() string + type ListAssistantAssociationsInput struct + AssistantId *string + MaxResults *int64 + NextToken *string + func (s *ListAssistantAssociationsInput) SetAssistantId(v string) *ListAssistantAssociationsInput + func (s *ListAssistantAssociationsInput) SetMaxResults(v int64) *ListAssistantAssociationsInput + func (s *ListAssistantAssociationsInput) SetNextToken(v string) *ListAssistantAssociationsInput + func (s *ListAssistantAssociationsInput) Validate() error + func (s ListAssistantAssociationsInput) GoString() string + func (s ListAssistantAssociationsInput) String() string + type ListAssistantAssociationsOutput struct + AssistantAssociationSummaries []*AssistantAssociationSummary + NextToken *string + func (s *ListAssistantAssociationsOutput) SetAssistantAssociationSummaries(v []*AssistantAssociationSummary) *ListAssistantAssociationsOutput + func (s *ListAssistantAssociationsOutput) SetNextToken(v string) *ListAssistantAssociationsOutput + func (s ListAssistantAssociationsOutput) GoString() string + func (s ListAssistantAssociationsOutput) String() string + type ListAssistantsInput struct + MaxResults *int64 + NextToken *string + func (s *ListAssistantsInput) SetMaxResults(v int64) *ListAssistantsInput + func (s *ListAssistantsInput) SetNextToken(v string) *ListAssistantsInput + func (s *ListAssistantsInput) Validate() error + func (s ListAssistantsInput) GoString() string + func (s ListAssistantsInput) String() string + type ListAssistantsOutput struct + AssistantSummaries []*AssistantSummary + NextToken *string + func (s *ListAssistantsOutput) SetAssistantSummaries(v []*AssistantSummary) *ListAssistantsOutput + func (s *ListAssistantsOutput) SetNextToken(v string) *ListAssistantsOutput + func (s ListAssistantsOutput) GoString() string + func (s ListAssistantsOutput) String() string + type ListContentsInput struct + KnowledgeBaseId *string + MaxResults *int64 + NextToken *string + func (s *ListContentsInput) SetKnowledgeBaseId(v string) *ListContentsInput + func (s *ListContentsInput) SetMaxResults(v int64) *ListContentsInput + func (s *ListContentsInput) SetNextToken(v string) *ListContentsInput + func (s *ListContentsInput) Validate() error + func (s ListContentsInput) GoString() string + func (s ListContentsInput) String() string + type ListContentsOutput struct + ContentSummaries []*ContentSummary + NextToken *string + func (s *ListContentsOutput) SetContentSummaries(v []*ContentSummary) *ListContentsOutput + func (s *ListContentsOutput) SetNextToken(v string) *ListContentsOutput + func (s ListContentsOutput) GoString() string + func (s ListContentsOutput) String() string + type ListKnowledgeBasesInput struct + MaxResults *int64 + NextToken *string + func (s *ListKnowledgeBasesInput) SetMaxResults(v int64) *ListKnowledgeBasesInput + func (s *ListKnowledgeBasesInput) SetNextToken(v string) *ListKnowledgeBasesInput + func (s *ListKnowledgeBasesInput) Validate() error + func (s ListKnowledgeBasesInput) GoString() string + func (s ListKnowledgeBasesInput) String() string + type ListKnowledgeBasesOutput struct + KnowledgeBaseSummaries []*KnowledgeBaseSummary + NextToken *string + func (s *ListKnowledgeBasesOutput) SetKnowledgeBaseSummaries(v []*KnowledgeBaseSummary) *ListKnowledgeBasesOutput + func (s *ListKnowledgeBasesOutput) SetNextToken(v string) *ListKnowledgeBasesOutput + func (s ListKnowledgeBasesOutput) GoString() string + func (s ListKnowledgeBasesOutput) String() string + type ListTagsForResourceInput struct + ResourceArn *string + func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput + func (s *ListTagsForResourceInput) Validate() error + func (s ListTagsForResourceInput) GoString() string + func (s ListTagsForResourceInput) String() string + type ListTagsForResourceOutput struct + Tags map[string]*string + func (s *ListTagsForResourceOutput) SetTags(v map[string]*string) *ListTagsForResourceOutput + func (s ListTagsForResourceOutput) GoString() string + func (s ListTagsForResourceOutput) String() string + type NotifyRecommendationsReceivedError struct + Message *string + RecommendationId *string + func (s *NotifyRecommendationsReceivedError) SetMessage(v string) *NotifyRecommendationsReceivedError + func (s *NotifyRecommendationsReceivedError) SetRecommendationId(v string) *NotifyRecommendationsReceivedError + func (s NotifyRecommendationsReceivedError) GoString() string + func (s NotifyRecommendationsReceivedError) String() string + type NotifyRecommendationsReceivedInput struct + AssistantId *string + RecommendationIds []*string + SessionId *string + func (s *NotifyRecommendationsReceivedInput) SetAssistantId(v string) *NotifyRecommendationsReceivedInput + func (s *NotifyRecommendationsReceivedInput) SetRecommendationIds(v []*string) *NotifyRecommendationsReceivedInput + func (s *NotifyRecommendationsReceivedInput) SetSessionId(v string) *NotifyRecommendationsReceivedInput + func (s *NotifyRecommendationsReceivedInput) Validate() error + func (s NotifyRecommendationsReceivedInput) GoString() string + func (s NotifyRecommendationsReceivedInput) String() string + type NotifyRecommendationsReceivedOutput struct + Errors []*NotifyRecommendationsReceivedError + RecommendationIds []*string + func (s *NotifyRecommendationsReceivedOutput) SetErrors(v []*NotifyRecommendationsReceivedError) *NotifyRecommendationsReceivedOutput + func (s *NotifyRecommendationsReceivedOutput) SetRecommendationIds(v []*string) *NotifyRecommendationsReceivedOutput + func (s NotifyRecommendationsReceivedOutput) GoString() string + func (s NotifyRecommendationsReceivedOutput) String() string + type PreconditionFailedException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *PreconditionFailedException) Code() string + func (s *PreconditionFailedException) Error() string + func (s *PreconditionFailedException) Message() string + func (s *PreconditionFailedException) OrigErr() error + func (s *PreconditionFailedException) RequestID() string + func (s *PreconditionFailedException) StatusCode() int + func (s PreconditionFailedException) GoString() string + func (s PreconditionFailedException) String() string + type QueryAssistantInput struct + AssistantId *string + MaxResults *int64 + NextToken *string + QueryText *string + func (s *QueryAssistantInput) SetAssistantId(v string) *QueryAssistantInput + func (s *QueryAssistantInput) SetMaxResults(v int64) *QueryAssistantInput + func (s *QueryAssistantInput) SetNextToken(v string) *QueryAssistantInput + func (s *QueryAssistantInput) SetQueryText(v string) *QueryAssistantInput + func (s *QueryAssistantInput) Validate() error + func (s QueryAssistantInput) GoString() string + func (s QueryAssistantInput) String() string + type QueryAssistantOutput struct + NextToken *string + Results []*ResultData + func (s *QueryAssistantOutput) SetNextToken(v string) *QueryAssistantOutput + func (s *QueryAssistantOutput) SetResults(v []*ResultData) *QueryAssistantOutput + func (s QueryAssistantOutput) GoString() string + func (s QueryAssistantOutput) String() string + type QueryRecommendationTriggerData struct + Text *string + func (s *QueryRecommendationTriggerData) SetText(v string) *QueryRecommendationTriggerData + func (s QueryRecommendationTriggerData) GoString() string + func (s QueryRecommendationTriggerData) String() string + type RecommendationData struct + Document *Document + RecommendationId *string + RelevanceLevel *string + RelevanceScore *float64 + Type *string + func (s *RecommendationData) SetDocument(v *Document) *RecommendationData + func (s *RecommendationData) SetRecommendationId(v string) *RecommendationData + func (s *RecommendationData) SetRelevanceLevel(v string) *RecommendationData + func (s *RecommendationData) SetRelevanceScore(v float64) *RecommendationData + func (s *RecommendationData) SetType(v string) *RecommendationData + func (s RecommendationData) GoString() string + func (s RecommendationData) String() string + type RecommendationTrigger struct + Data *RecommendationTriggerData + Id *string + RecommendationIds []*string + Source *string + Type *string + func (s *RecommendationTrigger) SetData(v *RecommendationTriggerData) *RecommendationTrigger + func (s *RecommendationTrigger) SetId(v string) *RecommendationTrigger + func (s *RecommendationTrigger) SetRecommendationIds(v []*string) *RecommendationTrigger + func (s *RecommendationTrigger) SetSource(v string) *RecommendationTrigger + func (s *RecommendationTrigger) SetType(v string) *RecommendationTrigger + func (s RecommendationTrigger) GoString() string + func (s RecommendationTrigger) String() string + type RecommendationTriggerData struct + Query *QueryRecommendationTriggerData + func (s *RecommendationTriggerData) SetQuery(v *QueryRecommendationTriggerData) *RecommendationTriggerData + func (s RecommendationTriggerData) GoString() string + func (s RecommendationTriggerData) String() string + type RemoveKnowledgeBaseTemplateUriInput struct + KnowledgeBaseId *string + func (s *RemoveKnowledgeBaseTemplateUriInput) SetKnowledgeBaseId(v string) *RemoveKnowledgeBaseTemplateUriInput + func (s *RemoveKnowledgeBaseTemplateUriInput) Validate() error + func (s RemoveKnowledgeBaseTemplateUriInput) GoString() string + func (s RemoveKnowledgeBaseTemplateUriInput) String() string + type RemoveKnowledgeBaseTemplateUriOutput struct + func (s RemoveKnowledgeBaseTemplateUriOutput) GoString() string + func (s RemoveKnowledgeBaseTemplateUriOutput) String() string + type RenderingConfiguration struct + TemplateUri *string + func (s *RenderingConfiguration) SetTemplateUri(v string) *RenderingConfiguration + func (s *RenderingConfiguration) Validate() error + func (s RenderingConfiguration) GoString() string + func (s RenderingConfiguration) String() string + type ResourceNotFoundException struct + Message_ *string + ResourceName *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceNotFoundException) Code() string + func (s *ResourceNotFoundException) Error() string + func (s *ResourceNotFoundException) Message() string + func (s *ResourceNotFoundException) OrigErr() error + func (s *ResourceNotFoundException) RequestID() string + func (s *ResourceNotFoundException) StatusCode() int + func (s ResourceNotFoundException) GoString() string + func (s ResourceNotFoundException) String() string + type ResultData struct + Document *Document + RelevanceScore *float64 + ResultId *string + func (s *ResultData) SetDocument(v *Document) *ResultData + func (s *ResultData) SetRelevanceScore(v float64) *ResultData + func (s *ResultData) SetResultId(v string) *ResultData + func (s ResultData) GoString() string + func (s ResultData) String() string + type SearchContentInput struct + KnowledgeBaseId *string + MaxResults *int64 + NextToken *string + SearchExpression *SearchExpression + func (s *SearchContentInput) SetKnowledgeBaseId(v string) *SearchContentInput + func (s *SearchContentInput) SetMaxResults(v int64) *SearchContentInput + func (s *SearchContentInput) SetNextToken(v string) *SearchContentInput + func (s *SearchContentInput) SetSearchExpression(v *SearchExpression) *SearchContentInput + func (s *SearchContentInput) Validate() error + func (s SearchContentInput) GoString() string + func (s SearchContentInput) String() string + type SearchContentOutput struct + ContentSummaries []*ContentSummary + NextToken *string + func (s *SearchContentOutput) SetContentSummaries(v []*ContentSummary) *SearchContentOutput + func (s *SearchContentOutput) SetNextToken(v string) *SearchContentOutput + func (s SearchContentOutput) GoString() string + func (s SearchContentOutput) String() string + type SearchExpression struct + Filters []*Filter + func (s *SearchExpression) SetFilters(v []*Filter) *SearchExpression + func (s *SearchExpression) Validate() error + func (s SearchExpression) GoString() string + func (s SearchExpression) String() string + type SearchSessionsInput struct + AssistantId *string + MaxResults *int64 + NextToken *string + SearchExpression *SearchExpression + func (s *SearchSessionsInput) SetAssistantId(v string) *SearchSessionsInput + func (s *SearchSessionsInput) SetMaxResults(v int64) *SearchSessionsInput + func (s *SearchSessionsInput) SetNextToken(v string) *SearchSessionsInput + func (s *SearchSessionsInput) SetSearchExpression(v *SearchExpression) *SearchSessionsInput + func (s *SearchSessionsInput) Validate() error + func (s SearchSessionsInput) GoString() string + func (s SearchSessionsInput) String() string + type SearchSessionsOutput struct + NextToken *string + SessionSummaries []*SessionSummary + func (s *SearchSessionsOutput) SetNextToken(v string) *SearchSessionsOutput + func (s *SearchSessionsOutput) SetSessionSummaries(v []*SessionSummary) *SearchSessionsOutput + func (s SearchSessionsOutput) GoString() string + func (s SearchSessionsOutput) String() string + type ServerSideEncryptionConfiguration struct + KmsKeyId *string + func (s *ServerSideEncryptionConfiguration) SetKmsKeyId(v string) *ServerSideEncryptionConfiguration + func (s *ServerSideEncryptionConfiguration) Validate() error + func (s ServerSideEncryptionConfiguration) GoString() string + func (s ServerSideEncryptionConfiguration) String() string + type ServiceQuotaExceededException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ServiceQuotaExceededException) Code() string + func (s *ServiceQuotaExceededException) Error() string + func (s *ServiceQuotaExceededException) Message() string + func (s *ServiceQuotaExceededException) OrigErr() error + func (s *ServiceQuotaExceededException) RequestID() string + func (s *ServiceQuotaExceededException) StatusCode() int + func (s ServiceQuotaExceededException) GoString() string + func (s ServiceQuotaExceededException) String() string + type SessionData struct + Description *string + IntegrationConfiguration *SessionIntegrationConfiguration + Name *string + SessionArn *string + SessionId *string + Tags map[string]*string + func (s *SessionData) SetDescription(v string) *SessionData + func (s *SessionData) SetIntegrationConfiguration(v *SessionIntegrationConfiguration) *SessionData + func (s *SessionData) SetName(v string) *SessionData + func (s *SessionData) SetSessionArn(v string) *SessionData + func (s *SessionData) SetSessionId(v string) *SessionData + func (s *SessionData) SetTags(v map[string]*string) *SessionData + func (s SessionData) GoString() string + func (s SessionData) String() string + type SessionIntegrationConfiguration struct + TopicIntegrationArn *string + func (s *SessionIntegrationConfiguration) SetTopicIntegrationArn(v string) *SessionIntegrationConfiguration + func (s SessionIntegrationConfiguration) GoString() string + func (s SessionIntegrationConfiguration) String() string + type SessionSummary struct + AssistantArn *string + AssistantId *string + SessionArn *string + SessionId *string + func (s *SessionSummary) SetAssistantArn(v string) *SessionSummary + func (s *SessionSummary) SetAssistantId(v string) *SessionSummary + func (s *SessionSummary) SetSessionArn(v string) *SessionSummary + func (s *SessionSummary) SetSessionId(v string) *SessionSummary + func (s SessionSummary) GoString() string + func (s SessionSummary) String() string + type SourceConfiguration struct + AppIntegrations *AppIntegrationsConfiguration + func (s *SourceConfiguration) SetAppIntegrations(v *AppIntegrationsConfiguration) *SourceConfiguration + func (s *SourceConfiguration) Validate() error + func (s SourceConfiguration) GoString() string + func (s SourceConfiguration) String() string + type StartContentUploadInput struct + ContentType *string + KnowledgeBaseId *string + func (s *StartContentUploadInput) SetContentType(v string) *StartContentUploadInput + func (s *StartContentUploadInput) SetKnowledgeBaseId(v string) *StartContentUploadInput + func (s *StartContentUploadInput) Validate() error + func (s StartContentUploadInput) GoString() string + func (s StartContentUploadInput) String() string + type StartContentUploadOutput struct + HeadersToInclude map[string]*string + UploadId *string + Url *string + UrlExpiry *time.Time + func (s *StartContentUploadOutput) SetHeadersToInclude(v map[string]*string) *StartContentUploadOutput + func (s *StartContentUploadOutput) SetUploadId(v string) *StartContentUploadOutput + func (s *StartContentUploadOutput) SetUrl(v string) *StartContentUploadOutput + func (s *StartContentUploadOutput) SetUrlExpiry(v time.Time) *StartContentUploadOutput + func (s StartContentUploadOutput) GoString() string + func (s StartContentUploadOutput) String() string + type TagResourceInput struct + ResourceArn *string + Tags map[string]*string + func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput + func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput + func (s *TagResourceInput) Validate() error + func (s TagResourceInput) GoString() string + func (s TagResourceInput) String() string + type TagResourceOutput struct + func (s TagResourceOutput) GoString() string + func (s TagResourceOutput) String() string + type TooManyTagsException struct + Message_ *string + ResourceName *string + RespMetadata protocol.ResponseMetadata + func (s *TooManyTagsException) Code() string + func (s *TooManyTagsException) Error() string + func (s *TooManyTagsException) Message() string + func (s *TooManyTagsException) OrigErr() error + func (s *TooManyTagsException) RequestID() string + func (s *TooManyTagsException) StatusCode() int + func (s TooManyTagsException) GoString() string + func (s TooManyTagsException) String() string + type UntagResourceInput struct + ResourceArn *string + TagKeys []*string + func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput + func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput + func (s *UntagResourceInput) Validate() error + func (s UntagResourceInput) GoString() string + func (s UntagResourceInput) String() string + type UntagResourceOutput struct + func (s UntagResourceOutput) GoString() string + func (s UntagResourceOutput) String() string + type UpdateContentInput struct + ContentId *string + KnowledgeBaseId *string + Metadata map[string]*string + OverrideLinkOutUri *string + RemoveOverrideLinkOutUri *bool + RevisionId *string + Title *string + UploadId *string + func (s *UpdateContentInput) SetContentId(v string) *UpdateContentInput + func (s *UpdateContentInput) SetKnowledgeBaseId(v string) *UpdateContentInput + func (s *UpdateContentInput) SetMetadata(v map[string]*string) *UpdateContentInput + func (s *UpdateContentInput) SetOverrideLinkOutUri(v string) *UpdateContentInput + func (s *UpdateContentInput) SetRemoveOverrideLinkOutUri(v bool) *UpdateContentInput + func (s *UpdateContentInput) SetRevisionId(v string) *UpdateContentInput + func (s *UpdateContentInput) SetTitle(v string) *UpdateContentInput + func (s *UpdateContentInput) SetUploadId(v string) *UpdateContentInput + func (s *UpdateContentInput) Validate() error + func (s UpdateContentInput) GoString() string + func (s UpdateContentInput) String() string + type UpdateContentOutput struct + Content *ContentData + func (s *UpdateContentOutput) SetContent(v *ContentData) *UpdateContentOutput + func (s UpdateContentOutput) GoString() string + func (s UpdateContentOutput) String() string + type UpdateKnowledgeBaseTemplateUriInput struct + KnowledgeBaseId *string + TemplateUri *string + func (s *UpdateKnowledgeBaseTemplateUriInput) SetKnowledgeBaseId(v string) *UpdateKnowledgeBaseTemplateUriInput + func (s *UpdateKnowledgeBaseTemplateUriInput) SetTemplateUri(v string) *UpdateKnowledgeBaseTemplateUriInput + func (s *UpdateKnowledgeBaseTemplateUriInput) Validate() error + func (s UpdateKnowledgeBaseTemplateUriInput) GoString() string + func (s UpdateKnowledgeBaseTemplateUriInput) String() string + type UpdateKnowledgeBaseTemplateUriOutput struct + KnowledgeBase *KnowledgeBaseData + func (s *UpdateKnowledgeBaseTemplateUriOutput) SetKnowledgeBase(v *KnowledgeBaseData) *UpdateKnowledgeBaseTemplateUriOutput + func (s UpdateKnowledgeBaseTemplateUriOutput) GoString() string + func (s UpdateKnowledgeBaseTemplateUriOutput) String() string + type ValidationException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ValidationException) Code() string + func (s *ValidationException) Error() string + func (s *ValidationException) Message() string + func (s *ValidationException) OrigErr() error + func (s *ValidationException) RequestID() string + func (s *ValidationException) StatusCode() int + func (s ValidationException) GoString() string + func (s ValidationException) String() string