feat: Implement help request status tracking in Fusion system

This commit is contained in:
Neil Dorin
2025-10-30 14:13:02 -06:00
parent da0f28a10c
commit 071174fa7d
3 changed files with 109 additions and 6 deletions

View File

@@ -21,10 +21,14 @@ namespace PepperDash.Essentials.Core.Fusion
/// </summary>
BoolFeedback HelpRequestSentFeedback { get; }
/// <summary>
/// Feedback containing the current status of the help request
/// </summary>
StringFeedback HelpRequestStatusFeedback { get; }
/// <summary>
/// Sends a help request
/// </summary>
/// <param name="isHtml"></param>
void SendHelpRequest();
/// <summary>