Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
TasksRequestsSamplingCapabilities.cs
2
4{
9 {
13 public object? CreateMessage { get; internal set; }
14
21 public static bool TryParse(Dictionary<string, object> Generic,
23 {
25
26 if (Generic.TryGetValue("createMessage", out object? Obj))
27 Result.CreateMessage = Obj;
28
29 Typed = Result;
30 return true;
31 }
32 }
33}
static bool TryParse(Dictionary< string, object > Generic, out TasksRequestsSamplingCapabilities Typed)
Tries to parse a generic structure into a typed structure.
object? CreateMessage
Whether the client supports task-augmented sampling/createMessage requests.