public LanguageMap(StringOfJson json) : this(json.ToJObject()) { }
public Context(StringOfJson json) : this(json.ToJObject()) { }
protected StatementBase(StringOfJson json) : this(json.ToJObject()) { }
public Group(StringOfJson json) : this(json.ToJObject()) { }
public ContextActivities(StringOfJson json) : this(json.ToJObject()) { }
public StatementRef(StringOfJson json) : this(json.ToJObject()) { }
public StatementsResult(StringOfJson json) : this(json.ToJObject()) { }
public Verb(StringOfJson json) : this(json.ToJObject()) { }
public Score(StringOfJson json) : this(json.ToJObject()) { }
public AgentAccount(StringOfJson json) : this(json.ToJObject()) { }
public About(StringOfJson json) : this(json.ToJObject()) { }
public ActivityDefinition(StringOfJson json) : this(json.ToJObject()) { }
public Result(StringOfJson json) : this(json.ToJObject()) { }