Class SetContextActions
The SetContextActions is the response to a RequestContextActions containing all actions for the queried context.
public class SetContextActions : ResponseAction
- Inheritance
-
SetContextActions
- Inherited Members
Fields
SetContextActionsKind
The kind value used for this kind of action
public const string SetContextActionsKind = "setContextActions"
Field Value
Properties
Actions
The actions available in the queried context.
public LabeledAction[] Actions { get; init; }
Property Value
Args
Custom arguments.
public IDictionary<string, object> Args { get; set; }
Property Value
Kind
Unique identifier specifying the kind of action to process.
public override string Kind { get; }