Class UpdateCommand
- Namespace
- JD.AI.Commands
- Assembly
- JD.AI.dll
public sealed record UpdateCommand : IEquatable<UpdateCommand>
- Inheritance
-
UpdateCommand
- Implements
-
- Inherited Members
-
Constructors
UpdateCommand(UpdateAction, string?)
public UpdateCommand(UpdateAction Action, string? Target)
Parameters
Action UpdateAction
Target string
Properties
Action
public UpdateAction Action { get; init; }
Property Value
- UpdateAction
Target
public string? Target { get; init; }
Property Value
- string
Methods
Parse(string?)
public static UpdateCommand Parse(string? arg)
Parameters
arg string
Returns
- UpdateCommand
TryParsePromptIntent(string?, out UpdateCommand)
public static bool TryParsePromptIntent(string? input, out UpdateCommand command)
Parameters
input string
command UpdateCommand
Returns
- bool