9struct AgentActionEventPacketPayload {
13 ::ll::TypedStorage<4, 4, ::AgentActionType> mAction;
14 ::ll::TypedStorage<8, 32, ::std::string> mRequestId;
15 ::ll::TypedStorage<8, 16, ::Json::Value> mResponse;
21 MCAPI AgentActionEventPacketPayload();
23 MCAPI AgentActionEventPacketPayload(
24 ::std::string
const& requestId,
25 ::AgentActionType action,
29 MCAPI ~AgentActionEventPacketPayload();
37 MCAPI
void* $ctor(::std::string
const& requestId, ::AgentActionType action,
::Json::Value const& response);