UNPKG

@microsoft/agents-activity

Version:

Microsoft 365 Agents SDK for JavaScript. Activity Protocol serialization and deserialization.

45 lines (44 loc) 2.28 kB
/** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ /** * Export statements for various modules. */ export { ActionTypes } from './action/actionTypes'; export { CardAction } from './action/cardAction'; export { SemanticAction } from './action/semanticAction'; export { SemanticActionStateTypes } from './action/semanticActionStateTypes'; export { SuggestedActions } from './action/suggestedActions'; export { Attachment } from './attachment/attachment'; export { AttachmentLayoutTypes } from './attachment/attachmentLayoutTypes'; export { ChannelAccount } from './conversation/channelAccount'; export { Channels } from './conversation/channels'; export { ConversationAccount } from './conversation/conversationAccount'; export { ConversationReference } from './conversation/conversationReference'; export { EndOfConversationCodes } from './conversation/endOfConversationCodes'; export { ConversationParameters } from './conversation/conversationParameters'; export { MembershipSource } from './conversation/membershipSource'; export { MembershipSourceTypes } from './conversation/membershipSourceTypes'; export { MembershipTypes } from './conversation/membershipTypes'; export { RoleTypes } from './conversation/roleTypes'; export { Entity } from './entity/entity'; export { Mention } from './entity/mention'; export { GeoCoordinates } from './entity/geoCoordinates'; export { Place } from './entity/place'; export { Thing } from './entity/thing'; export * from './entity/AIEntity'; export * from './invoke/adaptiveCardInvokeAction'; export { Activity, activityZodSchema } from './activity'; export { ActivityEventNames } from './activityEventNames'; export { ActivityImportance } from './activityImportance'; export { ActivityTypes } from './activityTypes'; export { DeliveryModes } from './deliveryModes'; export { ExpectedReplies } from './expectedReplies'; export { InputHints } from './inputHints'; export { MessageReaction } from './messageReaction'; export { MessageReactionTypes } from './messageReactionTypes'; export { TextFormatTypes } from './textFormatTypes'; export { TextHighlight } from './textHighlight'; export { ActivityTreatments } from './activityTreatments'; export { debug, Logger } from './logger';