I think you are configuring the autoresponses wrong.
Every autoresponse should have their own full entry.
Any entry can have multiple triggers to 1 answer or 1 trigger to multiple answers.
This is an example of your first 2 examples.
"Auto Responses": [
{
"Permission": "",
"Auto Responses": [
{
"Is Enabled": true,
"Remove Message From Sender": false,
"Send Response For Everyone (true) or Only For Sender (false)": true,
"Triggers": [
{
"Percentage Of Contained Words": 1.0,
"Regex Enabled": false,
"Words": [
"wipe",
]
}
],
"Answers": [
"Next wipe is 20 Feb 2020'.",
]
},
{
"Is Enabled": true,
"Remove Message From Sender": false,
"Send Response For Everyone (true) or Only For Sender (false)": true,
"Triggers": [
{
"Percentage Of Contained Words": 1.0,
"Regex Enabled": false,
"Words": [
"help"
]
}
],
"Answers": [
"To view further information type /help."
]
}