botbuilder-dotnet/libraries/Microsoft.Bot.Builder/InvokeResponse.cs

8 строки
282 B
C#

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System.Runtime.CompilerServices;
// This type is now defined in the Microsoft.Bot.Connector assembly.
[assembly:TypeForwardedTo(typeof(Microsoft.Bot.Builder.InvokeResponse))]