UNPKG

@botbuildercommunity/middleware-aws-comprehend

Version:

Bot Framework middleware component for the Amazon AWS Comprehend service, including sentiment analysis, language detection, entity extraction, and keyword recognition.

10 lines (9 loc) 239 B
/** * @module botbuildercommunity/middleware-aws-comprehend */ export * from './schema'; export * from './engine'; export * from './sentiment'; export * from './languageDetection'; export * from './keyPhrases'; export * from './entity';