Skip to content

Commit

Permalink
Add obsolete warning to Orchestrator classes (#6711)
Browse files Browse the repository at this point in the history
Co-authored-by: Tracy Boehrer <[email protected]>
  • Loading branch information
tracyboehrer and Tracy Boehrer committed Jan 24, 2024
1 parent 979413c commit 1d0e1fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

using System;
using Microsoft.Bot.Builder.Dialogs.Declarative;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
Expand All @@ -11,6 +12,7 @@ namespace Microsoft.Bot.Builder.AI.Orchestrator
/// <summary>
/// Define component assets for Orchestrator.
/// </summary>
[Obsolete("The Bot Framework Orchestrator will be deprecated in the next version of the Bot Framework SDK.")]
public class OrchestratorBotComponent : BotComponent
{
/// <inheritdoc/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ namespace Microsoft.Bot.Builder.AI.Orchestrator
/// <summary>
/// Class that represents an adaptive Orchestrator recognizer.
/// </summary>
[Obsolete("The Bot Framework Orchestrator will be deprecated in the next version of the Bot Framework SDK.")]
public class OrchestratorRecognizer : AdaptiveRecognizer
{
/// <summary>
Expand Down

0 comments on commit 1d0e1fb

Please sign in to comment.