UNPKG

botframework-schema

Version:

Activity schema for the Microsoft Bot Framework.

17 lines (15 loc) 331 B
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. /** * ACE invoke request payload. */ export interface AceRequest { /** * User ACE request data. Free payload with key-value pairs. */ data?: any; /** * ACE properties data. */ properties?: any; }