{
  "Identifier": {
    "ImplementerID": "/* String assigned by IIDRA */",
    "Specification": {
      "Name": "MPAI-MMC",
      "AIW": "",
      "AIM": "EntityDialogueProcessing",
      "Version": "2"
    }
  },
  "Description": "This AIM produces the Machine’s Text and Personal Status from the human’s Text, ObjectID, and Personal Status.",
  "Types": [
    {
      "Name": "PersonalStatus_t",
      "Type": "uint8[]"
    },
    {
      "Name": "ParticipantID_t",
      "Type": "uint8[]"
    },
    {
      "Name": "Tagging_t",
      "Type": "{string<256 set; string<256 result}"
    },
    {
      "Name": "Meaning_t",
      "Type": "{Tagging_t POS_tagging; Tagging_t NE_tagging; Tagging_t dependency_tagging; Tagging_t SRL_tagging}"
    },
    {
      "Name": "Text_t",
      "Type": "{uint8[] | uint16[]}"
    }
  ],
  "Ports": [
    {
      "Name": "InputPersonalStatus",
      "Direction": "InputOutput",
      "RecordType": "PersonalStatus_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "ParticipantID3",
      "Direction": "InputOutput",
      "RecordType": "ObjectID _t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "Meaning3",
      "Direction": "InputOutput",
      "RecordType": "Meaning_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": " RefinedText",
      "Direction": "InputOutput",
      "RecordType": "Text_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "MachinePersonalStatus",
      "Direction": "OutputInput",
      "RecordType": "PersonalStatus_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "MachineText",
      "Direction": "OutputInput",
      "RecordType": "Text_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    }
  ],
  "SubAIMs": [],
  "Topology": [],
  "Implementations": [],
  "Documentation": [
    {
      "Type": "Tutorial",
      "URI": "https://mpai.community/standards/mpai-mmc/"
    }
  ]
}