aws-sdk-wisdom 1.99.0

AWS SDK for Amazon Connect Wisdom Service
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `CreateAssistant` operation.
pub mod create_assistant;

/// Types for the `CreateAssistantAssociation` operation.
pub mod create_assistant_association;

/// Types for the `CreateContent` operation.
pub mod create_content;

/// Types for the `CreateKnowledgeBase` operation.
pub mod create_knowledge_base;

/// Types for the `CreateQuickResponse` operation.
pub mod create_quick_response;

/// Types for the `CreateSession` operation.
pub mod create_session;

/// Types for the `DeleteAssistant` operation.
pub mod delete_assistant;

/// Types for the `DeleteAssistantAssociation` operation.
pub mod delete_assistant_association;

/// Types for the `DeleteContent` operation.
pub mod delete_content;

/// Types for the `DeleteImportJob` operation.
pub mod delete_import_job;

/// Types for the `DeleteKnowledgeBase` operation.
pub mod delete_knowledge_base;

/// Types for the `DeleteQuickResponse` operation.
pub mod delete_quick_response;

/// Types for the `GetAssistant` operation.
pub mod get_assistant;

/// Types for the `GetAssistantAssociation` operation.
pub mod get_assistant_association;

/// Types for the `GetContent` operation.
pub mod get_content;

/// Types for the `GetContentSummary` operation.
pub mod get_content_summary;

/// Types for the `GetImportJob` operation.
pub mod get_import_job;

/// Types for the `GetKnowledgeBase` operation.
pub mod get_knowledge_base;

/// Types for the `GetQuickResponse` operation.
pub mod get_quick_response;

/// Types for the `GetRecommendations` operation.
pub mod get_recommendations;

/// Types for the `GetSession` operation.
pub mod get_session;

/// Types for the `ListAssistantAssociations` operation.
pub mod list_assistant_associations;

/// Types for the `ListAssistants` operation.
pub mod list_assistants;

/// Types for the `ListContents` operation.
pub mod list_contents;

/// Types for the `ListImportJobs` operation.
pub mod list_import_jobs;

/// Types for the `ListKnowledgeBases` operation.
pub mod list_knowledge_bases;

/// Types for the `ListQuickResponses` operation.
pub mod list_quick_responses;

/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;

/// Types for the `NotifyRecommendationsReceived` operation.
pub mod notify_recommendations_received;

/// Types for the `QueryAssistant` operation.
pub mod query_assistant;

/// Types for the `RemoveKnowledgeBaseTemplateUri` operation.
pub mod remove_knowledge_base_template_uri;

/// Types for the `SearchContent` operation.
pub mod search_content;

/// Types for the `SearchQuickResponses` operation.
pub mod search_quick_responses;

/// Types for the `SearchSessions` operation.
pub mod search_sessions;

/// Types for the `StartContentUpload` operation.
pub mod start_content_upload;

/// Types for the `StartImportJob` operation.
pub mod start_import_job;

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `UntagResource` operation.
pub mod untag_resource;

/// Types for the `UpdateContent` operation.
pub mod update_content;

/// Types for the `UpdateKnowledgeBaseTemplateUri` operation.
pub mod update_knowledge_base_template_uri;

/// Types for the `UpdateQuickResponse` operation.
pub mod update_quick_response;