Remove obsolete code paths

This commit is contained in:
Jacob Dubin
2026-05-21 08:46:24 -05:00
parent aebfe2e38d
commit 0a0a94502a
4 changed files with 1970 additions and 1976 deletions

View File

@@ -0,0 +1,8 @@
namespace Jibo.Cloud.Application.Services;
public sealed record JiboInteractionDecision(
string IntentName,
string ReplyText,
string? SkillName = null,
IDictionary<string, object?>? SkillPayload = null,
IDictionary<string, object?>? ContextUpdates = null);