UNPKG

@microsoft/agents-hosting

Version:

Microsoft 365 Agents SDK for JavaScript

12 lines (9 loc) 319 B
/** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { AdaptiveCardInvokeResponse } from './adaptiveCardInvokeResponse' /** * Represents the response of a search invoke request. */ export interface SearchInvokeResponse extends AdaptiveCardInvokeResponse {}