UNPKG

@microsoft/agents-hosting-teams

Version:

Microsoft 365 Agents SDK for JavaScript

26 lines 1.09 kB
"use strict"; /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.AdaptiveCardInvokeResponseType = void 0; /** * Represents the types of responses that can be returned when invoking an Adaptive Card. */ var AdaptiveCardInvokeResponseType; (function (AdaptiveCardInvokeResponseType) { /** * Indicates a response containing an Adaptive Card. */ AdaptiveCardInvokeResponseType["ADAPTIVE"] = "application/vnd.microsoft.card.adaptive"; /** * Indicates a response containing a message activity. */ AdaptiveCardInvokeResponseType["MESSAGE"] = "application/vnd.microsoft.activity.message"; /** * Indicates a response containing a search result. */ AdaptiveCardInvokeResponseType["SEARCH"] = "application/vnd.microsoft.search.searchResponse"; })(AdaptiveCardInvokeResponseType || (exports.AdaptiveCardInvokeResponseType = AdaptiveCardInvokeResponseType = {})); //# sourceMappingURL=adaptiveCardInvokeResponseType.js.map