@microsoft/agents-hosting-teams
Version:
Microsoft 365 Agents SDK for JavaScript
21 lines • 747 B
JavaScript
;
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.MessageInvokeNames = void 0;
/**
* Enum representing the names of message invoke actions.
*
* This enum is used to define the specific invoke actions that can be triggered
* in the context of message handling.
*/
var MessageInvokeNames;
(function (MessageInvokeNames) {
/**
* Represents the action to fetch a task associated with a message.
*/
MessageInvokeNames["FETCH_INVOKE_NAME"] = "message/fetchTask";
})(MessageInvokeNames || (exports.MessageInvokeNames = MessageInvokeNames = {}));
//# sourceMappingURL=messageInvokeNames.js.map