Gets the parameters associated with the last matched intent.
example
// Using conv.input.rawapp.intent('function name', conv=> {conv.close(`Last match intent: ${conv.intent.params.paramName.orginal}`)conv.close(`Last match intent: ${conv.intent.params.paramName.orginal}`)})
Gets the name of the last matched intent.